blob: ed7213f6518531748414ff2eada6acfc293c73af (
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 -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
|