Update of /cvsroot/mahogany/M/src/modules/viewflt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7514/src/modules/viewflt
Modified Files:
PGP.cpp
Log Message:
Don't discard the text after an in-line signature, it may be important...
Index: PGP.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/viewflt/PGP.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -u -2 -r1.20 -r1.21
--- PGP.cpp 13 Oct 2003 00:41:14 -0000 1.20
+++ PGP.cpp 23 Apr 2004 16:00:03 -0000 1.21
@@ -329,4 +329,11 @@
delete log;
}
+
+ // output the part after the END line, if any
+ String epilog(end);
+ if ( !epilog.empty() )
+ {
+ m_next->Process(epilog, viewer, style);
+ }
}
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates