More tiny bugfixes on the mimeparser
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 9 Dec 2010 00:05:16 +0000 (01:05 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 9 Dec 2010 00:05:16 +0000 (01:05 +0100)
commit585ffccc2892fd5ca1a2aae3686b7d9199f35bd4
tree1eb8bf01198d30bf6987156f399aa1d51f154140
parent2e3db2c14ee40f87441aade40696e84af384e429
More tiny bugfixes on the mimeparser

 - in the for-loop, search first start as initializer, this saves one unneccesary memcmp
 - cr/lf detection: we need to do that _before_ the first mime content is evaluated.
libcitadel/lib/mime_parser.c