From 0c58540309726e0e476d90ca9d488142a58b4fcd Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 27 May 2005 10:57:37 +0000 Subject: optimized the writing of mark file. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@293 ee746299-78ed-0310-b773-934348b2243d --- src/news.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/news.c') diff --git a/src/news.c b/src/news.c index 1ea76502..2c045ca9 100644 --- a/src/news.c +++ b/src/news.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2004 Hiroyuki Yamamoto + * Copyright (C) 1999-2005 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 @@ -344,7 +344,8 @@ static GSList *news_get_article_list(Folder *folder, FolderItem *item, alist = procmsg_sort_msg_list(alist, item->sort_key, item->sort_type); - debug_print("cache_dirty: %d\n", item->cache_dirty); + debug_print("cache_dirty: %d, mark_dirty: %d\n", + item->cache_dirty, item->mark_dirty); return alist; } -- cgit v1.2.3