X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fmessages.h;fp=webcit%2Fmessages.h;h=3c0145b9a42213c8fdda6fd029c5e23d82c2103c;hp=0738e947e39ff3ba1e80f4641c792853a52c6a96;hb=8715459d63e42b5b27cab8259d084ec6475a373f;hpb=3a1cf980bc110e17ade538de22703ba001fc61ee diff --git a/webcit/messages.h b/webcit/messages.h index 0738e947e..3c0145b9a 100644 --- a/webcit/messages.h +++ b/webcit/messages.h @@ -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; */