Release version 961 generated by do-release.sh
[citadel.git] / textclient / textclient.h
index ec7318b11d5c4a9f6f52ee68e4255ad0900d9836..426f16403943625098c30eb75fdf2dba734d08d7 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 955
+#define CLIENT_VERSION 961
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
@@ -284,7 +284,6 @@ struct ctdlipcroom {
        long RRlastread;                /* Highest message user has read */
        char RRismailbox;               /* Is this room a mailbox room? */
        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 */