Re: [PATCH] emacs: fix dangling overlays in notmuch-search

2022-10-16 Thread Matt Armstrong
Matt Armstrong writes: > See Emacs bug#58479. An upcoming change in Emacs will make these > dangling overlays visible to the user. It seems that the ellipsis overlays were shown due to a bug in Emacs, but this patch is still a reasonable idea. Otherwise, every time a notmuch search buffer is r

[PATCH] CLI/git: use --exclude=false when calling notmuch-search

2022-10-16 Thread David Bremner
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 | 4 ++-- 1 file changed, 2 insertio