Re: Delete and jump to next unread

2001-05-15 Thread Mr. Wade
Jan Chrillesen asked: Is there a way to map a key to delete current mail and jump to next unread? Tab+d won't work, since I don't know if the next message is unread. You could specify a macro to accomplish this. e.g., macro index \cx 'delete-messagenext-new' macro pager \cx

delete-and-jump-to-next-unread

2000-09-09 Thread Jens Askengren
I would like to set up a keybinding that marks the current message and then jumps to the next unread (instead of the next message) in the pager menu. I've tried to solve it with a macro like this: macro index Delete"delete-messagenext-unread" but since delete-message automatically

Re: delete-and-jump-to-next-unread

2000-09-09 Thread David Champion
On 2000.09.09, in [EMAIL PROTECTED], "Jens Askengren" [EMAIL PROTECTED] wrote: macro index Delete"delete-messagenext-unread" but since delete-message automatically skips to the next it doesn't work as expected. What about macro index Delete

Re: delete-and-jump-to-next-unread

2000-09-09 Thread Mikko Hänninen
Jens Askengren [EMAIL PROTECTED] wrote on Sat, 09 Sep 2000: I've tried to solve it with a macro like this: macro index Delete"delete-messagenext-unread" but since delete-message automatically skips to the next it doesn't work as expected. delete-message only advances is

Re: delete-and-jump-to-next-unread

2000-09-09 Thread Jens Askengren
On Sat, Sep 09, 2000 at 11:27:21PM +0300, Mikko Hänninen wrote: delete-message only advances is $resolve is set. So you could do this: macro index Delete"enter-commandunset resolveenterdelete-messageenter-commandset resolveenternext-unread" Thanks! Now my keybindings