Re: New vs. Deleted flags

2002-01-07 Thread Aaron Schrab
At 03:01 -0500 07 Jan 2002, Ken Weingold [EMAIL PROTECTED] wrote: On Mon, Jan 7, 2002, Aaron Schrab wrote: It would probably be a better idea to have the macro turn off $resolve at the beginning then turn it back on before doing the actual deletion. True. How do I do this, then? I have

Re: New vs. Deleted flags

2002-01-07 Thread Rob 'Feztaa' Park
Alas! Aaron Schrab spake thus: macro index d clear-flagNprevious-undeleteddelete-message delete the current entry Wouldn't these set read messages to new if you try to delete a message that isn't new? ;) No, clear-flag does exactly that, it clears flags. It should be pretty easy

New vs. Deleted flags

2002-01-06 Thread Ken Weingold
Is it by design that if you mark a new message for deletion, the status bar still indicates it as new? If so, is there any way around that? Thanks. -Ken

Re: New vs. Deleted flags

2002-01-06 Thread Shawn D. McPeek
Previously, Ken Weingold wrote: % Is it by design that if you mark a new message for deletion, the % status bar still indicates it as new? If so, is there any way around % that? Well, it sort of is technically new as you haven't read it yet. The way around it would be something like this:

Re: New vs. Deleted flags

2002-01-06 Thread Ken Weingold
On Sun, Jan 6, 2002, Shawn D. McPeek wrote: Previously, Ken Weingold wrote: % Is it by design that if you mark a new message for deletion, the % status bar still indicates it as new? If so, is there any way around % that? Well, it sort of is technically new as you haven't read it yet.

Re: New vs. Deleted flags

2002-01-06 Thread Aaron Schrab
At 02:15 -0500 07 Jan 2002, Ken Weingold [EMAIL PROTECTED] wrote: macro index d clear-flagNprevious-undeleteddelete-message delete the current entry That won't work properly on the last message in a mailbox. since I have $resolve set to yes. :) It would probably be a better idea to have the

Re: New vs. Deleted flags

2002-01-06 Thread Rob 'Feztaa' Park
Alas! Ken Weingold spake thus: macro index d clear-flagNdelete-message delete the current entry ... macro index d clear-flagNprevious-undeleteddelete-message delete the current entry Wouldn't these set read messages to new if you try to delete a message that isn't new? ;) -- Rob 'Feztaa'

Re: New vs. Deleted flags

2002-01-06 Thread Ken Weingold
On Mon, Jan 7, 2002, Rob 'Feztaa' Park wrote: macro index d clear-flagNprevious-undeleteddelete-message delete the current entry Wouldn't these set read messages to new if you try to delete a message that isn't new? ;) No, clear-flagN just seems to clear the 'N' flag if it exists. If

Re: New vs. Deleted flags

2002-01-06 Thread Aaron Schrab
At 00:47 -0700 07 Jan 2002, Rob 'Feztaa' Park [EMAIL PROTECTED] wrote: Alas! Ken Weingold spake thus: macro index d clear-flagNprevious-undeleteddelete-message delete the current entry Wouldn't these set read messages to new if you try to delete a message that isn't new? ;) No,

Re: New vs. Deleted flags

2002-01-06 Thread Ken Weingold
On Mon, Jan 7, 2002, Aaron Schrab wrote: It would probably be a better idea to have the macro turn off $resolve at the beginning then turn it back on before doing the actual deletion. True. How do I do this, then? I have tried to few things, but nothing seems to work correctly. Thanks.