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 ''
macro pager \cx ''
This will cau
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 "unset
>resolveset resolve"
Thanks! Now my keybindings are close to perfection...
I would never had thought about the re
Jens Askengren <[EMAIL PROTECTED]> wrote on Sat, 09 Sep 2000:
> I've tried to solve it with a macro like this:
>
> macro index ""
>
> but since delete-message automatically skips to the next it doesn't work
> as expected.
delete-message only advances is $resolve is set. So you could
On 2000.09.09, in <[EMAIL PROTECTED]>,
"Jens Askengren" <[EMAIL PROTECTED]> wrote:
>
> macro index ""
>
> but since delete-message automatically skips to the next it doesn't work
> as expected.
What about
macro index ""
--
-D.[EMAIL PROTECTED]NSITUniver
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 ""
but since delete-message automatically skips to the next it doesn't wo