Re: Delete and jump to next unread

2001-05-15 Thread Mr. Wade

Jan Chrillesen asked:
> Is there a way to map a key to "delete current mail and jump to next
> unread"? Tab+d won't work, since I don't know if the next message is
> unread.

You could specify a macro to accomplish this.

e.g.,

macro index \cx '' 
macro pager \cx ''

This will cause Ctrl-x to do what you appear to be asking in both
the index and the pager.

Good luck!

-- Mr. Wade

-- 
Linux: The Choice of the GNU Generation





Re: delete-and-jump-to-next-unread

2000-09-09 Thread Jens Askengren

On Sat, Sep 09, 2000 at 11:27:21PM +0300, Mikko Hänninen wrote:

> delete-message only advances is $resolve is set.  So you could do
> this:
> 
>   macro index "unset 
>resolveset resolve"

Thanks! Now my keybindings are close to perfection...
I would never had thought about the resolve option myself.
Isn't that about DNS? ;)

-Jens




Re: delete-and-jump-to-next-unread

2000-09-09 Thread Mikko Hänninen

Jens Askengren <[EMAIL PROTECTED]> wrote on Sat, 09 Sep 2000:
> I've tried to solve it with a macro like this:
> 
> macro index   ""
> 
> but since delete-message automatically skips to the next it doesn't work
> as expected.

delete-message only advances is $resolve is set.  So you could do
this:

  macro index   "unset 
resolveset resolve"

(untested)


Hope this helps,
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 /
Donna Air on MTV interviewing the Corrs: 'So how did you meet?'



Re: delete-and-jump-to-next-unread

2000-09-09 Thread David Champion

On 2000.09.09, in <[EMAIL PROTECTED]>,
"Jens Askengren" <[EMAIL PROTECTED]> wrote:
> 
> macro index   ""
> 
> but since delete-message automatically skips to the next it doesn't work
> as expected.

What about
macro index  ""

-- 
 -D.[EMAIL PROTECTED]NSITUniversity of Chicago



delete-and-jump-to-next-unread

2000-09-09 Thread Jens Askengren


I would like to set up a keybinding that marks the current message
and then jumps to the next unread (instead of the next message) in the
pager menu.

I've tried to solve it with a macro like this:

macro index ""

but since delete-message automatically skips to the next it doesn't work
as expected. If set-flag was available under the pager menu, this would be
very easy.

-Jens