X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-private.h;h=2bf6beb456615074b76da2f62cfbaec5cd824c65;hp=728c1a676debc9e41a92298cd22d1216119282d3;hb=65baa4f4e7fc401e5af742b491a3bc0784f2cdf7;hpb=6a3b68edeffa53c3e1c9aa156eff46c5999077c5 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);