[PATCH] completion: Add support for custom header prefixes

2024-01-16 Thread Per Modin
Append custom search query prefixes, if any, to the standard set of terms used for searching. Applies to both bash and zsh, and is checked with Awk and GNU Awk. --- completion/notmuch-completion.bash | 4 completion/zsh/_notmuch| 3 +++ 2 files changed, 7 insertions(+) diff

Re: [PATCH 1/3] CLI/git: remove unused import

2024-01-16 Thread David Bremner
Jakub Wilk writes: > shutil was used only for the tempfile.TemporaryDirectory backport, > which was removed in commit b7c31f658121a0cf ("CLI/git: drop support for > python < 3.2"). Series applied to master. ___ notmuch mailing list --