<<< Date Index >>>     <<< Thread Index >>>

Re: Creating list of "mailboxes" dynamically



=- Sebastian Waschik wrote on Fri 22.Sep'06 at 10:30:05 +0200 -=

------ QUOTE BEGIN ------
> #!/bin/bash
> # mailboxes script
> cd $HOME/Mail
> 
> shopt -s extglob
> echo -n mailboxes
> echo -n " !"
> for i in !(Sent|caughtspam)
> do
>   echo -n " +$i"
> done
> echo
------- QUOTE END -------
> 
> and "source ~/.mutt/mailboxes|" in my muttrc.

Please have a look at ConfigTricks at http://WIKI.mutt.org/ and
document improvements or better alternatives.

-- 
© Rado S. -- You must provide YOUR effort for your goal!
Even if it seems insignificant, in fact EVERY effort counts
for a shared task, at least to show your deserving attitude.