summaryrefslogtreecommitdiff
path: root/notmuch-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-10-25 00:25:59 -0700
committerCarl Worth <cworth@cworth.org>2009-10-25 00:31:20 -0700
commit1c2bac747e4da6cb8383aa3ad5e377af4cce603f (patch)
treea06db69dff18ed61d93d74ec1f4a6e2b4c652fdd /notmuch-private.h
parent5941b91a5eee61ae7d0f6c8f750df9187780e911 (diff)
Drop the storage of thread ID(s) in a value.
Now that we are iterating over the thread terms instead, we can drop this redundant storage (which should shrink our database a tiny bit).
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index 602d1a9..1302cd3 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -40,6 +40,7 @@ NOTMUCH_BEGIN_DECLS
#include <fcntl.h>
#include <unistd.h>
#include <ctype.h>
+#include <assert.h>
#include <talloc.h>
@@ -71,8 +72,7 @@ NOTMUCH_BEGIN_DECLS
typedef enum {
NOTMUCH_VALUE_TIMESTAMP = 0,
- NOTMUCH_VALUE_MESSAGE_ID,
- NOTMUCH_VALUE_THREAD
+ NOTMUCH_VALUE_MESSAGE_ID
} notmuch_value_t;
/* Xapian (with flint backend) complains if we provide a term longer