diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-04-11 10:44:16 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-04-11 10:44:16 +0300 |
| commit | e34c9a3458fa7e9d27527d19045ed5c286da8312 (patch) | |
| tree | 3fa3beb84e0a2fdc1aceac9e81d0664cb9682ab9 | |
| parent | c9413f81dcc661d4a087571ac0ba072a7f35e617 (diff) | |
mu4e/NEWS: mention sign-signed-replies, doc update
| -rw-r--r-- | NEWS.org | 3 | ||||
| -rw-r--r-- | mu4e/mu4e.texi | 8 |
2 files changed, 11 insertions, 0 deletions
@@ -28,6 +28,9 @@ (see docstring). E.g. when you have the "Nerd Icons" package, you can set this to ~nerd-icons-icon-for-file~. (1.14.1) + - ~mu4e-compose-crypto-policy~ now also recognizes ~sign-signed-replies~, to + automatically sign when replying to signed messages (1.14.1). + *** scm - added new ~--eval~ command-line option, so you can do e.g. diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 383d975..8ed9c0e 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -2026,6 +2026,10 @@ mu4e}. @node Signing and encrypting @section Signing and encrypting +@cindex signing +@cindex encrypting +@cindex decrypting +@cindex crypto Signing and encrypting of messages is possible using @ref{(emacs-mime) Top, emacs-mime}, most easily accessed through the @t{Attachments}-menu while @@ -2038,6 +2042,10 @@ that draft messages are @emph{not} encrypted. So if you are using e.g. sure the drafts folder is @emph{not} in the set of synchronized folders, for obvious reasons. +You can influence what messages to encrypt or sign using +@code{mu4e-compose-crypto-policy}; see its docstring for details. + + @node Queuing mail @section Queuing mail |
