* Temporarily disabled the 'Drafts' functions. I like the idea, but it doesn't work...
[citadel.git] / citadel / user_ops.c
index c40d0e23b7b1b1d74450b5fd4657648ffb623211..642972164ca7f9d9f5cf3b235294458f2b9764da 100644 (file)
@@ -695,7 +695,7 @@ void do_login(void)
        create_room(MAILROOM, 4, "", 0, 1, 0, VIEW_MAILBOX);
        create_room(SENTITEMS, 4, "", 0, 1, 0, VIEW_MAILBOX);
        create_room(USERTRASHROOM, 4, "", 0, 1, 0, VIEW_MAILBOX);
-       create_room(USERDRAFTROOM, 4, "", 0, 1, 0, VIEW_DRAFTS);
+       /* create_room(USERDRAFTROOM, 4, "", 0, 1, 0, VIEW_MAILBOX); temporarily disabled for 7.60 */
 
        /* Run any startup routines registered by loadable modules */
        PerformSessionHooks(EVT_LOGIN);