On Mon, Apr 14 2014, Jani Nikula <jani at nikula.org> wrote: > On Apr 14, 2014 10:17 AM, "David Bremner" <david at tethera.net> wrote: >> >> Jani Nikula <jani at nikula.org> writes: >> > +(defun notmuch-mua-reply-crypto (parts) >> > + (loop for part in parts >> > + if (notmuch-match-content-type (plist-get part :content-type) > "multipart/signed") >> > + do (mml-secure-message-sign) >> >> How do people feel about disabling/removing the previous two lines? >> > > I'd be fine with that (see the commit message).
I'd be fine with that as well. I auto-sign all outgoing mail regardless of the signature status of what I'm replying to, so that's fine. Auto-encrypting replies to encrypted mail is actually a security issue, whereas auto-signing is not, so as long as we have the auto-encrypting always enabled that should ok. David, did you want to handle the patch? If not let me know and I'll do it. jamie. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140414/843e6d89/attachment.pgp>
