* Mike Arrison <[EMAIL PROTECTED]> [2002-05-10 09:36]:
> Hello Mutters,
>       My switch from Pine to Mutt is going pretty well so far.  I have a
>       few questions that I could use some help with though.

Good news.

> - Let's say I delete all messages in a folder by pressing 'd'.  Then I
> go to Undelete them.  I can't seem to figure out how to go up to
> select those deleted messages.  The cursor only highlights undeleted
> messages.  I can use 'U' to undelete via a pattern, but I'd rather not
> have to do that.  Am I missing something?

You need to bind something to next-entry and previous-entry.  By
default, <up> and <down> are bound to next-undeleted and
previous-undeleted.  This is what I have:

  # vi-like keys
  bind index j next-undeleted
  bind index J next-entry

  bind index k previous-undeleted
  bind index K previous-entry

(These may actually be the defaults, so try them out before you rebind
your keys.)

> - Also, is there a way to have mutt open in a file folder other than
> your spoolfile?  My spoolfile isn't my primary mailbox, and I'd rather
> have Mutt open my primary by default. 

mutt -f +mailboxname

(darren)

-- 
Intolerance is the last defense of the insecure.

Reply via email to