]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch reply: Use strstr instead of strcasestr for portability.
authorCarl Worth <cworth@cworth.org>
Thu, 4 Feb 2010 20:29:04 +0000 (12:29 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 4 Feb 2010 20:42:09 +0000 (12:42 -0800)
This change was already recommended in a comment in the original
implementation of this patch. If someone really wants to support
un-munging in the case of To: and Reply-To: having the same address
but different case, then they can provide a portable approach for
that.


No differences found