aboutsummaryrefslogtreecommitdiff
path: root/src/news.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-27 10:57:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-27 10:57:37 +0000
commit0c58540309726e0e476d90ca9d488142a58b4fcd (patch)
treee66d05f06fe02ba193f1a63a69bcaee8dc8c6596 /src/news.c
parent2ddb31bb4cf51711d786e1a994f2a91ed80e7cee (diff)
optimized the writing of mark file.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@293 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/news.c')
-rw-r--r--src/news.c5
1 files changed, 3 insertions, 2 deletions
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;
}