* mu4e: improve docs

This commit is contained in:
djcb
2012-09-13 22:58:13 +03:00
parent 404d32e0d2
commit c724a457ac

View File

@ -967,7 +967,7 @@ decrypt messages automatically; this is the default. If you set it to @t{nil},
@t{mu4e} will @emph{not} attempt to decrypt anything, and finally if you set
it to @t{'ask}, it asks you each time when encountering an encrypted message.
When opening an encrypted message, @t{mu} consults @t{gnupg-agent} to see
When opening an encrypted message, @t{mu} consults @t{gpg-agent} to see
whether it already has unlocked the key needed to decrypt the message; if not,
it will prompt us for a password (typically with a separate top-level
window). This is only needed once per session.
@ -1153,8 +1153,7 @@ message is fully formed when this hook runs. For example, to add a
(message-add-header "Bcc: me@@example.com\n")))
@end lisp
@subsection{Signing and encrypting}
@subsection Signing and encrypting
@anchor{Signing and encrypting}
Signing and encrypting of messages is possible using @ref{(emacs-mime)