aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-30 11:39:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-30 11:39:51 +0000
commit662ca949a86cd56972c3b012e56826c234d8e721 (patch)
treed27a595335050d20338f3ff3a8b2c67e8b96bb13 /src/summaryview.h
parent083fb868091f8a435cd42463d8ba04b34db40115 (diff)
display progress on local filtering.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@792 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r--src/summaryview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/summaryview.h b/src/summaryview.h
index 8137f6ef..f5267629 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -122,6 +122,8 @@ private:
GHashTable *folder_table;
/* counter for filtering */
gint filtered;
+ gint flt_count;
+ gint flt_total;
gboolean on_button_press;