CtdlDeleteMessages() now has a bulk API. Updated all of the
authorArt Cancro <ajc@citadel.org>
Fri, 28 Jul 2006 03:30:57 +0000 (03:30 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 28 Jul 2006 03:30:57 +0000 (03:30 +0000)
commitea1849b79ff5c285db6c12eb7e410934c2ac2a05
tree11d7e4470d34ffd2cf3130c6f7c1655e3ae58c31
parentef416036f210fd6a46d351dccd95b65a784943fd
CtdlDeleteMessages() now has a bulk API.  Updated all of the
callers to use it.  Also updated the IMAP and POP3 expunge functions to actually
make use of the bulk delete.  This should significantly improve performance
when used with large folders.
citadel/msgbase.c
citadel/msgbase.h
citadel/room_ops.c
citadel/serv_calendar.c
citadel/serv_expire.c
citadel/serv_imap.c
citadel/serv_network.c
citadel/serv_pop3.c
citadel/serv_smtp.c
citadel/serv_vcard.c