]> git.notmuchmail.org Git - notmuch/blobdiff - database.cc
Add notmuch_message_add_tag and notmuch_message_remove_tag
[notmuch] / database.cc
index e46fe5d8915dd55910a9822560ddb3ba0e37427d..b5986627336f4c55442fddf71ef0353ee42c8aa8 100644 (file)
@@ -64,6 +64,8 @@ thread_id_generate (thread_id_t *thread_id)
     }
 }
 
+/* XXX: We should drop this function and convert all callers to call
+ * _notmuch_message_add_term instead. */
 static void
 add_term (Xapian::Document doc,
          const char *prefix_name,