On Wed, Jan 17, 2001 at 08:48:23AM +0530, Suresh Ramasubramanian wrote:
> Jeffrey A Schoolcraft proclaimed on mutt-users that: 
> 
> > sorry, forgot the !
> >  mailboxes ! `for file in ~/mail/*; do echo -n "+$(basename $file) "; done`
> 
> instead - try 
> mailboxes `echo $HOME/Mail/*`
> it works just fine :)
> 

I just wish there would be a way to unspecify mailboxes after doing
something like that. Like 'SPAM' and 'outbox'. I usually end up doing
hairy sed scripts, when something like;
mailboxes `echo $HOME/Mail/*`
mailboxes -SPAM -outbox

Perhaps it is possible, I just missed it?

//Fredde

Reply via email to