Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23748/include

Modified Files:
        Moptions.h 
Log Message:
Make it an option (default on) that mark (un)read and many other commands
automatically go to the next message.

Going to next message is a problem when messages are automatically viewed...
Suppose you have a set of unread messages in a folder. You open this folder.
This goes to the first unread message. You'd like to let it unread, so you hit
Ctrl-Shift-U. But then you have to repeat for the next message, and so on
until the end of the set of new messages...

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.90
retrieving revision 1.91
diff -b -u -2 -r1.90 -r1.91
--- Moptions.h  2 May 2004 13:18:37 -0000       1.90
+++ Moptions.h  20 Jun 2004 02:56:27 -0000      1.91
@@ -302,4 +302,5 @@
 extern const MOption MP_FVIEW_VERTICAL_SPLIT;
 extern const MOption MP_FVIEW_FVIEW_TOP;
+extern const MOption MP_FVIEW_AUTONEXT_ON_COMMAND;
 
 // folder tree
@@ -1005,4 +1006,6 @@
 /// the ':' separated list of addresses which are "from oneself"
 #define MP_FROM_REPLACE_ADDRESSES_NAME _T("ReplaceFromAdr")
+/// Automatically focus next message after copy, mark (un)read, etc.
+#define MP_FVIEW_AUTONEXT_ON_COMMAND_NAME _T("FViewAutoNextOnCommand")
 //@}
 /[EMAIL PROTECTED]  Font settings for folder tree */
@@ -1967,4 +1970,7 @@
 /// put folder view on top and msg view on bottom or vice versa?
 #define MP_FVIEW_FVIEW_TOP_DEFVAL 1L
+/// Should many commands like copy,mark (un)read, etc., automatically go to the next 
message
+#define MP_FVIEW_AUTONEXT_ON_COMMAND_DEFVAL 1L
+
 //@}
 /[EMAIL PROTECTED] Font settings for folder tree */



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to