darren chamberlain wrote:
> * Kurt Lieber <[EMAIL PROTECTED]> [2002-09-30 09:22]:
> > 1.  By default, when you delete a message in a mailbox index, mutt
> > moves one message *down* by default.  Can I change this to move one
> > message *up*?
> 
> You can setup a macro:
> 
>   macro pager d "<delete-message><previous-entry><previous-entry>"
> 
> Basically, delete - up - up.

You can also shorten the macro if you use:

set noresolve
macro pager d "<delete-message><previous-entry>"

noresolve makes Mutt not automatically advance when doing some
operations such as delete, tag, etc.

Reply via email to