diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-19 02:10:41 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-19 02:10:41 +0200 |
commit | 906d5f24374eb190f6b7a00523fb16e5e683ac81 (patch) | |
tree | 61494ece954501a11f02552a140982aed854cbd3 /template | |
parent | 9881490f8c578555aa2349f8223104aa22fc8954 (diff) |
Better way to create lists.
Diffstat (limited to 'template')
-rw-r--r-- | template/edit-mailbox.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/edit-mailbox.html b/template/edit-mailbox.html index 4ce6837..9ceb87c 100644 --- a/template/edit-mailbox.html +++ b/template/edit-mailbox.html @@ -92,10 +92,13 @@ <textarea name="forwards" cols="50" rows="10" ><TMPL_VAR NAME=forwards></textarea> <div class="help"> An optional list of destinations (one e-mail address per line) that - will <i>also</i> receive mail delivered to + will receive mail for <span class="email"><TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain></span>. + (<i>Note</i>: When not empty, this list cancels delivery to + this mailbox, so do not forget to list + <span class="email"><TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain></span> + here as well if you want this mailbox to be delivered too.) </div> - <hr/> <br/> |