thunix/roles/shell/files/etc/skel/.muttrc

12 lines
293 B
Plaintext

#http://www.elho.net/mutt/maildir/
#First tell Mutt to use the Maildir format:
set mbox_type=Maildir
# Next configure the locations of the common folders:
set folder="~/Maildir"
set mask="!^\\.[^.]"
set mbox="~/Maildir"
set record="+.Sent"
set postponed="+.Drafts"
set spoolfile="~/Maildir"