1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix issues with OpenPGP header

* doc/misc/message.texi (OpenPGP Header): Mention correct hook
* lisp/gnus/message.el (message-openpgp-header): Improve customize type
(message-add-openpgp-header): Insert header into correct buffer
(bug#42913).
This commit is contained in:
Philip K 2020-08-18 18:06:13 +02:00 committed by Lars Ingebrigtsen
parent 4670969e67
commit 52d7aa76b1
2 changed files with 34 additions and 31 deletions

View file

@ -1265,7 +1265,7 @@ for a long time. For more details, see
To use this in Message, say:
@lisp
(add-hook 'message-send-hook 'message-add-openpgp-header)
(add-hook 'message-header-setup-hook 'message-add-openpgp-header)
@end lisp
@noindent