]> git.notmuchmail.org Git - notmuch/commit
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)
commit5eaec1e31679d2a1a9ea3b32fb306ad67ee1a936
tree88d8ccc29d5d1e14f1739ace00d668fea8ba1db4
parent326f73374e945d94c9a395e17bbc8229e91a12c1
Update prefix so that "thread:" can be used in search strings.

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.
database.cc