]> git.notmuchmail.org Git - notmuch/commitdiff
Add a test case for the previous commit.
authorCarl Worth <cworth@cworth.org>
Thu, 3 Jun 2010 23:43:21 +0000 (16:43 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 3 Jun 2010 23:43:21 +0000 (16:43 -0700)
The commit said it fixed a problem with headers >200 characters
long. But examination of the code suggests that it was a header of
exactly 200 characters long that caused the problem. So we add a test
case for that here.

Before the fix in the previous commit, valgrind would detect many
errors when replying to the message created with this test case. After
that commit, those errors are gone.


No differences found