]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
lib: Enable ghost messages feature
[notmuch] / lib / database-private.h
index e2e4bc8721744a91d2b06cfadef8c959f5d48de7..15e03ccf6d6f433bdd7550654bd7b092ef97f585 100644 (file)
@@ -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.