[PATCH] doc: tweak hook configuration documentation.

2021-06-22 Thread David Bremner
Add a historical note, and hint to look below for more about hooks. Capitalized the heading for consistency. --- doc/man1/notmuch-config.rst | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index 56f4a160..eb941dc8

[PATCH] emacs: Add compatibility for org-msg.el

2021-06-22 Thread Ori
See https://github.com/jeremy-compostella/org-msg/issues/53 --- NEWS | 2 ++ emacs/notmuch-company.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 09456f60..c167c9a2 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ Emacs previous

[PATCH] cli/show: add --color/--no-color

2021-06-22 Thread Hannu Hartikainen
These arguments allow setting color explicitly on or off when using `--format=pretty`. The default is still to use color iff stdout is a TTY. --- I got a reply off-list to my previous patch (cli/show: add --format=pretty) about explicitly enabling color (for use with $PAGER). It's quite a minor