aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index 728c1a67..2bf6beb4 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -66,6 +66,15 @@ NOTMUCH_BEGIN_DECLS
#endif
#endif
+/* These value numbers are chosen to be sup compatible (for now at
+ * least). */
+
+typedef enum {
+ NOTMUCH_VALUE_MESSAGE_ID = 0,
+ NOTMUCH_VALUE_THREAD = 1,
+ NOTMUCH_VALUE_DATE = 2
+} notmuch_value_t;
+
/* xutil.c */
void *
xcalloc (size_t nmemb, size_t size);