On Thu, 26 Nov 2009 15:01:38 -0800, Keith Packard <keithp at keithp.com> wrote: > On Thu, 26 Nov 2009 10:41:36 -0800, Carl Worth <cworth at cworth.org> wrote: > > > I'm not sure how to make sure that I also get that when doing a reply > > within notmuch. Keith, I think you worked this out, right? What did you > > do? > > ; sign messages by default > (defun my-notmuch-message-mode-hook() > (if (buffer-modified-p) > (mml-secure-message-sign))) > > (add-hook 'message-mode-hook 'my-notmuch-message-mode-hook) > (add-hook 'message-setup-hook 'my-notmuch-message-mode-hook)
Thanks. And look! A signed reply now. -Carl -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091127/a34f0f4a/attachment.pgp>
