From: Carl Worth Date: Thu, 4 Feb 2010 20:27:42 +0000 (-0800) Subject: notmuch reply: Fix the support for reply-to un-munging. X-Git-Tag: 0.1~121 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=aea35aa5c6ccc9a1490e9ef387f37f5547c88605;hp=aea35aa5c6ccc9a1490e9ef387f37f5547c88605 notmuch reply: Fix the support for reply-to un-munging. The condition was using a reversed sense for the test of the return value of strcasestr, (perhaps confusing it with the usage of strcmp?). ---