aboutsummaryrefslogtreecommitdiff
path: root/src/inc.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-03 04:04:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-03 04:04:37 +0000
commit9c8bbafa020c817e75e60615d954a05a63e4f76b (patch)
treea47c414d42529bbd7310f1cdd6eac06a4082bbcb /src/inc.h
parent33f6d712c179ed3dcaec1fe22b043b0c36d962e3 (diff)
exclude messages marked as read when counting new messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1206 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.h')
-rw-r--r--src/inc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc.h b/src/inc.h
index 80a1bc4e..3e15f4ff 100644
--- a/src/inc.h
+++ b/src/inc.h
@@ -74,6 +74,7 @@ struct _IncSession
GHashTable *tmp_folder_table; /* for progressive update */
gint64 cur_total_bytes;
+ gint new_msgs;
gpointer data;
};