From: Wilfried Göesgens Date: Sun, 24 Jun 2007 21:21:29 +0000 (+0000) Subject: * configure the room subject required flag in the text client X-Git-Tag: v7.86~3282 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=6b856c1bdf0efde25ad4263c88bbddf2dc53e8ef;p=citadel.git * configure the room subject required flag in the text client --- diff --git a/citadel/rooms.c b/citadel/rooms.c index 034e3be91..22672009f 100644 --- a/citadel/rooms.c +++ b/citadel/rooms.c @@ -573,6 +573,10 @@ void editthisroom(CtdlIPC *ipc) QR2_COLLABDEL); attr->QRflags = set_room_attr(ipc, attr->QRflags, "Permanent room", QR_PERMANENT); + attr->QRflags2 = set_room_attr(ipc, attr->QRflags2, + "Subject Required (Force " + "users to specify a message " + "subject)", QR2_SUBJECTREQ); attr->QRflags = set_room_attr(ipc, attr->QRflags, "Directory room", QR_DIRECTORY); if (attr->QRflags & QR_DIRECTORY) {