Update of /cvsroot/mahogany/M/src/classes
In directory usw-pr-cvs1:/tmp/cvs-serv27724/src/classes

Modified Files:
        Moptions.cpp Mpers.cpp 
Log Message:
1. added an option to [not] delete drafts automatically
2. more informational messages explaining how the drafts work and
   they use M_DLG_DISABLE now
3. adde flags parameter to the 2nd overload of MDialog_Message


Index: Moptions.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/Moptions.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -b -u -2 -r1.37 -r1.38
--- Moptions.cpp        16 Mar 2002 23:38:48 -0000      1.37
+++ Moptions.cpp        17 Mar 2002 21:45:02 -0000      1.38
@@ -285,4 +285,5 @@
 const MOption MP_USE_TRASH_FOLDER;
 const MOption MP_DRAFTS_FOLDER;
+const MOption MP_DRAFTS_AUTODELETE;
 const MOption MP_FOLDER_PATH;
 const MOption MP_FOLDER_COMMENT;
@@ -664,4 +665,5 @@
     DEFINE_OPTION(MP_USE_TRASH_FOLDER),
     DEFINE_OPTION(MP_DRAFTS_FOLDER),
+    DEFINE_OPTION(MP_DRAFTS_AUTODELETE),
     DEFINE_OPTION(MP_FOLDER_PATH),
     DEFINE_OPTION(MP_FOLDER_COMMENT),

Index: Mpers.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/Mpers.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- Mpers.cpp   16 Mar 2002 23:38:48 -0000      1.4
+++ Mpers.cpp   17 Mar 2002 21:45:02 -0000      1.5
@@ -154,4 +154,5 @@
    { "ReenableHint",             gettext_noop("hint about how to reenable disabled 
message boxes") },
    { "DraftSaved",               gettext_noop("confirm saving the message as a 
draft") },
+   { "DraftAutoDel",             gettext_noop("show a warning when \"automatically 
+delete drafts\" option is on") },
 };
 


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to