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

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

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.371
retrieving revision 1.372
diff -b -u -2 -r1.371 -r1.372
--- wxOptionsDlg.cpp    23 Jun 2003 23:03:56 -0000      1.371
+++ wxOptionsDlg.cpp    16 Jul 2003 08:30:07 -0000      1.372
@@ -331,4 +331,5 @@
    ConfigField_DraftsAutoDelete,
    ConfigField_FoldersFileFormat,
+   ConfigField_CreateInternalMessage,
    ConfigField_StatusFormatHelp,
    ConfigField_StatusFormat_StatusBar,
@@ -1289,4 +1290,5 @@
                   ":Unix mbx mailbox:Unix mailbox:MMDF (SCO Unix):Tenex (Unix MM 
format)"),
      Field_Combo | Field_AppWide | Field_Advanced, -1},
+   { gettext_noop("Create \"folder internal data\" message"), Field_Bool, -1 },
    { gettext_noop("You can specify the format for the strings shown in the\n"
                   "status and title bars. Use %f for the folder name and\n"
@@ -1836,4 +1838,5 @@
    CONFIG_ENTRY(MP_DRAFTS_AUTODELETE),
    CONFIG_ENTRY(MP_FOLDER_FILE_DRIVER),
+   CONFIG_ENTRY(MP_CREATE_INTERNAL_MESSAGE),
    CONFIG_NONE(),
    CONFIG_ENTRY(MP_FOLDERSTATUS_STATBAR),



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