Re: changing smtp server and signature depending on from address

2022-04-25 Thread João Pedro
On 20 April 2022 11:35, alan.schm...@polytechnique.org wrote: > Hello, Hi Alan! > I use several email addresses, and I would like to customize the smtp > server and the signature I use for each of them. Is there a notmuch way > of doing this? I don't think notmuch has a built-in/default way of

notmuch release 0.36 now available

2022-04-25 Thread David Bremner
Where to obtain notmuch 0.36 === https://notmuchmail.org/releases/notmuch-0.36.tar.xz Which can be verified with: https://notmuchmail.org/releases/notmuch-0.36.tar.xz.sha256.asc -BEGIN PGP SIGNED MESSAGE- Hash: SHA256

[PATCH] emacs: notmuch-show-header-line: allow format-spec format

2022-04-25 Thread jao
If a string value is assigned to notmuch-show-header-line, it's used as a format string to be passed passed to format-spec with `%s` substituted by the message's subject. As before, t means displaying the subject and nil not using any header line. Signed-off-by: jao --- emacs/notmuch-show.el |