Adjust the folder counters when reading / deleting / moving messages
[citadel.git] / webcit / messages.h
index 0738e947e39ff3ba1e80f4641c792853a52c6a96..3c0145b9a42213c8fdda6fd029c5e23d82c2103c 100644 (file)
@@ -155,6 +155,7 @@ typedef struct _SharedMessageStatus {
 
        long startmsg;         /* which is the start message? */
        long nummsgs;          /* How many messages are available to your view? */
+       long numNewmsgs;       /* if you load the seen-status, this is the count of them. */
        long num_displayed;    /* counted up for LoadMsgFromServer */ /* TODO: unclear who should access this and why */
 
        long lowest_found;     /* smallest Message ID found;  */