* implement read state for room templates
[citadel.git] / webcit / roomops.h
index 50edc6ccf27ac45524fce86428037139097f66a6..ac2f607b7b7458cd5c665a96ecd307209e41bac0 100644 (file)
@@ -60,10 +60,11 @@ typedef struct _folder {
        int QRFlags;    /* roomflags */
        int floorid;      /* which floor is it on */
 
-
        int listorder; /* todo */
+       int QRFlags2;    /* Bitbucket NO2 */
 
-       StrBuf *ACL;    /* access Control list... */
+       long RAFlags;
+///    StrBuf *ACL;    /* access Control list... */
 
        int view;       /* whats its default view? inbox/calendar.... */
        int defview;