X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp.h;h=09472c53375eb5447ba0294dac9252509c8b49fd;hp=9e8d1f74f13115cf8734a49ed7dd6cc0115696b2;hb=eab27dfc9eb0f7b21b560f37ec28f48cfbfa9f40;hpb=94d1107856bbba2b77fbd3c0512b9e18f6ed574b diff --git a/nntp.h b/nntp.h index 9e8d1f7..09472c5 100644 --- a/nntp.h +++ b/nntp.h @@ -65,8 +65,7 @@ struct nntp_data_t { int num; /* number of used entries */ int max; /* number of allocated entries */ int unread; - int firstMessage; - int lastMessage; + int first, last; int lastLoaded; int lastCached; unsigned subscribed:1;