]> git.notmuchmail.org Git - notmuch/commit
CLI/git: use --exclude=false when calling notmuch-search
authorDavid Bremner <david@tethera.net>
Sun, 16 Oct 2022 12:49:00 +0000 (09:49 -0300)
committerDavid Bremner <david@tethera.net>
Tue, 27 Dec 2022 15:54:57 +0000 (11:54 -0400)
commit891af1d457a174e12943baf111175af14bb4bb53
treed704c5c7fefb1288e3435ed337c4f3352d0c3585
parenta5f7efd7221f338982dbf1b72692bf9095a9a96a
CLI/git: use --exclude=false when calling notmuch-search

We use notmuch search in two places in notmuch-git.py: to find which
tags have a given prefix, and to see if message with given id exists
locally. In both cases we do not want the presence of exclude tags
(e.g. deleted) to change the results.
notmuch-git.py