From: Carl Worth Date: Thu, 4 Feb 2010 20:29:04 +0000 (-0800) Subject: notmuch reply: Use strstr instead of strcasestr for portability. X-Git-Tag: 0.1~120 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=82e47ec92b41973567f4d89bbd6afdb22fc634bd;hp=82e47ec92b41973567f4d89bbd6afdb22fc634bd;ds=sidebyside 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. ---