Update of /cvsroot/mahogany/M/src/modules/viewflt
In directory sc8-pr-cvs1:/tmp/cvs-serv7117/src/modules/viewflt
Modified Files:
Signature.cpp Trailer.cpp
Added Files:
PGP.cpp
Log Message:
1. added a PGP filter which does everything except really calling PGP
2. adjusted the filters priorities to make place for PGP
***** Error reading new file: [Errno 2] No such file or directory: 'PGP.cpp'
Index: Signature.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/viewflt/Signature.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- Signature.cpp 1 Dec 2002 00:27:34 -0000 1.3
+++ Signature.cpp 1 Dec 2002 02:41:08 -0000 1.4
@@ -98,8 +98,8 @@
// this filter has a high priority as it should be normally applied before
-// all the filters working on the message body -- but after TrailerFilter which
-// has Priority_High + 5
+// all the filters working on the message body -- but after the filters
+// modifying the message "structure" such as TrailerFilter or PGPFilter
IMPLEMENT_VIEWER_FILTER(SignatureFilter,
- ViewFilter::Priority_High + 4,
+ ViewFilter::Priority_Default + 10,
true, // initially enabled
_("Signature"),
Index: Trailer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/viewflt/Trailer.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- Trailer.cpp 1 Dec 2002 00:27:34 -0000 1.4
+++ Trailer.cpp 1 Dec 2002 02:41:08 -0000 1.5
@@ -56,5 +56,5 @@
// all the filters working on the message body
IMPLEMENT_VIEWER_FILTER(TrailerFilter,
- ViewFilter::Priority_High + 5,
+ ViewFilter::Priority_High + 20,
true, // initially enabled
_("Trailer"),
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates