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

Modified Files:
        Moptions.h MpersIds.h 
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.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -b -u -2 -r1.43 -r1.44
--- Moptions.h  16 Mar 2002 23:38:47 -0000      1.43
+++ Moptions.h  17 Mar 2002 21:45:01 -0000      1.44
@@ -219,4 +219,5 @@
 extern const MOption MP_USE_TRASH_FOLDER;
 extern const MOption MP_DRAFTS_FOLDER;
+extern const MOption MP_DRAFTS_AUTODELETE;
 extern const MOption MP_FOLDER_PATH;
 extern const MOption MP_FOLDER_COMMENT;
@@ -799,4 +800,6 @@
 /// Name of the Drafts folder
 #define MP_DRAFTS_FOLDER_NAME "DraftsFolder"
+/// Delete the drafts automatically after the message was sent?
+#define MP_DRAFTS_AUTODELETE_NAME "DraftsDelete"
 /// the filename for a mailbox
 #define   MP_FOLDER_PATH_NAME         "Path"
@@ -1583,4 +1586,6 @@
 /// Name of the Drafts folder
 #define MP_DRAFTS_FOLDER_DEFVAL ""
+/// Delete the drafts automatically after the message was sent?
+#define MP_DRAFTS_AUTODELETE_DEFVAL  1l
 /// the filename for a mailbox
 #define   MP_FOLDER_PATH_DEFVAL      ((const char *)NULL) // don't change this!

Index: MpersIds.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MpersIds.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- MpersIds.h  16 Mar 2002 23:38:47 -0000      1.3
+++ MpersIds.h  17 Mar 2002 21:45:01 -0000      1.4
@@ -102,4 +102,5 @@
 DECL_OR_DEF(REENABLE_HINT);
 DECL_OR_DEF(DRAFT_SAVED);
+DECL_OR_DEF(DRAFT_AUTODELETE);
 
 DECL_OR_DEF(MAX);


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

Reply via email to