On Sat, Dec 08, 2001 at 05:30:20PM -0700, Steven Schneider wrote:
> Oh, well I wish that I had dl'd this before I modified my .muttrc.
> Right now I have three lines like thus:
> 
> mailboxes ...
> mailboxes ...
> mailboxes ...

How about this?  (wrapped, should be all one line in .muttrc)

mailboxes ! `find ~/Mail/ -type f | perl -ne 'chomp; print "$_ " unless
m/^.*(postponed|sent.mail.*|killfil.*|trash|mbox)$/'`

That makes sure your spool directory appears first on the list of
mailboxes, and then every other mbox file comes after.  Modify the
exclusion at the end as appropriate for your particular situation.

Can't take credit for it, I snagged it out of the ML. ^_^

-- 
Marc Wilson
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Attachment: msg21331/pgp00000.pgp
Description: PGP signature

Reply via email to