]> git.notmuchmail.org Git - notmuch/commit
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)
commit82e47ec92b41973567f4d89bbd6afdb22fc634bd
tree3017c745fc154d5d2d6ad64d73c9e7fd87789bfd
parentaea35aa5c6ccc9a1490e9ef387f37f5547c88605
notmuch reply: Use strstr instead of strcasestr for portability.

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.
notmuch-reply.c