aboutsummaryrefslogtreecommitdiff
path: root/libsylph/pop.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 /libsylph/pop.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 'libsylph/pop.h')
-rw-r--r--libsylph/pop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/pop.h b/libsylph/pop.h
index b15f8ead..6078fd27 100644
--- a/libsylph/pop.h
+++ b/libsylph/pop.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -121,6 +121,7 @@ struct _Pop3Session
gint cur_total_num;
gint64 cur_total_bytes;
gint64 cur_total_recv_bytes;
+ gint skipped_num;
Pop3MsgInfo *msg;