]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.h
* finish off ROOMPIC hard coded callback, thanks the_mgt for starting the template
[citadel.git] / webcit / roomops.h
index a416b402ee2b6550df773e2d97d31a6ae46e3e38..37a9471b77c94c1feb319cdd9b595a024fa03208 100644 (file)
@@ -73,12 +73,19 @@ typedef struct _folder {
        long nRoomNameParts;
        StrBuf **RoomNameParts;
 
-       const Floor *Floor;   /* pint to the floor we're on.. */
+       const Floor *Floor;   /* point to the floor we're on.. */
 
        int hasnewmsgs; /* are there unread messages inside */
        int is_inbox;   /* is it a mailbox?  */
 
+       int RoomAideLoaded;
+       StrBuf *RoomAide;
 
+       int XALoaded;
+       StrBuf *XAPass;
+       StrBuf *Directory;
+       long Order;
+       long DefView;
 
        int selectable; /* can we select it ??? */
        long num_rooms; /* If this is a floor, how many rooms does it have */
@@ -93,6 +100,10 @@ typedef struct _folder {
        int UsersNewMAilboxMessages; /* should we notify the user about new messages? */
        int IsTrash;
 
+       int XHaveRoomPic;
+       int XHaveRoomPicLoaded;
+
+
        HashList *IgnetCfgs[maxRoomNetCfg];
 
 }folder;
@@ -115,3 +126,4 @@ int CompareRooms(const folder *room1, const folder *room2);
 #define REST_HAVE_SUB_ROOMS (1<<3)
 #define REST_GOT_LOCAL_PART (1<<4)
 #define REST_NONEXIST (1<<5)
+