Sven Guckes wrote:
> workaround: quit and restart. in which case you do not
> really need to update anything, right? ;-)
...or using Nicolas' patch. It works like a charm.
Rob.
--
Nöö, vpu jne wn nhpu Mviv. :-)
Nicolas Rachinsky wrote:
> I think new mailboxes are added to the list, but old ones
> are never removed.
Exactly.
> You need the unmaliboxes command. There is a patch for it
> on my homepage and the latest cvs version should include
> this command.
Thanks. I will try it tonight.
Rob.
--
* Robert Lillack <[EMAIL PROTECTED]> [2002-09-26 15:46]:
> 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: [..]
> But I have trouble using it. If
> I chang
* 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 -noshowz
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