Aaron --

...and then Aaron Lehmann said...
% On Thu, Oct 12, 2000 at 02:32:31AM +0200, Peter Palfrader wrote:
% > Hi Aaron!
% > 
% > On Wed, 11 Oct 2000, Aaron Lehmann wrote:
% > weasel@marvin:~$ grep mailboxes .mutt/muttrc 
% > mailboxes /var/spool/mail/weasel `echo 
$HOME/.Mail/{IN,People*,Projects*,Debian*,Maillists*,Newsletters*,Cron*,Errors*,spam}`
% 
% Ahh...
% 
% mailboxes ! `cd ~/mail ; for x in * ; do echo -n '=' ; echo -n $x ' '; done`

Don't bother with all of that work, since = is just a shortcut for you
that mutt has to expand in the end.  Try something like

  mailboxes ! `echo ~/mail/*`

and watch it all work.  From my .mutt/muttrc file:

  mailboxes $MAIL `echo $HOME/Mail/F.*`

I suppose you can guess that my incoming mail is sorted into 'F'olders
named F.somethingorother :-)


% 
% Excelent! :-) 

Even better, I hope :-)  HTH & HAND


:-D
-- 
David T-G                       * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]      * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/        Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001.  There was no year 0.

PGP signature

Reply via email to