summaryrefslogtreecommitdiffstats
path: root/extensions/SecureMail/template/en/default/account/email/encryption-required.txt.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/SecureMail/template/en/default/account/email/encryption-required.txt.tmpl')
-rw-r--r--extensions/SecureMail/template/en/default/account/email/encryption-required.txt.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/SecureMail/template/en/default/account/email/encryption-required.txt.tmpl b/extensions/SecureMail/template/en/default/account/email/encryption-required.txt.tmpl
index f3710bb17..3817f4fa1 100644
--- a/extensions/SecureMail/template/en/default/account/email/encryption-required.txt.tmpl
+++ b/extensions/SecureMail/template/en/default/account/email/encryption-required.txt.tmpl
@@ -2,14 +2,16 @@ This email would have contained sensitive information, but you have not set
a PGP/GPG key or SMIME certificate in the "Secure Mail" section of your user
preferences.
-[% IF bug_id %]
+[% IF bug_id || email_type == 'whine' %]
In order to receive the full text of similar mails in the future, please
go to:
[%+ urlbase %]userprefs.cgi?tab=securemail
and provide a key or certificate.
+[% IF bug_id %]
You can see this bug's current state at:
[%+ urlbase %]show_bug.cgi?id=[% bug_id %]
-[% ELSE %]
+[% END %]
+[% ELSIF email_type == 'admin' %]
You will have to contact [% maintainer %] to reset your password.
[% END %]