public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Dovecot] Quarantine template: added username variable
262e46a4
data/assets/templates/quarantine.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diff
diff --git a/data/assets/templates/quarantine.tpl b/data/assets/templates/quarantine.tpl
index 3af0e121..a0479a4a 100644
--- a/data/assets/templates/quarantine.tpl
+++ b/data/assets/templates/quarantine.tpl
@@ -24,7 +24,7 @@
</style>
</head>
<body>
- <p>Hi!<br>
+ <p>Hi {{username}}!<br>
{% if counter == 1 %}
There is 1 new message waiting in quarantine:<br>
{% else %}