Added a FIXME comment noting that imap_do_expunge() needs
authorArt Cancro <ajc@citadel.org>
Mon, 17 Jul 2006 16:23:55 +0000 (16:23 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 17 Jul 2006 16:23:55 +0000 (16:23 +0000)
to use the new bulk move API

citadel/serv_imap.c

index 64e2ed8601e544d4615820d6bbc0535fc2b6220e..c8043ca0f487048bc98f1cf54048f87d9c060ce4 100644 (file)
@@ -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)
 {