On Tue, Sep 11, 2001 at 03:15:07PM +0200, Cliff Sarginson ([EMAIL PROTECTED]) said:
> Hello,
> A common sequence for me when reading new messages is to delete then
> move to the next new message. My macro is as follows:
> 
> macro index <F10> d<tab> "Delete then go to next new msg"
> 
> Unfortunately when you delete a new message the pointer goes to
> the next message in the index, so if you have 3 new messages in
> a row, <F10> the first one, it jumps to the 3rd one.
> Can I fix this ?

Try changing the "resolve" variable.

Something like

 macro index <F10> "set noresolve;d<tab>;set resolve" "Delete then go to next new msg"

(untested)

I usually, before reading new messages, limit to new messages with the 
~N tag (see patterns in the mutt manual).

-- 
Jim Toth
[EMAIL PROTECTED]
"Since the advent of the ILOVEYOU worm, I will never again trust
e-mail sent in a Manila envelope." -- John Coughlin

Reply via email to