mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
lib: Enable ghost messages feature
This fixes the broken thread order test.
This commit is contained in:
parent
d1e8c80b72
commit
ee476f1e76
2 changed files with 1 additions and 2 deletions
|
@ -166,7 +166,7 @@ struct _notmuch_database {
|
||||||
* databases will have it). */
|
* databases will have it). */
|
||||||
#define NOTMUCH_FEATURES_CURRENT \
|
#define NOTMUCH_FEATURES_CURRENT \
|
||||||
(NOTMUCH_FEATURE_FILE_TERMS | NOTMUCH_FEATURE_DIRECTORY_DOCS | \
|
(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.
|
/* Return the list of terms from the given iterator matching a prefix.
|
||||||
* The prefix will be stripped from the strings in the returned list.
|
* The prefix will be stripped from the strings in the returned list.
|
||||||
|
|
|
@ -30,7 +30,6 @@ expected=$(for ((i = 0; i < $nthreads; i++)); do
|
||||||
test_expect_equal "$output" "$expected"
|
test_expect_equal "$output" "$expected"
|
||||||
|
|
||||||
test_begin_subtest "Messages with all parents get linked in all delivery orders"
|
test_begin_subtest "Messages with all parents get linked in all delivery orders"
|
||||||
test_subtest_known_broken
|
|
||||||
# Here we do the same thing as the previous test, but each message
|
# Here we do the same thing as the previous test, but each message
|
||||||
# references all of its parents. Since every message references the
|
# references all of its parents. Since every message references the
|
||||||
# root of the thread, each thread should always be fully joined. This
|
# root of the thread, each thread should always be fully joined. This
|
||||||
|
|
Loading…
Reference in a new issue