sync with sylpheed 0.5.3cvs4
[claws.git] / src / inc.h
index 0513b42b54bd81c547797a10f09eee127e9dff37..0bee8614cc51aaa59e3040d11d93a8e2060cdfad 100644 (file)
--- a/src/inc.h
+++ b/src/inc.h
@@ -53,6 +53,8 @@ struct _IncProgressDialog
 
        MainWindow *mainwin;
 
+       gboolean show_dialog;
+
        GList *queue_list;      /* list of IncSession */
 };
 
@@ -81,6 +83,7 @@ struct _Pop3State
        gint new;
        gint total_bytes;
        gint cur_msg;
+       gint cur_total_num;
        gint cur_total_bytes;
        gint *sizes;