Move the rest of mutt "things" into a window as well.
[apps/madmutt.git] / nntp.h
diff --git a/nntp.h b/nntp.h
index 9e8d1f7..09472c5 100644 (file)
--- 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;