diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-05-25 23:29:15 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-05-25 23:40:32 +0100 |
commit | 1f8461d9a9ef0029a84d1ab83aae74406f9fe57b (patch) | |
tree | 915ceec11d1eac2f09c0ef0c113da5fef8dd111c /.mutt/accounts/jmccroha@tcd.ie/muttrc | |
download | mutt-1f8461d9a9ef0029a84d1ab83aae74406f9fe57b.tar.gz |
Initial commit of mutt config
Diffstat (limited to '')
-rw-r--r-- | .mutt/accounts/jmccroha@tcd.ie/muttrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.mutt/accounts/jmccroha@tcd.ie/muttrc b/.mutt/accounts/jmccroha@tcd.ie/muttrc new file mode 100644 index 0000000..ed7213f --- /dev/null +++ b/.mutt/accounts/jmccroha@tcd.ie/muttrc @@ -0,0 +1,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 |