From 62c89f0734848cbadb7c6c5786d5f956390118f6 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 17 Jul 2006 16:23:55 +0000 Subject: [PATCH] Added a FIXME comment noting that imap_do_expunge() needs to use the new bulk move API --- citadel/serv_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2