]> code.citadel.org Git - citadel.git/commitdiff
Removed a spurious FIXME that had already been fixed
authorArt Cancro <ajc@citadel.org>
Thu, 27 Jul 2006 03:35:37 +0000 (03:35 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 27 Jul 2006 03:35:37 +0000 (03:35 +0000)
citadel/msgbase.c
citadel/serv_imap.c
citadel/techdoc/roadmap.txt

index c388cc99390e060262eeda044822daf66269c059..c127162b9a5c5e97b1a09015180cb7368209e70c 100644 (file)
@@ -1861,7 +1861,7 @@ int CtdlSaveMsgPointersInRoom(char *roomname, long newmsgidlist[], int num_newms
        long msgid = 0;
        struct CtdlMessage *msg = NULL;
 
-       long *msgs_to_be_merged = NULL;         /* FIXME free this */
+       long *msgs_to_be_merged = NULL;
        int num_msgs_to_be_merged = 0;
 
        lprintf(CTDL_DEBUG,
index c8043ca0f487048bc98f1cf54048f87d9c060ce4..f8edbb8e3aa7ba4cc7f660e591b101608e04b571 100644 (file)
@@ -705,7 +705,8 @@ void imap_select(int num_parms, char *parms[])
 
 
 /*
- * Does the real work for expunge.  FIXME do this with the new bulk API
+ * Does the real work for expunge.
+ * FIXME do this with the new bulk API
  */
 int imap_do_expunge(void)
 {
index 7408fa02853a5463bc0e5d7e593dbf20480763ce..fe1b31aa3b727e40cdccf0c8cf0b82a963aeb9ca 100644 (file)
@@ -38,8 +38,9 @@ some code and deciding what to work on.
   will be easy because of "other users namespace" support.)
 
 
-Various Whishlist
------------------
+ Miscellaneous "wish list" items
+ -------------------------------
+
 * Smart callback hook mechanism reducing traffic between citadel and the Database
   to do things like:
   * Alarms. Trigger popups etc. for users via the chat-keepalive