]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
User can now choose to hide or display floors that contain no rooms
[citadel.git] / webcit / webcit.h
index 29854963e8690b9403957187768889106381a16c..5f4c3ccdc03b8cb262cc03c3c9d48fbb261672ef 100644 (file)
@@ -315,6 +315,7 @@ struct folder {
        int is_mailbox; /**< is it a mailbox?  */
        int selectable; /**< can we select it ??? */
        int view;       /**< whats its default view? inbox/calendar.... */
+       int num_rooms;  /**< If this is a floor, how many rooms does it have */
 };
 
 /**