* Removed a "FIXME this needs blah blah" comment because blah blah has
authorArt Cancro <ajc@citadel.org>
Thu, 11 Dec 2003 04:21:23 +0000 (04:21 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 11 Dec 2003 04:21:23 +0000 (04:21 +0000)
  since been completed

citadel/ChangeLog
citadel/serv_imap.c

index c6a6fdda366c62a2a9a1ca08f877f2962912488d..4f436095f2c6bff9e80101a1e93191c19677ae82 100644 (file)
@@ -1,4 +1,8 @@
  $Log$
+ Revision 612.13  2003/12/11 04:21:23  ajc
+ * Removed a "FIXME this needs blah blah" comment because blah blah has
+   since been completed
+
  Revision 612.12  2003/12/11 04:06:55  nbryant
  configure.ac: add support for position-independent executables. can be disabled
  with --disable-pie
@@ -5150,4 +5154,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
index 2b03d9b6ba587a712ea38eee6d4735f4f00a9226..175b04849965dde9af37283d4b9133ebf038712b 100644 (file)
@@ -528,7 +528,6 @@ void imap_select(int num_parms, char *parms[]) {
 
        imap_load_msgids();
 
-       /* FIXME ... much more info needs to be supplied here */
        cprintf("* %d EXISTS\r\n", msgs);
        cprintf("* %d RECENT\r\n", new);
        cprintf("* FLAGS (\\Deleted \\Seen \\Answered)\r\n");