]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.c
* citadel.rc: changed the default for local_screen_dimensions to 1, since
[citadel.git] / citadel / msgbase.c
index 4de51bae3114b31ac0ecbb16568d860923bbb409..5addba6406e7255a222fae9a4ab4170455f367dc 100644 (file)
@@ -2562,7 +2562,7 @@ void CtdlWriteObject(char *req_room,              /* Room to stuff it in */
        if (getroom(&qrbuf, roomname) != 0) {
                create_room(roomname, 
                        ( (is_mailbox != NULL) ? 4 : 3 ),
-                       "", 0);
+                       "", 0, 1);
        }
        /* If the caller specified this object as unique, delete all
         * other objects of this type that are currently in the room.