aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/nntp/camel-nntp-store-summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/nntp/camel-nntp-store-summary.h')
-rw-r--r--camel/providers/nntp/camel-nntp-store-summary.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/nntp/camel-nntp-store-summary.h b/camel/providers/nntp/camel-nntp-store-summary.h
index cf0401f809..2e442a8166 100644
--- a/camel/providers/nntp/camel-nntp-store-summary.h
+++ b/camel/providers/nntp/camel-nntp-store-summary.h
@@ -50,6 +50,8 @@ enum {
struct _CamelNNTPStoreInfo {
CamelStoreInfo info;
char *full_name;
+ guint32 first; /* from LIST or NEWGROUPS return */
+ guint32 last;
};
#define NNTP_DATE_SIZE 14