aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-06-13 13:50:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-06-13 13:50:31 -0300
commita91128632aef7c23d84d18338d21f0b7d690f39e (patch)
treeb4f335ed28401b29c6ae0011da2c03d939fb2eac
parentff283db699fee355c47acb739bac7e00e3167dff (diff)
downloadmail-a91128632aef7c23d84d18338d21f0b7d690f39e.tar.gz
mail-a91128632aef7c23d84d18338d21f0b7d690f39e.tar.bz2
Mutt: notes on S/MIME and WDK
-rw-r--r--README.md1
-rw-r--r--muttrc.dot.link6
2 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index e45cc44..ff2efea 100644
--- a/README.md
+++ b/README.md
@@ -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
# -----------------------------