# origin: http://dev.mutt.org/trac/wiki/MuttFaq/Maildir # (with mailboxes replaced to skip Dovecot files set mbox_type=Maildir set spoolfile="~/Maildir/" set folder="~/Maildir/" set mask="!^\\.[^.]" set record="+.Sent" set postponed="+.Drafts" #mailboxes ! + `\\ #for file in ~/Maildir/.*; do \\ # box=$(basename "$file"); \\ # if [ ! "$box" = '.' -a ! "$box" = '..' -a ! "$box" = '.customflags' \\ # -a ! "$box" = '.subscriptions' ]; then \\ # echo -n "\"+$box\" "; \\ # fi; \\ #done` mailboxes ! + `find Maildir -mindepth 1 -maxdepth 1 -type d -not -regex 'cur|tmp|new' -printf "+'%f' "` macro index c "?" "open a different folder" macro pager c "?" "open a different folder" #macro index C "?" "copy a message to a mailbox" #macro index M "?" "move a message to a mailbox"