diff options
| author | David Bremner <david@tethera.net> | 2021-12-26 08:24:10 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-16 10:52:13 -0400 |
| commit | 6472dbf4b7fdec3bd59d7622ef477a035e34c67a (patch) | |
| tree | 31a960ac9910836006175c54fa7c145d924fc5e1 /test | |
| parent | fd6d50b38f8d8529191f6c9b637ecb458018baa3 (diff) | |
cli/new: only ignore .notmuch at top level
Since the bug was first reported in [1], notmuch has gained the
ability to have the database located outside the mail root, hence this
this change differs slightly from Jani's proposed solution [2] in not
using notmuch_database_get_path, but rather the already retrieved
mail_root.
[1]: id:87mwhifu9a.fsf@trouble.defaultvalue.org
[2]: id:87ios5v59p.fsf@nikula.org
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T050-new.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T050-new.sh b/test/T050-new.sh index db13090b..6791f87c 100755 --- a/test/T050-new.sh +++ b/test/T050-new.sh @@ -352,7 +352,6 @@ test_expect_code 1 "NOTMUCH_NEW --debug 2>&1" notmuch config set new.tags $OLDCONFIG test_begin_subtest ".notmuch only ignored at top level" -test_subtest_known_broken generate_message '[dir]=foo/bar/.notmuch/cur' '[subject]="Do not ignore, very important"' NOTMUCH_NEW > OUTPUT notmuch search subject:Do-not-ignore | notmuch_search_sanitize >> OUTPUT |
