]> code.citadel.org Git - citadel.git/commit
CtdlSaveMsgPointerInRoom() is now a simple wrapper around
authorArt Cancro <ajc@citadel.org>
Wed, 17 May 2006 03:49:57 +0000 (03:49 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 17 May 2006 03:49:57 +0000 (03:49 +0000)
commit29a5d9956bacaeb8596119540877f1b087e99818
tree1477dfc841adb6845378b455b492da4bd1550c5c
parentbcdb6527d239533e555bd9d9a0b04758676b4322
CtdlSaveMsgPointerInRoom() is now a simple wrapper around
the new CtdlSaveMsgPointersInRoom() which can accept a list of
message pointers instead of a single one.  This is being written
with IMAP optimization in mind.  It has not been extensively tested.
Do not run production on this code yetsvn commit -m "CtdlSaveMsgPointerInRoom() is now a simple wrapper around
the new CtdlSaveMsgPointersInRoom() which can accept a list of
message pointers instead of a single one.  This is being written
with IMAP optimization in mind.  It has not been extensively tested.
citadel/msgbase.c