summaryrefslogtreecommitdiff
path: root/notmuch-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-10-21 14:10:00 -0700
committerCarl Worth <cworth@cworth.org>2009-10-21 14:10:00 -0700
commit22b2265cacb2930c11b75282046707355446788e (patch)
treebd55b261ece27768a70a6d9e06ea1a53ce4fa260 /notmuch-private.h
parent6142216132ca5aa2727431e8cde44422de6ed24c (diff)
Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAX
Just better consistency with our naming schemes.
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index 384cc2d..3e83c5c 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -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 */