dotfiles/mutt/DustinswanGmail.muttrc
2013-06-27 09:17:03 -05:00

33 lines
879 B
Text

#set from = "dustinswan@gmail.com"
#set sendmail = "msmtp -a DustinswanGmail"
#set spoolfile = "+DustinswanGmail/INBOX"
#set mbox = "+DustinswanGmail/archive"
#set postponed = "+DustinswanGmail/drafts"
color status white red
# Receive options.
set imap_user = "dustinswan@gmail.com"
set imap_pass = $my_gmail_password
set folder = "imaps://dustinswan@imap.gmail.com"
set spoolfile = +INBOX
set postponed = +Drafts
# set record = +Sent # Gmail saves this automatically
set move = no
# Send options.
set smtp_url = "smtps://dustinswan@smtp.gmail.com"
set smtp_pass = $my_gmail_password
set realname = 'Dustin Swan'
set from = "dustinswan@gmail.com"
set hostname = "gmail.com"
# Connection options
set ssl_force_tls = yes
unset ssl_starttls
# Hook
account-hook $folder "set imap_user = dustinswan@gmail.com"
account-hook $folder "set imap_pass = $my_gmail_password"