diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | muttrc.dot.link | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -11,3 +11,4 @@ References ---------- * [Delete duplicate emails in mutt - 41J Blog](http://41j.com/blog/2011/09/delete-duplicate-emails-in-mutt/). +* [Adding support for fetching GPG key using WKD protocol](https://mutt-dev.mutt.narkive.com/YW2Xjjsq/adding-support-for-fetching-gpg-key-using-wkd-protocol). diff --git a/muttrc.dot.link b/muttrc.dot.link index fadbc2e..0375ff3 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -206,6 +206,12 @@ set pgp_getkeys_command="gpg --search-keys %r" # See https://a3nm.net/blog/mutt_crypt_opportunistic_encrypt.html set crypt_opportunistic_encrypt = yes +# Mutt hangs on "Invoking S/MIME" +# See https://github.com/neomutt/neomutt/issues/3438 +# +# Unsetting this might break some things +#unset crypt_use_gpgme + # ----------------------------- # OpenPGP with gpg-agent config # ----------------------------- |