On Thu, 14 Mar 2002 16:00:21 +0100 Xavier Nodet <[EMAIL PROTECTED]> wrote:

XN> But I think that a nice behavior would be to have the possibility
XN> to step back in the messages you visited, like the 'back' and 
XN> 'forward' buttons of a Web browswer.

 Yes, I agree.

XN> - For each folder, you keep the list of displayed messages.
XN>   Do not try to keep this list when closing M (or have it
XN>   bounded in size)

 What is the list of "displayed messages"? I thought we'd just keep the
list of the last selections to use them as the history for back/forward
commands.

XN> - When switching to a new folder, go either to
XN>     - unread (can be disabled)
XN>     - last read (can be disabled)
XN>     - last/first in folder
XN> 
XN> The algorithm when switching would be
XN>   if (there is an unread message &&
XN>       'unread' option is checked)
XN>      go there
XN>   else if (read-messages list not empty &&
XN>       'last read' option is checked)
XN>      go to last message read
XN>   else if ('last' option is checked)
XN>      go to last message in folder
XN>   else
XN>      go to first message

 Well, I don't have time to do it right now but at least I've implemented
the part about using unread messages first - I expect this option to be
a bit less obnoxious now. I'm still not sure about how useful it is, though
(even with your enhancement above).

XN> - Provide some 'back' and 'forward' buttons and/or keyboard
XN>   shortcuts.

 Yes, this would be nice. I think there is already a bug report about this.

XN> A nice touch: when switching to another folder which has unread
XN> messages, if the user immediately hits the 'back' button, mark
XN> the currently displayed message as unread.

 You could also have an option "don't mark message as read if it was
selected for less than <N> seconds" but I think it's simpler just to not
use "select initial message" option.

 Thanks for your ideas!
VZ


_______________________________________________
Mahogany-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-users

Reply via email to