On Wed, Jan 26, 2000 at 04:54:50PM +0200, [EMAIL PROTECTED] wrote:
>Steve Heitke <[EMAIL PROTECTED]> wrote on Wed, 26 Jan 2000:
>> # delete current message and go to next new
>> macro index "d" "\t"
>>
>> unset resolve
>>
>
Steve Heitke <[EMAIL PROTECTED]> wrote on Wed, 26 Jan 2000:
> # delete current message and go to next new
> macro index "d" "\t"
>
> unset resolve
>
> This works great but now when I (s)ave a message the delete builtin no
> longer advances
I wanted the (d)elete action to delete the current message and advance
to the next unread message so I did the following in my muttrc:
# delete current message and go to next new
macro pager "d" "\t"
macro index "d" "\t"
unset resolve
This wor