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" "<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.
>
Thanks, I didn't know I could nest stuff like that.
-Steve
--
Steve Heitke
[EMAIL PROTECTED]