* CtdlOutputPreLoadedMsg() calling syntax has changed. It no longer needs
authorArt Cancro <ajc@citadel.org>
Tue, 4 Oct 2005 16:38:17 +0000 (16:38 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 4 Oct 2005 16:38:17 +0000 (16:38 +0000)
commit0e30afe6f462d398328cd582e6dfe570857e032f
tree5aa38b5a430eea7a693dc98206b96ad4aa603999
parent83543fd906ac428c01815a04d78d6a17e23eea31
* CtdlOutputPreLoadedMsg() calling syntax has changed.  It no longer needs
  the message number, because it is being supplied a preloaded message.
* msgbase.c: fixed a problem where HEADERS_NONE mode was broken when
  outputting a message in RFC822 format.  This was breaking IMAP commands
  such as xx FETCH nn BODY[TEXT]
citadel/ChangeLog
citadel/citserver.c
citadel/imap_fetch.c
citadel/msgbase.c
citadel/msgbase.h
citadel/serv_network.c
citadel/serv_spam.c