diff options
author | Karel Kočí <cynerd@email.cz> | 2019-11-08 19:31:26 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-11-08 19:34:13 +0100 |
commit | ef03a5c5b7093782009d20b95d9a34f31d464fb1 (patch) | |
tree | 9f28b2fb3fe3784fa736370200737253faf4e70f /mutt/muttrc | |
parent | 516113e50c21d4444cd74d991dcb27793b092187 (diff) | |
download | myconfigs-ef03a5c5b7093782009d20b95d9a34f31d464fb1.tar.gz myconfigs-ef03a5c5b7093782009d20b95d9a34f31d464fb1.tar.bz2 myconfigs-ef03a5c5b7093782009d20b95d9a34f31d464fb1.zip |
Fix mutt
Diffstat (limited to 'mutt/muttrc')
-rw-r--r-- | mutt/muttrc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index d9e4a83..1fde214 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -22,10 +22,6 @@ macro attach 'V' "<pipe-entry>cat >~/.cache/mutt/mail.html && ( surf ~/.cache/mu set crypt_autosign = yes set crypt_replyencrypt = yes set crypt_use_gpgme = yes -source ~/.mutt/gpg.rc -set pgp_use_gpg_agent = yes -set pgp_sign_as = 0xA6BC8B8CEB31659B -set pgp_timeout = 3600 set sendmail="/usr/bin/msmtp --read-envelope-from" set query_command= "khard email --parsable '%s'" |