]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.h
* implement ITERATE:THISROOM:GNET
[citadel.git] / webcit / roomops.h
index 726dcc3d2363bccf477671e8e546fc19fabebc9e..31bd65dca725b6179cf2ae1e4aa3b04327f4fd57 100644 (file)
@@ -65,7 +65,7 @@ typedef struct _folder {
 
        long RAFlags;
 
-       long view;       /* whats its default view? inbox/calendar.... */
+       int view;       /* whats its default view? inbox/calendar.... */
        long defview;
        long lastchange; /* todo... */
 
@@ -93,6 +93,8 @@ typedef struct _folder {
        int UsersNewMAilboxMessages; /* should we notify the user about new messages? */
        int IsTrash;
 
+       HashList *IgnetCfgs[maxRoomNetCfg];
+
 }folder;
 
 HashList *GetFloorListHash(StrBuf *Target, WCTemplputParams *TP);