sync with 0.4.65cvs11
[claws.git] / src / inc.h
index 86241b73e6cd6b68d94f1c21db63851e9ea2b086..132b43d81610b19af8ddb2d93dcea9fa3b74c0c5 100644 (file)
--- a/src/inc.h
+++ b/src/inc.h
@@ -77,8 +77,11 @@ struct _Pop3State
        gchar *pass;
        gint count;
        gint new;
        gchar *pass;
        gint count;
        gint new;
-       gint bytes;
+       gint total_bytes;
        gint cur_msg;
        gint cur_msg;
+       gint cur_msg_bytes;
+       gint cur_total_bytes;
+       gint *sizes;
 
        /* UIDL */
        GHashTable *id_table;
 
        /* UIDL */
        GHashTable *id_table;