Re: redefining mailboxes while running mutt -> unmailboxes does not exist

2002-09-30 Thread Robert Lillack
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. :-)

Re: redefining mailboxes while running mutt

2002-09-30 Thread Robert Lillack
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. --

Re: redefining mailboxes while running mutt -> unmailboxes does not exist

2002-09-30 Thread Sven Guckes
* 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

Re: redefining mailboxes while running mutt

2002-09-30 Thread Nicolas Rachinsky
* 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

redefining mailboxes while running mutt

2002-09-26 Thread Robert Lillack
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