1
0
Fork 0

Add mutt config

This commit is contained in:
Jeremy Kaplan 2015-12-11 17:23:26 -05:00
commit dd6fc35057
3 changed files with 73 additions and 0 deletions

25
mutt/gmail Normal file
View file

@ -0,0 +1,25 @@
source ~/.mutt/common
set my_username = "jeremydkaplan"
set my_password = `pass show email/jeremydkaplan@gmail.com`
set smtp_pass = $my_password
set folder = "~/.mail/gmail/"
set mask = "*"
set spoolfile = "+Inbox"
set record = +Sent
set postponed = +Drafts
set copy = yes
mailboxes `find ~/.mail/gmail -type d ! -name 'cur' ! -name 'tmp' ! -name 'new' | sed 's|/home/jdkaplan/.mail/gmail/|\+|' | sed ':a;N;$!ba;s/\n/ /g'`
set realname = "Jeremy Kaplan"
set from = "$my_username@gmail.com"
set envelope_from = yes
set use_from = yes
set smtp_url = "smtps://$my_username@smtp.gmail.com:465"
set ssl_force_tls = yes
set ssl_starttls = yes