diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-09-29 11:10:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-09-29 11:10:17 -0300 |
commit | 5115a49ab75052812b5e7e4d5db1f3d37261de51 (patch) | |
tree | baa35592da3fedea2b58b56664ce88eb16c5d9f6 | |
parent | 32e6121aff1bd157dc70103945438be1619026e8 (diff) | |
download | mail-5115a49ab75052812b5e7e4d5db1f3d37261de51.tar.gz mail-5115a49ab75052812b5e7e4d5db1f3d37261de51.tar.bz2 |
S/MIME seems to be currently broken in mutt (2)
-rw-r--r-- | muttrc.dot.link | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 44a5eff..fbc259a 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -228,10 +228,11 @@ set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap gpg -v --batch --output - - # S/MIME # ------ # -# Seems like S/MIME support on mutt is currently broken. +# Seems like S/MIME support on mutt is currently broken, and mutt may timeout +# when "Invoking S/MIME". # -# Mutt hangs on "Invoking S/MIME" -# See https://gitlab.com/muttmua/mutt/-/wikis/MuttGuide/UseSMIME +# See https://lists.gnupg.org/pipermail/gnupg-users/2023-August/066655.html +# https://gitlab.com/muttmua/mutt/-/wikis/MuttGuide/UseSMIME # https://en.wikipedia.org/wiki/S/MIME # https://gitlab.com/muttmua/mutt/-/wikis/MuttGuide/UseSMIME # http://web.archive.org/web/20150919063418/https://kb.wisc.edu/middleware/page.php?id=4091 |