Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8889/include

Modified Files:
        Moptions.h MpersIds.h 
Log Message:
added forgotten attachments detection

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.102
retrieving revision 1.103
diff -b -u -2 -r1.102 -r1.103
--- Moptions.h  13 Feb 2006 01:00:14 -0000      1.102
+++ Moptions.h  8 Apr 2006 19:06:13 -0000       1.103
@@ -322,4 +322,6 @@
 extern const MOption MP_CVIEW_BGCOLOUR;
 extern const MOption MP_CVIEW_COLOUR_HEADERS;
+extern const MOption MP_CHECK_FORGOTTEN_ATTACHMENTS;
+extern const MOption MP_CHECK_ATTACHMENTS_REGEX;
 
 // sorting/threading
@@ -1047,4 +1049,8 @@
 /// use the colours and font for the headers as well?
 #define   MP_CVIEW_COLOUR_HEADERS_NAME _T("CViewColourHeaders")
+/// check for forgotten attachments?
+#define   MP_CHECK_FORGOTTEN_ATTACHMENTS_NAME _T("CheckForgottenAttachments")
+/// regex to use for the attachments check
+#define   MP_CHECK_ATTACHMENTS_REGEX_NAME _T("AttachmentsCheckRegex")
 //@}
 /// highlight signature?
@@ -2013,4 +2019,8 @@
 /// use the colours and font for the headers as well?
 #define   MP_CVIEW_COLOUR_HEADERS_DEFVAL 0L
+/// check for forgotten attachments?
+#define   MP_CHECK_FORGOTTEN_ATTACHMENTS_DEFVAL 1L
+/// regex to use for the attachments check
+#define   MP_CHECK_ATTACHMENTS_REGEX_DEFVAL _T("[[:<:]](attach|enclose)")
 //@}
 /// highlight signature?

Index: MpersIds.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MpersIds.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -b -u -2 -r1.21 -r1.22
--- MpersIds.h  12 Feb 2006 19:09:00 -0000      1.21
+++ MpersIds.h  8 Apr 2006 19:06:13 -0000       1.22
@@ -121,4 +121,5 @@
 DECL_OR_DEF(SEND_DIFF_ENCODING);
 DECL_OR_DEF(OPEN_ANOTHER_COMPOSER);
+DECL_OR_DEF(CHECK_FORGOTTEN_ATTACHMENTS);
 
 DECL_OR_DEF(MAX);



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to