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