]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.h
* oops, DefView and defview were duplicates. remove them.
[citadel.git] / webcit / roomops.h
index d5712ddc9f2b3a8c0edce974f7c58fdc2b9eafa5..e5ab76ab6f6cc8b5ecf1ffa96fda245e620d5abb 100644 (file)
@@ -85,7 +85,6 @@ typedef struct _folder {
        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 */
@@ -100,6 +99,15 @@ typedef struct _folder {
        int UsersNewMAilboxMessages; /* should we notify the user about new messages? */
        int IsTrash;
 
+       int XHaveRoomPic;
+       int XHaveRoomPicLoaded;
+
+       int XHaveInfoTextLoaded;
+       StrBuf *XInfoText;
+
+       int XHaveDownloadCount;
+       int XDownloadCount;
+
        HashList *IgnetCfgs[maxRoomNetCfg];
 
 }folder;
@@ -122,3 +130,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)
+