From 9c8bbafa020c817e75e60615d954a05a63e4f76b Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 3 Oct 2006 04:04:37 +0000 Subject: exclude messages marked as read when counting new messages. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1206 ee746299-78ed-0310-b773-934348b2243d --- libsylph/pop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsylph/pop.h') 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; -- cgit v1.2.3