]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
Add notmuch_message_get_thread_ids function
[notmuch] / notmuch-private.h
index 384cc2de50e6cbaf2028c8ac5546f906a8682366..3e83c5c3b97d7b4de9a211a0a16857676e0b510d 100644 (file)
@@ -76,8 +76,10 @@ typedef enum {
     NOTMUCH_VALUE_DATE = 2
 } notmuch_value_t;
 
-/* Xapian complains if we provide a term longer than this. */
-#define NOTMUCH_MAX_TERM 245
+/* Xapian (with flint backend) complains if we provide a term longer
+ * than this, but I haven't yet found a way to query the limit
+ * programmatically. */
+#define NOTMUCH_TERM_MAX 245
 
 /* message.cc */