X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Ftextclient.h;h=426f16403943625098c30eb75fdf2dba734d08d7;hb=db6ac9b35ae0a4981ef05add49d1982b9b296d35;hp=282bdffb45da49b9a0ac692b984021e5308dd08f;hpb=f1f58a18c13d95baa27c846692cdc3410f902806;p=citadel.git diff --git a/textclient/textclient.h b/textclient/textclient.h index 282bdffb4..426f16403 100644 --- a/textclient/textclient.h +++ b/textclient/textclient.h @@ -11,7 +11,7 @@ #define UDS "_UDS_" #define DEFAULT_HOST "localhost" #define DEFAULT_PORT "504" -#define CLIENT_VERSION 948 +#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 */