]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.c
davew: clean ups, addition to documentation of API and addition of an event to clean...
[citadel.git] / citadel / msgbase.c
index 9e092a47b3177fbf258b381e7d8d75959527463e..e1f88781de7029513201aed871e1ac7281710ecb 100644 (file)
@@ -2143,23 +2143,9 @@ int CtdlSaveMsgPointersInRoom(char *roomname, long newmsgidlist[], int num_newms
                lprintf(CTDL_DEBUG, "CtdlSaveMsgPointerInRoom() skips repl checks\n");
        }
 
-#if 0
-       /* Submit this room for net processing */
-       network_queue_room(&CC->room, NULL);
-#endif
-
        /* Submit this room for processing by hooks */
        PerformRoomHooks(&CC->room);
 
-#if 0
-#ifdef HAVE_LIBSIEVE
-       /* If this is someone's inbox, submit the room for sieve processing */
-       if (!strcasecmp(&CC->room.QRname[11], MAILROOM)) {
-               sieve_queue_room(&CC->room);
-       }
-#endif /* HAVE_LIBSIEVE */
-#endif
-
        /* Go back to the room we were in before we wandered here... */
        getroom(&CC->room, hold_rm);