Bugfix for previous commit: IMAP and POP3 expunge operations
authorArt Cancro <ajc@citadel.org>
Fri, 28 Jul 2006 04:14:15 +0000 (04:14 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 28 Jul 2006 04:14:15 +0000 (04:14 +0000)
commitfc0145f18928ac601a7fb816b8aec0b3491d65f0
treedf3fe4c0e4c0ffb150ef63917f17efbc187fdd17
parentea1849b79ff5c285db6c12eb7e410934c2ac2a05
Bugfix for previous commit: IMAP and POP3 expunge operations
were calling CtdlDeleteMessages() with num_msgs=0 if there was nothing to delete; this
was bad because it causes all msgs in the room to be deleted.
citadel/serv_imap.c
citadel/serv_pop3.c