* don't use strchr to find the end of the email header; instead iterate over it until...
authorWilfried Göesgens <willi@citadel.org>
Tue, 2 Mar 2010 22:59:44 +0000 (22:59 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 2 Mar 2010 22:59:44 +0000 (22:59 +0000)
commitec3264ea1cfbf34d4a474e9f109d976acbc651a8
treea1de9a25afbdbf35790d943b479b3a80c68760cb
parente37733209a3147692f4a4dd9b62d1b78f11727fb
* don't use strchr to find the end of the email header; instead iterate over it untill we run into it anyway
citadel/msgbase.c