summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-05-06 13:30:06 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-05-09 23:14:01 +0300
commit2b105009aa7f5ecb390ccb9cbdad2b5fd8ffc0ed (patch)
treea09e6cbe23d91c0205b5caecba6c0fcbeed5f5b4
parent30bad6a6ff967089cd1a5727347fcf3a9cf757c3 (diff)
mu4e.texi: Add note about s/mime
-rw-r--r--mu4e/mu4e.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi
index fa0b58a..1912cbe 100644
--- a/mu4e/mu4e.texi
+++ b/mu4e/mu4e.texi
@@ -1510,8 +1510,6 @@ requires @t{mu} to have been build with crypto-support; see the
signatures. For signing/encrypting messages your outgoing messages, see
@ref{Signing and encrypting}.
-Currently, only PGP/MIME is supported; PGP-inline and S/MIME are not.
-
For all of this to work, @command{gpg-agent} must be running, and it
must set the environment variable @t{GPG_AGENT_INFO}. You can check from
Emacs with @key{M-x getenv GPG_AGENT_INFO}.
@@ -1526,6 +1524,11 @@ $ eval $(gpg-agent --daemon)
@noindent
This starts the daemon, and sets the environment variable.
+Some users have reported problems with certain S/MIME-signed messages
+where mu checks if the certificate has been revoked. This can be
+avoided by adding @t{disable-crl-checks} to @t{~/.gnupg/gpgsm.conf};
+alternatively, you could use the gnus-based viewer.
+
@subsection Decryption
@anchor{Decryption}