dotfiles/mutt/DswanIOCOM.muttrc
2013-06-27 17:28:35 -05:00

22 lines
553 B
Text

#color status white blue
# Receive options.
set imap_user = "dswan@insors.com"
set imap_pass = $my_iocom_password
set folder = "imaps://secure.emailsrvr.com/"
set spoolfile = +INBOX
set postponed = +Drafts
set record = +Sent
set move = yes
# Send options.
set smtp_url = "smtps://dswan@secure.emailsrvr.com"
set smtp_pass = $my_iocom_password
set realname = "Dustin Swan"
set from = "dswan@iocom.com"
set hostname = "iocom.com"
# Hook
account-hook $folder "set imap_user = dswan@insors.com"
account-hook $folder "set imap_pass = $my_iocom_password"