* Robert Lillack <[EMAIL PROTECTED]> [2002-09-26 17:11 +0200]:
> since I have  a lot of mailboxes i wanted  to see only those
> containing new mail while in the browser view. Because I use
> MH folders all needed is just a really simple shell script:
> 
>     for i in `flist -all -recurse -noshowzero -fast`
>     do
>         echo -n "\"+$i\" "
>     done
> 
> But  I have  trouble using  it. If  I change  my .muttrc  to
> contain:
> 
>     mailboxes `getnewboxes.sh`
> 
> everything is great,  but to do that while  Mutt is running.
> Something like entering:
> 
>     :mailboxes `getnewboxes.sh`
> 
> doesn't work. Any Ideas?

I think new mailboxes are added to the list, but old ones are never
removed. You need the unmaliboxes command. There is a patch for it on
my homepage and the latest cvs version should include this command.

Nicolas

Reply via email to