From: Carl Worth Date: Thu, 3 Jun 2010 23:43:21 +0000 (-0700) Subject: Add a test case for the previous commit. X-Git-Tag: 0.4~144 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=33765e5c2eb18de14fc542a6324c0806af8f59f7;hp=33765e5c2eb18de14fc542a6324c0806af8f59f7;p=notmuch Add a test case for the previous commit. 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. ---