Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv16174/include

Modified Files:
        MApplication.h Moptions.h 
Log Message:
added an option to avoid creating folder internal data message (Robert Vazan)

Index: MApplication.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MApplication.h,v
retrieving revision 1.101
retrieving revision 1.102
diff -b -u -2 -r1.101 -r1.102
--- MApplication.h      27 Feb 2003 19:23:00 -0000      1.101
+++ MApplication.h      16 Jul 2003 08:30:07 -0000      1.102
@@ -339,4 +339,7 @@
    virtual bool OnMEvent(MEventData& event);
 
+   /// CreateInternalMessage option changed
+   void OnChangeCreateInternalMessage(MEventData& event);
+
    /// @name timer stuff
    //@{

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -b -u -2 -r1.71 -r1.72
--- Moptions.h  23 Jun 2003 23:03:56 -0000      1.71
+++ Moptions.h  16 Jul 2003 08:30:07 -0000      1.72
@@ -404,4 +404,5 @@
 extern const MOption MP_AWAY_REMEMBER;
 extern const MOption MP_AWAY_STATUS;
+extern const MOption MP_CREATE_INTERNAL_MESSAGE;
 
 // ----------------------------------------------------------------------------
@@ -1204,4 +1205,8 @@
 #define MP_OLD_FOLDER_HOST_NAME "HostName"
 //@}
+
+/// stop "folder internal data" message
+#define MP_CREATE_INTERNAL_MESSAGE_NAME   "CreateInternalMessage"
+
 //@}
 
@@ -2189,4 +2194,7 @@
 #define MP_AWAY_STATUS_DEFVAL 0L
 //@}
+
+/// stop "folder internal data" message
+#define MP_CREATE_INTERNAL_MESSAGE_DEFVAL   1
 
 //@}



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to