]> code.citadel.org Git - citadel.git/blobdiff - citadel/ipcdef.h
* Extend GETR/SETR to allow twiddling of bits in the QRflags2 bucket
[citadel.git] / citadel / ipcdef.h
index ba54081d0153b720cd5edce5ab680c8b3015bd95..9451f0fbd7d3362695ceb9baedb471b95cb84fef 100644 (file)
@@ -59,6 +59,7 @@ struct CtdlServInfo {
 #define QR_MAILBOX     16384           /* Set if this is a private mailbox */
 
 #define QR2_SYSTEM     1               /* System room; hide by default     */
+#define QR2_SELFLIST   2               /* Self-service mailing list mgmt   */
 
 #define US_NEEDVALID   1               /* User needs to be validated       */
 #define US_PERM                4               /* Permanent user                   */