]> code.citadel.org Git - citadel.git/blobdiff - citadel/include/citadel_ipc.h
* Modified the text client so that the <E>nter message command does not work in room...
[citadel.git] / citadel / include / citadel_ipc.h
index 01b0636223b784d142d4d600fb1326612814251f..36611e0e2a6398410e703d96815db78b371609f3 100644 (file)
@@ -113,6 +113,8 @@ struct ctdlipcroom {
        char RRaide;                    /* User can do aide commands in room */
        long RRnewmail;                 /* Number of new mail messages */
        char RRfloor;                   /* Which floor this room is on */
+       char RRcurrentview;             /* The user's current view for this room */
+       char RRdefaultview;             /* The default view for this room */
 };