X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=8133e36415d85a58b381ef999791c2961caa54df;hb=f9d8f9c6bae1a9ea60b41755008b71381464e208;hp=8dd7728113335bd7c051ebf536bc8575d596b2a3;hpb=d467444085d96229172ce29ef8654c3c459b6ce2;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index 8dd77281..8133e364 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -160,7 +160,7 @@ operator&= (_notmuch_features &a, _notmuch_features b) /* * Configuration options for xapian database fields */ -typedef enum notmuch_field_flags { +typedef enum { NOTMUCH_FIELD_NO_FLAGS = 0, NOTMUCH_FIELD_EXTERNAL = 1 << 0, NOTMUCH_FIELD_PROBABILISTIC = 1 << 1,