Re: [PATCH] test: make T450 independent of application/octet-stream interpretation

2022-05-29 Thread David Bremner
michaeljgruber+grubix+...@gmail.com writes: > From: Michael J Gruber > > The actual content type of `application/octet-stream` is up to content > type detection of the reader, and thus may not be stable across > implementations or versions. This showed up when > > fd46fc19 ("emacs: document/defc

Re: [PATCH v2] doc/emacs: document a few notmuch-hello customizable variables.

2022-05-29 Thread David Bremner
David Bremner writes: > A user asked about the thousands separator on IRC, and I had to check > the source. > --- > > I realized the docstring was getting mangled when auto-translated to > rst, so I did the manual translation. Applied to master. The bolding looks a bit garish compared to the pla

Re: [PATCH 1/3] test: replace deprecated use of notmuch_database_open_verbose

2022-05-29 Thread David Bremner
David Bremner writes: > We need to do it some day, and it is a bit annoying to read > deprecation messages in broken tests. series applied to master d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@no

Re: WIP: promote nmbug to user sync tool

2022-05-29 Thread David Bremner
Sean Whitton writes: > > Either instead or in addition to something size-based, how about > requiring --force if there do not exist any tags with the prefix in the > notmuch database already? The size thing is brittle; in my scripting > attempts, I've encountered several annoying edge cases. >

[PATCH] emacs: add paramter to not quote original message in replies

2022-05-29 Thread joshua
From: Joshua O'Connor While the default reply function does nicely set the region to the quoted text to allow for easy an easy kill-region, at least one package, org-msg, interprets the incoming citation (or not) and operates on it. Adding this parameter makes it feasible for users of that librar

[PATCH 1/2] CLI: simplify help command

2022-05-29 Thread David Bremner
This will allow "notmuch help" to work for arbitrary external commands and for any added non-command topics (such as notmuch-sexp-queries). --- notmuch.c | 22 +++--- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/notmuch.c b/notmuch.c index ac25ae18..c39fcfb2 10064

[PATCH 2/2] CLI: mention sexp-queries in help topics, alphabetize

2022-05-29 Thread David Bremner
There does not seem to be an easy way to automate maintaining this list, but new topics are not added very often. --- notmuch.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/notmuch.c b/notmuch.c index c39fcfb2..68a785e2 100644 --- a/notmuch.c +++ b/notmuch.c @@ -211,12