blob: 57685acb95ce1e73a05aa50c4fd2fe56c9226b29 (
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 -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
|