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

Modified Files:
        Moptions.cpp 
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.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/Moptions.cpp,v
retrieving revision 1.74
retrieving revision 1.75
diff -b -u -2 -r1.74 -r1.75
--- Moptions.cpp        14 Mar 2004 23:12:45 -0000      1.74
+++ Moptions.cpp        20 Jun 2004 02:56:27 -0000      1.75
@@ -364,4 +364,5 @@
 const MOption MP_FVIEW_VERTICAL_SPLIT;
 const MOption MP_FVIEW_FVIEW_TOP;
+const MOption MP_FVIEW_AUTONEXT_ON_COMMAND;
 
 const MOption MP_FTREE_LEFT;
@@ -775,4 +776,5 @@
     DEFINE_OPTION(MP_FVIEW_VERTICAL_SPLIT),
     DEFINE_OPTION(MP_FVIEW_FVIEW_TOP),
+    DEFINE_OPTION(MP_FVIEW_AUTONEXT_ON_COMMAND),
 
     DEFINE_OPTION(MP_FTREE_LEFT),



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