aboutsummaryrefslogtreecommitdiff
path: root/src/inc.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-02 06:17:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-02 06:17:04 +0000
commit4895a2ba350472e8972ae60fc8f4df52190d8424 (patch)
tree16a568ea85d5b861a1d1f4d190c46cde467aea8d /src/inc.h
parentf2d0a5c45a15278021558a3975ec247ff5f0f050 (diff)
made the progress of receive dialog display only number/size in current session, not including already received ones.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2651 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.h')
-rw-r--r--src/inc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/inc.h b/src/inc.h
index f1e81a76..4481120e 100644
--- a/src/inc.h
+++ b/src/inc.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -76,6 +76,11 @@ struct _IncSession
gint64 cur_total_bytes;
gint new_msgs;
+ gint start_num;
+ gint64 start_recv_bytes;
+
+ gint retr_count;
+
gpointer data;
};