Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19477/include
Modified Files:
MessageView.h
Log Message:
still show PGP signature (as unverified) when PGP command is not configured
instead of not handling PGP signed messages at all
Index: MessageView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageView.h,v
retrieving revision 1.62
retrieving revision 1.63
diff -b -u -2 -r1.62 -r1.63
--- MessageView.h 23 Jun 2005 23:44:35 -0000 1.62
+++ MessageView.h 13 Jul 2005 16:20:00 -0000 1.63
@@ -512,17 +512,19 @@
/// process a multipart/alternative part
- void ProcessAlternativeMultiPart(const MimePart *part);
+ bool ProcessAlternativeMultiPart(const MimePart *part);
/// process a multipart/signed part
- void ProcessSignedMultiPart(const MimePart *part);
+ bool ProcessSignedMultiPart(const MimePart *part);
/// process a multipart/encrypted part
- void ProcessEncryptedMultiPart(const MimePart *part);
+ bool ProcessEncryptedMultiPart(const MimePart *part);
/// call ProcessPart() for all subparts of this part
void ProcessAllNestedParts(const MimePart *part);
+
public:
/// show part of any kind
void ShowPart(const MimePart *part);
+
protected:
/// show a text part
-------------------------------------------------------
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