On Tue, Feb 13, 2001 at 10:02:04AM +0000, Nelson D. Guerrero wrote:
> 
> What do I have to add to my .muttrc to make it check only the mbox type
> files on ~/mail?
> 
> I currentlly have 
> 
> mailboxes =Mutt =Inbox 

mailboxes `for i in ~/mail/*; do test -f $i && echo -n $i; done; echo`

untested but should work.
You can use this in a second mailboxes line.

-ff

-- 
     Florian Friesdorf <[EMAIL PROTECTED]>
OpenPGP key available on public key servers

------> Save the future of Open Source <------
-> Online-Petition against Software Patents <-
------> http://petition.eurolinux.org <-------

PGP signature

Reply via email to