Hi,

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?

Thanks,
Rob.
-- 
r o b e r t | l i l l a c k
www.lillaxsitedesign.de/rob
secure mail key: 0xE7FFDF77

Reply via email to