Release version 980 generated by do-release.sh
[citadel.git] / textclient / textclient.h
index 18c3c98e947da12e9acfb8c40375c80032cd807b..5d92a72a598034eb0de1f10633f69097fd0c62f5 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 956
+#define CLIENT_VERSION 980
 #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 */