]> git.notmuchmail.org Git - notmuch/commitdiff
Update prefix so that "thread:" can be used in search strings.
authorCarl Worth <cworth@cworth.org>
Wed, 28 Oct 2009 06:55:08 +0000 (23:55 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 28 Oct 2009 06:55:08 +0000 (23:55 -0700)
It's convenient to be able to do things like:

     notmuch tag -inbox thread:<thread-id>

(even though this can run into a race condition as noted in TODO--the fix
for the race is simply to not run "notmuch new" between reading a thread
with the (not yet existent) "notmuch show" and removing its inbox tag
with a command like the above). So we now allow such a thing.


No differences found