Re: PGP tag inserted below quoted message when replying

Subject: Re: PGP tag inserted below quoted message when replying

Date: Tue, 01 Nov 2016 17:12:42 +0100

To: David Bremner, notmuch@notmuchmail.org

Cc:

From: Dave Barker


OK I eventually worked around this problem by adding the secure tag at
the point the message is being sent. The code now looks something like this:

(add-hook 'message-setup-hook
          (lambda ()
            (gnus-alias-determine-identity)
            (define-key message-mode-map (kbd "C-c f")
              'gnus-alias-select-identity)
            (flyspell-mode)))
(add-hook 'message-send-hook 'mml-secure-message-sign-pgpmime)
signature.asc (application/pgp-signature)

Thread: