]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.h
* implement (INBOX) thing
[citadel.git] / webcit / roomops.h
index 50edc6ccf27ac45524fce86428037139097f66a6..19ceba3640080714fc8e7f0eba7151826e4fdcaa 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;
@@ -78,7 +79,7 @@ typedef struct _folder {
 
 
        int hasnewmsgs; /* are there unread messages inside */
-       int is_mailbox; /* is it a mailbox?  */
+       int is_inbox;   /* is it a mailbox?  */
        int selectable; /* can we select it ??? */
        int num_rooms;  /* If this is a floor, how many rooms does it have */