Steve Heitke <[EMAIL PROTECTED]> wrote on Wed, 26 Jan 2000:
>   # delete current message and go to next new
>   macro index "d" "<delete-message>\t"
> 
>   unset resolve
> 
> This works great but now when I (s)ave a message the delete builtin no
> longer advances me to the next message.  Is there any way I can get both
> features to work like I'd like?

How about something like:

  macro index d ":unset resolve\n<delete-message>:set resolve\n\t"

... which will unset resolve only for the duration of deleting a
message, so it will be set for an s(ave) actions.  The logic could
also be reversed, set resolve for save actions and then unset after.


Regards,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
Don't talk to me about tomorrow -- I'm not even prepared for YESTERDAY yet!

Reply via email to