Re: email recipient not taken into account when replying?

2020-01-11 Thread Alan Schmitt
On 2020-01-08 08:59, Carl Worth writes: > On Wed, Jan 08 2020, Alan Schmitt wrote: >> Is there another way to tell notmuch to use as From address the address >> the email was sent to, if it's one of my emails? > > Yes. The user.other_email configuration entry should do that. > > For example, in

[RFC PATCH] build: add meson build system

2020-01-11 Thread Jani Nikula
Add initial support for configuring and building notmuch using the Meson Build System [1]. The "home-brew" configure script in notmuch has grown rather complicated, although the goal was originally to avoid the complexity of using autotools. Since then, meson has emerged as a viable option for

[PATCH 1/2] doc: pass specified configure options as tags to Sphinx

2020-01-11 Thread Jani Nikula
Add generic support for passing enabled configure options as tags to Sphinx. Add TAGS make variable to specify the configure options, and use the sphinx-build -t option to add the options equal to 1 as tags. The tags may be used in conf.py to conditionally adjust the configuration [1], and to

[PATCH 2/2] doc: add a hint about field processor support availability

2020-01-11 Thread Jani Nikula
In most cases the documentation and the notmuch binary will be built on the same machine and the same dependencies. Hint at the field processor support availability in the man page based on the documentation build host. --- doc/Makefile.local| 2 +-