diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-06-13 13:50:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-06-13 13:50:31 -0300 |
commit | a91128632aef7c23d84d18338d21f0b7d690f39e (patch) | |
tree | b4f335ed28401b29c6ae0011da2c03d939fb2eac | |
parent | ff283db699fee355c47acb739bac7e00e3167dff (diff) | |
download | mail-a91128632aef7c23d84d18338d21f0b7d690f39e.tar.gz mail-a91128632aef7c23d84d18338d21f0b7d690f39e.tar.bz2 |
Mutt: notes on S/MIME and WDK
-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 # ----------------------------- |