diff options
| author | momo <post@bjoernb.org> | 2020-11-21 11:31:02 +0100 |
|---|---|---|
| committer | momo <post@bjoernb.org> | 2020-11-21 11:31:02 +0100 |
| commit | c017e0d9de057485d917c0dac8c21963ed89f604 (patch) | |
| tree | a7d764c6757cead40f650efef08bdc6bcce27e84 | |
| parent | 424f7c6d2161430f6880cf42ec3af79eef6cbf73 (diff) | |
Set mml-secure-openpgp-sign-with-sender to sign messages
mml-secure-openpgp-sign-with-sender has to be set to t in the
configuration to continue signing messages since Emacs 27.1:
- https://notmuchmail.org/news/release-0.31/
| -rw-r--r-- | emacstips.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index 79df754..7baa679 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -464,6 +464,7 @@ These functions are available via the standard `message-mode` keybindings ;; Sign messages by default. (add-hook 'message-setup-hook 'mml-secure-sign-pgpmime) + (setq mml-secure-openpgp-sign-with-sender t) This inserts the required `<#part sign=pgpmime>` into the beginning of the mail text body and will be converted into a pgp signature |
