]> granicus.if.org Git - mutt/commit
Allow setting message security in send2-hook
authorMichael Elkins <me@sigpipe.org>
Sat, 11 Sep 2010 14:34:26 +0000 (07:34 -0700)
committerMichael Elkins <me@sigpipe.org>
Sat, 11 Sep 2010 14:34:26 +0000 (07:34 -0700)
commitf91aee963066d3f5a85c8e7bab8fc4849f9eef74
treecec155b19150c987bd97d0f3ba164cb29b098edb
parent42cc7ec372bc3a68964baa6090821bc7da66cd30
Allow setting message security in send2-hook

This patch delays checking the message security options until after the user has an initial chance to edit the message.  This allows the security options to be set in a send2-hook when using $edit_headers.  Without this patch, the user has no way of automatically setting security based on recipients since the to/cc prompts are bypassed.

The other change in behavior is if the user happened to use a send2-hook to see if the message had security applied *prior* to editing the message, that no longer works.
send.c