]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: mua: check for misplaced secure mml tags
authorMark Walters <markwalters1009@gmail.com>
Sat, 8 Oct 2016 20:05:23 +0000 (21:05 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 9 Oct 2016 11:53:14 +0000 (08:53 -0300)
Emacs message-send seems to ignore a secure mml tag anywhere except at
the start of the body, and it must be followed by a newline. Since
this is almost certainly not desired we check for it, and require user
confirmation before sending.

As the setup before message-send or message-send-and-exit is getting
more complicated it is convenient to unify the two correspoinding
notmuch functions.


No differences found