You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
477 B
Plaintext
24 lines
477 B
Plaintext
set mbox_type=Maildir
|
|
set folder=$HOME/Mail/FastMail
|
|
set spoolfile=+/INBOX
|
|
set header_cache=~/.cache/mutt
|
|
|
|
set realname='Dustin Swan'
|
|
set sendmail="/usr/local/bin/msmtp"
|
|
|
|
set edit_headers=yes
|
|
set folder=~/Mail
|
|
set mbox=+mbox
|
|
set spoolfile=+inbox
|
|
set record=+sent
|
|
set postponed=+drafts
|
|
set mbox_type=Maildir
|
|
|
|
mailboxes +inbox
|
|
|
|
source "~/.mutt/iocom"
|
|
folder-hook $folder 'source ~/.mutt/iocom'
|
|
|
|
source "~/.mutt/fastmail"
|
|
folder-hook *user@fastmail.com/ 'source ~/.mutt/fastmail'
|