[PATCH 2/2] vim: doc: minor spelling fix

2023-05-03 Thread Felipe Contreras
From: John Gliksberg Signed-off-by: Felipe Contreras --- vim/notmuch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/notmuch.txt b/vim/notmuch.txt index 4a038102..c98f2b53 100644 --- a/vim/notmuch.txt +++ b/vim/notmuch.txt @@ -144,7 +144,7 @@ If you want to count

[PATCH 1/2] vim: doc: small fixes

2023-05-03 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/README | 4 ++-- vim/notmuch.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vim/README b/vim/README index c137bacd..777c20c0 100644 --- a/vim/README +++ b/vim/README @@ -53,10 +53,10 @@ Enjoy ;) As an example to

[PATCH 0/2] vim: doc: trivial fixes

2023-05-03 Thread Felipe Contreras
These are some trivial patches long overdue from upstream. They have been already sent in some form long time ago id:20210418224851.88240-3-felipe.contre...@gmail.com, but hopefully in a smaller batch they'll get merged. Felipe Contreras (1): vim: doc: small fixes John Gliksberg (1): vim:

Re: [PATCH v2 1/3] emacs: Add new option notmuch-search-hide-excluded

2023-05-03 Thread David Bremner
> diff --git a/test/T310-emacs.sh b/test/T310-emacs.sh > index 9d0df187..b89a100e 100755 > --- a/test/T310-emacs.sh > +++ b/test/T310-emacs.sh > @@ -1030,7 +1030,7 @@ End of search results. > YYY/notmuch_fail exited with status 1 (see *Notmuch errors* for more details) > === ERROR === >

Re: JSON Output Documentation

2023-05-03 Thread Tim Culverhouse
On Wed May 3, 2023 at 2:35 PM CDT, David Bremner wrote: > > We have had some discussions on the pros and cons of more publically > > documenting this interface, but for now you can find the documentation > > in the source, in devel/schemata. > > See attached. Perfect! Thanks! -- Tim

Re: JSON Output Documentation

2023-05-03 Thread David Bremner
David Bremner writes: > "Tim Culverhouse" writes: > >> Hey everyone - >> >> I've scoured the manpages and website for some documentation on the JSON >> output format, but haven't found what I'm looking for. For the most >> part, the commands are easy to figure out, but `notmuch show` has me >>

Re: JSON Output Documentation

2023-05-03 Thread David Bremner
"Tim Culverhouse" writes: > Hey everyone - > > I've scoured the manpages and website for some documentation on the JSON > output format, but haven't found what I'm looking for. For the most > part, the commands are easy to figure out, but `notmuch show` has me > confused on the array nesting.

JSON Output Documentation

2023-05-03 Thread Tim Culverhouse
Hey everyone - I've scoured the manpages and website for some documentation on the JSON output format, but haven't found what I'm looking for. For the most part, the commands are easy to figure out, but `notmuch show` has me confused on the array nesting. Does anyone know if there is

Re: notmuch search for threads vs matched messages

2023-05-03 Thread Al Haji-Ali
> I would find this helpful too. I just implemented this for tags (patch attached). Turns out it is not needed for authors as notmuch already distinguishes between matched and unmatched authors -- I never noticed!. The implementation could of course be debated and improved, but I just wanted

Re: notmuch search for threads vs matched messages

2023-05-03 Thread NeilBrown
On Wed, 03 May 2023, Al Haji-Ali wrote: > When I search for emails (in the CLI or Emacs), for example all those with > the inbox tag, I get a list of threads with the names of all senders in the > thread and all tags that are in the thread rather than in the matched > messages. > > I find this