]> git.notmuchmail.org Git - notmuch/commit
emacs: Fix '+' and '-' in case of thread no longer matching current search.
authorCarl Worth <cworth@cworth.org>
Thu, 10 Dec 2009 18:35:18 +0000 (10:35 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 10 Dec 2009 18:35:18 +0000 (10:35 -0800)
commit4aff2ca55bfe285ced36e9fe02c907d8b4120672
treea7de9600345171d0b0db919da14147d280651903
parent0a53a1d1d7ca3732e9711a718dabca56425df2d4
emacs: Fix '+' and '-' in case of thread no longer matching current search.

Similar to the way thread-viewing was broken after a thread was
archived, (and recently fixed), tag manipulation has also been broken
when the thread no longer matches the current search.

This also means that the behavior of '+' and '-' are now different
than that of '*'. The '+' and '-' bindings now return to the previous
behavior old affecting all messages in the thread, (and not simply
those matching the search).

I actually prefer this behavior, since otherwise a '-' operation on a
thread might not actually remove the tag from the thread, (since it
could operate on a subset of the thread and not hit all messages with
the given tag).

So I'd now like to fix '*' to be consistent with '+' and '-', for
which we add an item to TODO.
TODO
notmuch.el