* Paul Walker <paul@xxxxxxxxxxxxxxxxxxxxx> [2005-11-07 00:42 +0000]: > +static char *mutt_strcasestr(const char *haystack, const char *needle) This behaves quite different from strstr(). printf("%s\n",mutt_strcasestr("fofofe","fofe")); printf("%s\n",strstr("fofofe","fofe")); prints (null) fofe So I don't think it should be commited with this name. Nicolas -- http://www.rachinsky.de/nicolas