* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / msgbase.c
index 97397b52b7511c6ce7487678712dc7e3ad10085e..9e092a47b3177fbf258b381e7d8d75959527463e 100644 (file)
@@ -2143,15 +2143,22 @@ 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);