]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/webcit.h
MAKE WAY FOR BIFF in webcit-ng
[citadel.git] / webcit-ng / server / webcit.h
index 9e6d069ba9752310db2bd03905105b809e0a81cd..d8321b49f0586d673d54dc2c6ad6a76ed3930bc6 100644 (file)
@@ -91,7 +91,6 @@ struct ctdlsession {
        time_t last_access;                     // Timestamp of last request that used this session
        time_t num_requests_handled;
        time_t room_mtime;                      // Timestampt of the most recent write activity in this room
-       int new_mail;                           // number of new messages in the user's INBOX
 };
 
 extern char *ssl_cipher_list;