X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.h;h=ac2f607b7b7458cd5c665a96ecd307209e41bac0;hb=9d33dacbe0c9a9bc6473798eceb993aa056a1f36;hp=50edc6ccf27ac45524fce86428037139097f66a6;hpb=95a0eeac3837826192949ff1da08ea9c010ce6d4;p=citadel.git diff --git a/webcit/roomops.h b/webcit/roomops.h index 50edc6ccf..ac2f607b7 100644 --- a/webcit/roomops.h +++ b/webcit/roomops.h @@ -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;