diff options
| author | Austin Clements <amdragon@mit.edu> | 2014-10-23 08:30:39 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-10-25 19:31:27 +0200 |
| commit | ee476f1e7616fa53c492b8077b55af35662eec82 (patch) | |
| tree | 09a293b0142d2d02b1a3963d607075164614d51b /lib | |
| parent | d1e8c80b7239705b05bfa3e129c5de1c7099498a (diff) | |
lib: Enable ghost messages feature
This fixes the broken thread order test.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/database-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
