Re: [PATCH] emacs: add new option notmuch-search-exclude

2022-08-07 Thread Mohsin Kaleem
David Bremner writes: Hi, thanks for all the advice :-). I'm still quite unfamiliar with mailing-list based workflows so I keep developing like I'm on GitHub. > I think the patch series needs a bit of cleanup still. The first two > patches occur twice and then a later patch is reverted (so

[PATCH 9/9] build: Fix declare-function calls for updated functions

2022-08-07 Thread Mohsin Kaleem
--- emacs/notmuch-hello.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 39ba2537..6d4197dd 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -33,10 +33,11 @@ (declare-function notmuch-poll

[PATCH 7/9] test: Fix Navigation of notmuch-hello to search results

2022-08-07 Thread Mohsin Kaleem
The default value of oldest-first is true so the oldest mail is shown first by default. This test case used the tree-from-search function which now persists this value of true (previously always defaulting to nil in its place) which produced a different tree output where the oldest-mail is sorted

[PATCH 8/9] review: Rename variables to better express intention

2022-08-07 Thread Mohsin Kaleem
--- emacs/notmuch-hello.el | 18 +- emacs/notmuch-jump.el | 2 +- emacs/notmuch-lib.el | 4 ++-- emacs/notmuch-tree.el | 24 emacs/notmuch.el | 29 +++-- 5 files changed, 39 insertions(+), 38 deletions(-) diff --git

[PATCH 1/9] emacs: add new option notmuch-search-exclude

2022-08-07 Thread Mohsin Kaleem
The new notmuch-search-exclude option allows users to configure whether to show or hide excluded messages (as determined by search.exclude_tags in the local config file). It defaults to true for now to maintain backwards-compatibility with how notmuch-{search,tree} already worked. New commands

[PATCH 5/9] feat: Add more interactive specs

2022-08-07 Thread Mohsin Kaleem
--- emacs/notmuch-tree.el | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 9ed8a3d9..5f999424 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -1215,7 +1215,15 @@ The arguments are:

[PATCH 6/9] test: Add test cases for new exclude option

2022-08-07 Thread Mohsin Kaleem
--- test/T461-emacs-search-exclude.sh | 99 +++ .../notmuch-search-tag-inbox-with-excluded| 25 + .../notmuch-search-tag-inbox-without-excluded | 21 .../notmuch-tree-tag-inbox-with-excluded | 53 ++ .../notmuch-tree-tag-inbox-without-excluded

[PATCH 4/9] feat: Allow :exclude configuration in notmuch-hello

2022-08-07 Thread Mohsin Kaleem
--- emacs/notmuch-hello.el | 35 ++- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 4662e704..810f094e 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -143,6 +143,10 @@ a

[PATCH 3/9] test: Fix Search handles subprocess error exit codes

2022-08-07 Thread Mohsin Kaleem
Add in a new option --exclude which wasn't previously passed to the subprocess. --- test/T310-emacs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

[PATCH 2/9] docs: Update with notmuch-*-toggle-exclude

2022-08-07 Thread Mohsin Kaleem
--- devel/emacs-keybindings.org | 2 +- doc/notmuch-emacs.rst | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/emacs-keybindings.org b/devel/emacs-keybindings.org index ad7f72ef..be6b2481 100644 --- a/devel/emacs-keybindings.org +++

matching both accented and non-accented character for non-accented characters?

2022-08-07 Thread Bence Ferdinandy
Hi, I'm in the process of trying to set up reading email in the terminal and just installed notmuch, which looks like a pretty awesome tool. I currently have one question nagging me: I have a lot of mail in my native Hungarian, which properly written is full of characters like éáűúü, but if

Re: [PATCH 1/2] test/emacs: add known broken test for stashing duplicate filename

2022-08-07 Thread David Bremner
David Bremner writes: > This duplicates (no pun intended) one of the bugs reported by Gregor > in id:87edxw8jp4.fsf@no.workgroup applied all 5 patches in this thread to master. d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send