]> code.citadel.org Git - citadel.git/blobdiff - textclient/textclient.h
Release version 968 generated by do-release.sh
[citadel.git] / textclient / textclient.h
index 6ad0e002f0d2313a09bddf69d5ac20d569771560..c2ce58ee6465ba034f39d6af73dc9e56d70a492d 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 959
+#define CLIENT_VERSION 968
 #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 */