blob: f30f1ca35ebb29fc4a66045c5c1b37eda23f65c7 (
plain)
1
2
3
4
5
6
7
8
9
|
set from = "jmccrohan@gmail.com"
set imap_user = "jmccrohan@gmail.com"
set smtp_url = "smtp://jmccrohan@smtp.gmail.com:587/"
source "gpg -d ~/.mutt/accounts/jmccrohan@gmail.com/passwords.gpg |" # decrypt passwords
set header_cache =~/.mutt/accounts/jmccrohan@gmail.com/cache/headers
set message_cachedir =~/.mutt/accounts/jmccrohan@gmail.com/cache/bodies
set certificate_file =~/.mutt/accounts/jmccrohan@gmail.com/certificates
|