* Removed the bmstrstr() function, and replaced all calls to it with calls
authorArt Cancro <ajc@citadel.org>
Fri, 9 Sep 2005 17:21:55 +0000 (17:21 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 9 Sep 2005 17:21:55 +0000 (17:21 +0000)
commiteb7e7fa868c9b3a61efe0e89b2600e588e6e9f7c
tree0b3d7444d654efc4d32ecb23c92054b661aef246
parent53729a5e5ef91782a68e03d32ff27392d05faca0
* Removed the bmstrstr() function, and replaced all calls to it with calls
  to strstr() or strcasestr().  This code was not performing reliable
  substring searches, so we are going to sacrifice speed for reliability
  until better code is either written or found.
citadel/docs/citadel.html
citadel/imap_search.c
citadel/internet_addressing.c
citadel/mime_parser.c
citadel/msgbase.c
citadel/serv_imap.c
citadel/tools.c
citadel/tools.h
citadel/user_ops.c