CtdlDeleteMessages() now uses the bulk API CtdlCopyMsgsToRoom()
authorArt Cancro <ajc@citadel.org>
Thu, 27 Jul 2006 04:21:07 +0000 (04:21 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 27 Jul 2006 04:21:07 +0000 (04:21 +0000)
commitef416036f210fd6a46d351dccd95b65a784943fd
tree159c94c6880c37fcf81dd16ff554ebf5a7e83132
parent2436fc63b5dd5bfada0e643f8c1d68b9b78f9229
CtdlDeleteMessages() now uses the bulk API CtdlCopyMsgsToRoom()
to move deleted messages to the __CtdlDeletedMessages__ room.  The next
step will be to make CtdlDeleteMessages() itself a bulk-move API.
citadel/msgbase.c