* Optimized CtdlReadMessageBody() and also gave it an option to store
authorArt Cancro <ajc@citadel.org>
Sun, 30 Mar 2003 06:16:52 +0000 (06:16 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 30 Mar 2003 06:16:52 +0000 (06:16 +0000)
commitdd88abd1ae439ca2b96000316269a70304377200
tree047371b1607437993d05ede74d039906636be5e6
parentf96067856317189504d45b0b93a85166c77ef25b
* Optimized CtdlReadMessageBody() and also gave it an option to store
  messages with CRLF newlines instead of LF.  This option is used when
  reading SMTP in order to keep Pine from barfing on LF-terminated newlines
  while decoding quoted-printable.  Once again, Mark Crispin is an idiot.
citadel/ChangeLog
citadel/control.c
citadel/msgbase.c
citadel/msgbase.h
citadel/serv_smtp.c