]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.h
* more work into direction of DAV templates
[citadel.git] / webcit / roomops.h
index ac2f607b7b7458cd5c665a96ecd307209e41bac0..d2b706cba0b1c449f1c403fe8dee9768326f1fea 100644 (file)
@@ -64,7 +64,6 @@ typedef struct _folder {
        int QRFlags2;    /* Bitbucket NO2 */
 
        long RAFlags;
-///    StrBuf *ACL;    /* access Control list... */
 
        int view;       /* whats its default view? inbox/calendar.... */
        int defview;
@@ -79,9 +78,10 @@ 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 */
 
 }folder;
 
+HashList *GetFloorListHash(StrBuf *Target, WCTemplputParams *TP);