The following line of config, when added to Muttrc, will ensure that all Maildir directories in ~/Maildir are available to browse via the Mutt userinterface (using “c” or TAB):
mailboxes `echo -n “+ “; ls -ad ~/Maildir/.* | sed -e “s/^.*Maildir\/\([^\/]*\).*$/+\1/” -e “s/ /\\\\\\\ /g” | xargs`
Yes, the title says it all. This is dull… but if I don’t write it down I’ll scream when I need to do it again in 5 years time.
So, till now I have been running an IMAP server on OpenBSD using dovecot. I was using fetchmail to pull in some POP accounts and I used […]