* add New Tokens & conditionals for extended room attributes:
[citadel.git] / webcit / roomops.h
index a416b402ee2b6550df773e2d97d31a6ae46e3e38..d5712ddc9f2b3a8c0edce974f7c58fdc2b9eafa5 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 */