]> git.notmuchmail.org Git - notmuch/blobdiff - database.cc
Update prefix so that "thread:" can be used in search strings.
[notmuch] / database.cc
index 0fd0bdadf8103366b4c2f95924926d1f532df0ca..5555b0e317083b5ca5f68f65f5050530e6780cb4 100644 (file)
@@ -104,12 +104,12 @@ typedef struct {
 
 prefix_t BOOLEAN_PREFIX_INTERNAL[] = {
     { "type", "T" },
-    { "thread", "G" },
     { "ref", "XREFERENCE" },
     { "timestamp", "XTIMESTAMP" },
 };
 
 prefix_t BOOLEAN_PREFIX_EXTERNAL[] = {
+    { "thread", "G" },
     { "tag", "K" },
     { "id", "Q" }
 };