aboutsummaryrefslogtreecommitdiff
path: root/muttrc.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'muttrc.dot.link')
-rw-r--r--muttrc.dot.link6
1 files changed, 6 insertions, 0 deletions
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
# -----------------------------