From: Art Cancro Date: Mon, 17 Jul 2006 16:23:55 +0000 (+0000) Subject: Added a FIXME comment noting that imap_do_expunge() needs X-Git-Tag: v7.86~3987 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=62c89f0734848cbadb7c6c5786d5f956390118f6;p=citadel.git Added a FIXME comment noting that imap_do_expunge() needs to use the new bulk move API --- diff --git a/citadel/serv_imap.c b/citadel/serv_imap.c index 64e2ed860..c8043ca0f 100644 --- a/citadel/serv_imap.c +++ b/citadel/serv_imap.c @@ -705,7 +705,7 @@ void imap_select(int num_parms, char *parms[]) /* - * does the real work for expunge + * Does the real work for expunge. FIXME do this with the new bulk API */ int imap_do_expunge(void) {