diff options
author | Mark Anderson <ma.skies@gmail.com> | 2011-06-27 11:12:24 -0600 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2011-06-29 14:10:05 -0700 |
commit | 86e0baeb6df5509393832488c0de3520a1a5bdcb (patch) | |
tree | 138a8b0878c93e15566076916ebfb5d5cb24a7da /test/notmuch-test | |
parent | 04b9ffa56f54976f6a3324a3673915a036646ea6 (diff) |
test:Folder tags shouldn't match after removal of file in given folder
Test for bug. Current stemming support for notmuch adds extra terms
to the DB which aren't removed when the file renames are detected.
When folder tags are added to a message, Xapian terms for both XFOLDER
and ZXFOLDER are generated. When one of the filenames are
renamed/removed, only the XFOLDER tags are removed, leaving it possible
for a match on a folder: tag that was previously but is no longer a
match in the maildir.
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-x | test/notmuch-test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/notmuch-test b/test/notmuch-test index fe85c6a4..79e6267b 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -41,6 +41,7 @@ TESTS=" maildir-sync crypto symbol-hiding + search-folder-coherence " TESTS=${NOTMUCH_TESTS:=$TESTS} |