Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1513/src/classes

Modified Files:
        PGPClickInfo.cpp 
Log Message:
if PGP command is set to empty string, disable PGP signature verification 
completely

Index: PGPClickInfo.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/PGPClickInfo.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- PGPClickInfo.cpp    18 Sep 2003 16:30:50 -0000      1.4
+++ PGPClickInfo.cpp    11 Jul 2005 22:42:13 -0000      1.5
@@ -139,4 +139,14 @@
          break;
 
+      case MCryptoEngine::OPERATION_CANCELED_BY_USER:
+         pgpInfo = new PGPSignatureInfo
+                       (
+                        msgView,
+                        _("Unverified PGP signature"),
+                        _T("pgpsig_bad"),
+                        *wxLIGHT_GREY
+                       );
+         break;
+
       case MCryptoEngine::SIGNATURE_EXPIRED_ERROR:
          pgpInfo = new PGPInfoExpiredSig(msgView, user);



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to