Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28221/include
Modified Files:
Moptions.h
Log Message:
added MP_OPTIOM_MODULES_DONT_LOAD
Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.92
retrieving revision 1.93
diff -b -u -2 -r1.92 -r1.93
--- Moptions.h 6 Jul 2004 13:00:08 -0000 1.92
+++ Moptions.h 11 Jul 2004 00:05:29 -0000 1.93
@@ -113,4 +113,5 @@
extern const MOption MP_CONVERTPROGRAM;
extern const MOption MP_MODULES;
+extern const MOption MP_MODULES_DONT_LOAD;
extern const MOption MP_COMPOSETEMPLATEPATH_USER;
extern const MOption MP_COMPOSETEMPLATEPATH_GLOBAL;
@@ -627,4 +628,6 @@
/// list of modules to load at startup
#define MP_MODULES_NAME _T("Modules")
+/// list of modules to not load
+#define MP_MODULES_DONT_LOAD_NAME _T("ModulesIgnore")
/// the user path for template files used for message composition
#define MP_COMPOSETEMPLATEPATH_USER_NAME _T("CompooseTemplatePathUser")
@@ -1471,4 +1474,6 @@
/// list of modules to load at startup
#define MP_MODULES_DEFVAL _T("Filters:Migrate")
+/// list of modules to not load
+#define MP_MODULES_DONT_LOAD_DEFVAL _T("")
/// the user path for template files used for message composition
#define MP_COMPOSETEMPLATEPATH_USER_DEFVAL wxEmptyString
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates