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