]> git.cworth.org Git - obsolete/notmuch-old/commit
notmuch reply: Fix the support for reply-to un-munging.
authorCarl Worth <cworth@cworth.org>
Thu, 4 Feb 2010 20:27:42 +0000 (12:27 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 4 Feb 2010 20:42:09 +0000 (12:42 -0800)
commitaea35aa5c6ccc9a1490e9ef387f37f5547c88605
treec306a06f703ebd242f67488a65236962f49785de
parent9953e9a5a85b3ffbf62b86a6aa9bd0322d425f81
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?).
notmuch-reply.c