X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=7a0450515f4466cf26d877178412f2628a4c2d14;hb=c7705fb95e2f5d11fabb7b6a07f7b7558e0928e6;hp=8b9d67feec7044934c6eff8d3a1b03d1bdb1fbc1;hpb=036734252d07d8568937073d4f2d366bcb06bc4e;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index 8b9d67fe..7a045051 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,