aboutsummaryrefslogtreecommitdiff
path: root/mutt/.muttrc
diff options
context:
space:
mode:
authorCamil Staps2017-01-24 19:23:35 +0100
committerCamil Staps2017-01-24 19:23:35 +0100
commitb9bc6cbb9ca4992056fa91da8cb59d3194378c54 (patch)
treebf15c9760fccb103fd46ee6a9be9d954f3c2a3d5 /mutt/.muttrc
parentStowify repo (diff)
Email
Diffstat (limited to 'mutt/.muttrc')
-rw-r--r--mutt/.muttrc29
1 files changed, 0 insertions, 29 deletions
diff --git a/mutt/.muttrc b/mutt/.muttrc
deleted file mode 100644
index 9ffef67..0000000
--- a/mutt/.muttrc
+++ /dev/null
@@ -1,29 +0,0 @@
-# General
-set editor=`echo \$EDITOR`
-set send_charset="utf-8"
-set edit_headers=yes
-unset user_agent
-
-# Passwords
-source "gpg2 -dq $HOME/.mutt-pwds.gpg |"
-# don't let people read them
-bind generic,alias,attach,browser,editor,index,compose,pager,pgp,postpone ':' noop
-
-# IMAP
-set imap_user=$my_info_camilstaps_un
-set imap_pass=$my_info_camilstaps_pw
-set folder=imaps://mail.camilstaps.nl/
-set spoolfile=+INBOX
-set imap_check_subscribed
-
-# SMTP
-set record=+Sent
-set realname="Camil Staps"
-set from=info@camilstaps.nl
-set use_from=yes
-set smtp_url=smtps://$imap_user:$imap_pass@mail.camilstaps.nl
-
-# Cache
-set header_cache=~/.cache/mutt
-set message_cachedir=~/.cache/mutt
-