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

Modified Files:
        Mdefaults.h Moptions.h 
Log Message:
removed the novice/advanced user mode distinction

Index: Mdefaults.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mdefaults.h,v
retrieving revision 1.255
retrieving revision 1.256
diff -b -u -2 -r1.255 -r1.256
--- Mdefaults.h 26 Aug 2002 16:06:33 -0000      1.255
+++ Mdefaults.h 6 Nov 2002 00:11:43 -0000       1.256
@@ -26,19 +26,4 @@
 #endif
 
-/** @name User level: novice, intermidiate, expert */
-//@{
-enum
-{
-   /// minimal user level, prefer simplicity over flexibility
-   M_USERLEVEL_NOVICE,
-   /// advanced user, more configurability features available
-   M_USERLEVEL_ADVANCED,
-   /// expert user, all features available
-   M_USERLEVEL_EXPERT,
-   /// for the developers themselves
-   M_USERLEVEL_WIZARD
-};
-//@}
-
 /** @name Levels of  interaction, do something or not?
 

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -b -u -2 -r1.57 -r1.58
--- Moptions.h  30 Oct 2002 18:43:33 -0000      1.57
+++ Moptions.h  6 Nov 2002 00:11:44 -0000       1.58
@@ -194,4 +194,5 @@
 extern const MOption MP_COMPOSE_CC;
 extern const MOption MP_COMPOSE_BCC;
+extern const MOption MP_COMPOSE_SHOW_FROM;
 extern const MOption MP_DEFAULT_REPLY_KIND;
 extern const MOption MP_LIST_ADDRESSES;
@@ -753,4 +754,6 @@
 /// default value for Bcc: field in composition
 #define   MP_COMPOSE_BCC_NAME         "ComposeBccDefault"
+/// show "From:" field in composer?
+#define   MP_COMPOSE_SHOW_FROM_NAME "ComposeShowFrom"
 
 /// default reply kind
@@ -1550,4 +1553,6 @@
 /// default value for Bcc: field in composition
 #define   MP_COMPOSE_BCC_DEFVAL      M_EMPTYSTRING
+/// show "From:" field in composer?
+#define   MP_COMPOSE_SHOW_FROM_DEFVAL 0l
 
 /// default reply kind



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to