Re: [PATCH] doc/emacs: add notmuch-show-empty-saved-searches to manual

2022-07-15 Thread David Bremner
David Bremner writes: > Answering a user question, I had to dig for this variable, but I think > it is a reasonably common customization wish, particularly for users > with custom count-functions. applied to master. d ___ notmuch mailing list --

Re: [PATCH] doc/emacs: define and use emacsvar and emacscmd markup

2022-07-15 Thread David Bremner
David Bremner writes: > This makes it easier to navigate the merged index of all of the > notmuch documentation. applied to master, after extending to cover the new docs from 5e17495a d ___ notmuch mailing list -- notmuch@notmuchmail.org To

Re: [PATCH] doc: improve config item labels in info output

2022-07-15 Thread David Bremner
David Bremner writes: > Commit 306b7028d added the nmconfig role / directive. Unfortunately > the default of using the directive name in texinfo output is pretty > ugly, so attempt to make it more human readable by passing `objname` > to add_object_type invocation. applied to master.

Re: [PATCH 1/3] doc: reorganize sphinx toctree

2022-07-15 Thread David Bremner
David Bremner writes: > This mainly affects the html output (although users generating epub or > pdf would also notice a change). The goal is twofold: make the TOC a > bit friendler and easier to navigate by introducing some hierarchy, > and allow links for nmbug and notmuch-setup. series

[PATCH v2] CLI/git: opportunistically use bindings to check for known messages

2022-07-15 Thread David Bremner
If the bindings are installed, use them to avoid one exec of notmuch search per message. --- notmuch-git.py | 33 - 1 file changed, 28 insertions(+), 5 deletions(-) I decided to leave the old (slow) path in for now, since it is fast enough for use of nmbug to