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

39 lines
851 B
Plaintext

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