X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=15e03ccf6d6f433bdd7550654bd7b092ef97f585;hb=ee476f1e7616fa53c492b8077b55af35662eec82;hp=e2e4bc8721744a91d2b06cfadef8c959f5d48de7;hpb=d1e8c80b7239705b05bfa3e129c5de1c7099498a;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index e2e4bc87..15e03ccf 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -166,7 +166,7 @@ struct _notmuch_database { * databases will have it). */ #define NOTMUCH_FEATURES_CURRENT \ (NOTMUCH_FEATURE_FILE_TERMS | NOTMUCH_FEATURE_DIRECTORY_DOCS | \ - NOTMUCH_FEATURE_BOOL_FOLDER) + NOTMUCH_FEATURE_BOOL_FOLDER | NOTMUCH_FEATURE_GHOSTS) /* Return the list of terms from the given iterator matching a prefix. * The prefix will be stripped from the strings in the returned list.