X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Ftextclient.h;h=82d546513d345dd6896e6e3521c0e96c979194e1;hb=c1fd476fe9c496a19b8f8774d3445ca321e575fa;hp=0d7fe4a2f31fa33cfdea800d2b75bda838e9b53c;hpb=48d8c5746a77de513326250e2eff20f17cb75420;p=citadel.git diff --git a/textclient/textclient.h b/textclient/textclient.h index 0d7fe4a2f..82d546513 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 954 +#define CLIENT_VERSION 977 #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 */