unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* message.el and mml-secure-bcc-is-safe
@ 2017-01-07 11:43 Yuri D'Elia
  2017-01-21 16:34 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Yuri D'Elia @ 2017-01-07 11:43 UTC (permalink / raw)
  To: emacs-devel

I'd like to manipulate the mml tags on the message inside the
'message-send-hook depending on the recipient.

By reading though message.el, this seems to be possible as the hook is
ran early enough.

However, I notice that (mml-secure-bcc-is-safe) is called before the
hook. If I plan to modify the tags, it actually makes sense to run it
just afterwards instead so that it checks the final headers and tags.

Could we move (mml-secure-bcc-is-safe) just after the hook?
It makes more sense to me, unless there's some specific reason to do so.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-28 14:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-07 11:43 message.el and mml-secure-bcc-is-safe Yuri D'Elia
2017-01-21 16:34 ` Lars Ingebrigtsen
2017-01-22 13:44   ` Jens Lechtenboerger
2017-01-25 17:02     ` Yuri D'Elia
2017-01-25 17:16       ` Lars Ingebrigtsen
2017-01-27 14:37         ` [PATCH] Run 'mml-secure-bcc-is-safe after 'message-send-hook Yuri D'Elia
2017-01-28 14:21           ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).