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

Modified Files:
        Moptions.cpp Mpers.cpp 
Log Message:
added forgotten attachments detection

Index: Moptions.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/Moptions.cpp,v
retrieving revision 1.84
retrieving revision 1.85
diff -b -u -2 -r1.84 -r1.85
--- Moptions.cpp        12 Feb 2006 22:35:18 -0000      1.84
+++ Moptions.cpp        8 Apr 2006 19:06:13 -0000       1.85
@@ -380,4 +380,6 @@
 const MOption MP_CVIEW_BGCOLOUR;
 const MOption MP_CVIEW_COLOUR_HEADERS;
+const MOption MP_CHECK_FORGOTTEN_ATTACHMENTS;
+const MOption MP_CHECK_ATTACHMENTS_REGEX;
 
 const MOption MP_MSGS_SERVER_SORT;
@@ -792,4 +794,6 @@
     DEFINE_OPTION(MP_CVIEW_BGCOLOUR),
     DEFINE_OPTION(MP_CVIEW_COLOUR_HEADERS),
+    DEFINE_OPTION(MP_CHECK_FORGOTTEN_ATTACHMENTS),
+    DEFINE_OPTION(MP_CHECK_ATTACHMENTS_REGEX),
 
     DEFINE_OPTION(MP_MSGS_SERVER_SORT),

Index: Mpers.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/Mpers.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -b -u -2 -r1.26 -r1.27
--- Mpers.cpp   12 Feb 2006 19:09:00 -0000      1.26
+++ Mpers.cpp   8 Apr 2006 19:06:13 -0000       1.27
@@ -167,4 +167,5 @@
    { _T("SendDiffEncoding"),         gettext_noop("ask before sending message 
in a different encoding than chosen") },
    { _T("OpenAnotherComposer"),      gettext_noop("ask whether to open another 
reply to the same message") },
+   { _T("CheckForgottenAttachments"),gettext_noop("ask whether to add an 
attachment if it looks like it was forgotten") },
    //{ wxEmptyString, gettext_noop("") },
 };



-------------------------------------------------------
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