Only fetch entries we don't already fetched before.
[grr] / src / googlereader.h
index a7d6e57..da927aa 100644 (file)
@@ -27,6 +27,7 @@ class Feed : public QObject {
                uint newestitem;
                
                QString continuation;
+               uint updated;
 
                QDateTime lastUpdated;
 
@@ -40,6 +41,7 @@ class Feed : public QObject {
                        unread = 0;
                        reader = gr;
                        special = 0;
+                       updated = 0;
                }
 
                void fetch(bool);