Andrei POPESCU <andreimpope...@gmail.com> writes:

> Here's the snippet I use:
>
>
> # Use everything that looks like a mailbox in ~/Maildir/
> # except the ones explicitely excluded
> mailboxes ! + `\
> for file in ~/Maildir/.*; do \
>     box=$(basename "$file"); \
>     if [ ! "$box" = '.' -a ! "$box" = '..' \
>               -a ! "$box" = '.debian' \
>         -a ! "$box" = '.notmuch' \
>     echo -n "\"+$box\" "; \
>     fi; \
> done`

Yeah I wrote a program to do something like that.  At least it helped.
I'd have made a Debian package for it if it wasn't so insanely difficult
to make a package, so I put it on sourceforge or freshmeat and last time
I checked, it had disappeared without notice.

Oh, google still finds it: http://sourceforge.net/projects/mutt-mb/

Hm, their download counter is funny ...


-- 
Debian testing iad96 brokenarch


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ehkqnlm4....@yun.yagibdah.de

Reply via email to