Andrei POPESCU <[email protected]> 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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

