]> git.cworth.org Git - notmuch/commit
test: Drop test for propagating flag changes from one file to another
authorCarl Worth <cworth@cworth.org>
Thu, 11 Nov 2010 11:43:09 +0000 (03:43 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 11 Nov 2010 11:47:11 +0000 (03:47 -0800)
commit483f422699cc480b856ceeac77a4fa5d11f82ea0
tree1557715f24df30a213288e5fba48def90016a780
parent71a3201885d508f10ecd24a0887337e1624ffbf1
test: Drop test for propagating flag changes from one file to another

There's nothing in the current API documentation that would suggest
the behavior being tested here. Attempt to implement this could have
some nasty side effects, (such as notmuch_message_maildir_flags_to_tags
implicitly calling notmuch_message_tags_to_maildir_flags and maybe
even opening up some bad looping possibilities).

Much better to stick with what we have documented, which we believe will
actually be useful, (and easy enough to comprehend).
test/maildir-sync