aboutsummaryrefslogtreecommitdiff
path: root/src/procmsg.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-16 05:40:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-16 05:40:42 +0000
commit899f239a05c28f5ae8ec43bb7719e5ce0da0b2e5 (patch)
treeb3e49cdf4273d9b4e174e50ce0f78385b579c9fc /src/procmsg.c
parent621c4b1976f7c89f769ebe44acb889ca894950b4 (diff)
fixed wrong unread count of trash folders.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@346 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/procmsg.c')
-rw-r--r--src/procmsg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/procmsg.c b/src/procmsg.c
index 24453368..66ce9fe2 100644
--- a/src/procmsg.c
+++ b/src/procmsg.c
@@ -1210,6 +1210,8 @@ void procmsg_empty_trash(FolderItem *trash)
if (fp) fclose(fp);
fp = procmsg_open_mark_file(trash, DATA_WRITE);
if (fp) fclose(fp);
+ trash->cache_dirty = FALSE;
+ trash->mark_dirty = FALSE;
}
}