X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fuser_ops.c;h=1fb0936e629a818857b1cfc6cfdd58a5e9a0c7eb;hb=b509e7dba97ad519febad663b8b3b44d8f2c3974;hp=7ccba3409c9548e513ab95402a7e092a3f74ec16;hpb=3180c7ad7488ca85873485e42e0b3b77f7746495;p=citadel.git diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 7ccba3409..1fb0936e6 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -489,6 +489,7 @@ void session_startup(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); /* Run any startup routines registered by loadable modules */ PerformSessionHooks(EVT_LOGIN);