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.
dotfiles/mutt/DustinswanGmail.muttrc

24 lines
604 B
Plaintext

#color status white red
# Receive options.
set imap_user = "dustinswan@gmail.com"
set imap_pass = $my_gmail_password
set folder = "imaps://imap.gmail.com"
set spoolfile = +INBOX
set postponed = +Drafts
# set record = +Sent # Gmail saves this automatically
unset record
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"
# Hook
account-hook $folder "set imap_user = dustinswan@gmail.com"
account-hook $folder "set imap_pass = $my_gmail_password"