Re: message.el and browse-url.el interaction [was: Re: BUG: notmuch-emacs-mua wrong signing MML placement]

2019-12-13 Thread David Edmondson
On Friday, 2019-12-13 at 09:33:11 +02, Tomi Ollila wrote: > Small update from my front -- looked message.el and (message-setup-1) > there in particular, and then tested the following code: > > (with-demoted-errors > (require 'notmuch) > (let ((message-signature-setup-hook

Re: message.el and browse-url.el interaction [was: Re: BUG: notmuch-emacs-mua wrong signing MML placement]

2019-12-12 Thread Tomi Ollila
On Fri, Dec 13 2019, Tomi Ollila wrote: > On Thu, Dec 12 2019, David Edmondson wrote: > >> On Wednesday, 2019-12-11 at 13:55:16 -05, Robbie Harwood wrote: >> >>> My emacs config contains `(add-hook 'message-setup-hook >>> 'mml-secure-sign-pgpmime)` as recommended in the emacstips >>>

Re: message.el and browse-url.el interaction [was: Re: BUG: notmuch-emacs-mua wrong signing MML placement]

2019-12-12 Thread Tomi Ollila
On Thu, Dec 12 2019, David Edmondson wrote: > On Wednesday, 2019-12-11 at 13:55:16 -05, Robbie Harwood wrote: > >> My emacs config contains `(add-hook 'message-setup-hook >> 'mml-secure-sign-pgpmime)` as recommended in the emacstips >> https://notmuchmail.org/emacstips/#index14h2 >> >> However,

message.el and browse-url.el interaction [was: Re: BUG: notmuch-emacs-mua wrong signing MML placement]

2019-12-12 Thread David Edmondson
On Wednesday, 2019-12-11 at 13:55:16 -05, Robbie Harwood wrote: > My emacs config contains `(add-hook 'message-setup-hook > 'mml-secure-sign-pgpmime)` as recommended in the emacstips > https://notmuchmail.org/emacstips/#index14h2 > > However, when I run (something like): > > notmuch-emacs-mua