GOTO no longer counts newly arrived mail in the inbox. BIFF now does this.
[citadel.git] / webcit / roomops.c
index 059eadf8071d9739f961b505eb570263fea2d6b0..9d8699c066dc0b6a768bd950ff03ac031d4e7926 100644 (file)
@@ -273,7 +273,7 @@ void ParseGoto(folder *room, StrBuf *Line) {
                room->RAFlags |= UA_ADMINALLOWED;
        }
 
-       room->UsersNewMAilboxMessages = StrBufExtractNext_long(Line, &Pos, '|');
+       StrBufExtractNext_long(Line, &Pos, '|');                        // position 9 is unused
        room->floorid = StrBufExtractNext_int(Line, &Pos, '|');
        room->view = StrBufExtractNext_long(Line, &Pos, '|');
        room->defview = StrBufExtractNext_long(Line, &Pos, '|');