* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept any combination of
authorArt Cancro <ajc@citadel.org>
Sun, 30 Dec 2001 21:26:01 +0000 (21:26 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 30 Dec 2001 21:26:01 +0000 (21:26 +0000)
commitc5e674bcf3177520398f964a9c654777e6ceab53
tree338163c5bfd348744ead110647d7584d69dcb0ce
parentaaea54957e0c4377ee72f690d27b8440c32bcd2f
* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept any combination of
  local, IGnet, and Internet recipients.  Caller must supply a "struct
  recptypes" structure, which is generated by validate_recipients(), if the
  message is mail (or NULL for an ordinary post).
* BROKEN BUILD ALERT!  I haven't rewritten serv_smtp.c and serv_network.c to
  deliver messages using the new framework yet.  Don't use this code!
15 files changed:
citadel/aidepost.c
citadel/citadel.c
citadel/citadel.h
citadel/client_chat.c
citadel/docs/citadel-with-berkeley-db.txt
citadel/docs/copyright.txt
citadel/imap_misc.c
citadel/messages.c
citadel/messages.h
citadel/msgbase.c
citadel/msgbase.h
citadel/serv_chat.c
citadel/serv_network.c
citadel/serv_smtp.c
citadel/serv_vcard.c