[Rt-commit] r9587 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Nov 6 07:08:17 EST 2007


Author: ruz
Date: Tue Nov  6 07:08:14 2007
New Revision: 9587

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGKeyIssues

Log:
 r9361 at cubic-pc (orig r9360):  sartak | 2007-10-19 22:41:42 +0400
  r43883 at onn:  sartak | 2007-10-19 14:41:31 -0400
  Missed a case where the "can't encrypt to these emails" comes up even if you have no problem emails to encrypt to
 


Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGKeyIssues
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGKeyIssues	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGKeyIssues	Tue Nov  6 07:08:14 2007
@@ -59,7 +59,7 @@
 
 % if (@$Issues == 1) {
 <% loc("You are going to encrypt outgoing email messages, but there is a problem with a recipient's public key. You have to fix the problem with the key, disable sending a message to that recipient, or disable encryption.") %>
-% } else {
+% } elsif (@$Issues > 1) {
 <% loc("You are going to encrypt outgoing email messages, but there are problems with recipients' public keys. You have to fix the problems with the keys, disable sending a message to the recipients with key problems, or disable encryption.") %>
 % }
 


More information about the Rt-commit mailing list