Update of /cvsroot/mahogany/M/src/modules/crypt
In directory sc8-pr-cvs1:/tmp/cvs-serv31401
Modified Files:
PGPEngine.cpp
Log Message:
added LogStatus showing correct signature
Index: PGPEngine.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/crypt/PGPEngine.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- PGPEngine.cpp 4 Dec 2002 19:46:53 -0000 1.5
+++ PGPEngine.cpp 4 Dec 2002 21:00:33 -0000 1.6
@@ -565,4 +565,6 @@
{
status = OK;
+ wxLogStatus(_("Valid signature for public key \"%s\""), pc);
+
}
else if ( code == _T("EXPSIG") || code == _T("EXPKEYSIG") )
@@ -570,4 +572,5 @@
// FIXME: at least give a warning
status = OK;
+ wxLogWarning(_("Expired signature for public key \"%s\""), pc);
}
else if ( code == _T("BADSIG") )
-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates