aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-14 07:41:11 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-14 07:41:11 +0000
commit68e25a400aa2bba10ef0e02ff23e0cb1d2358d80 (patch)
treedb8175ddf26255d485ae44dd52dd91e01c5ba031 /ChangeLog
parent1c1be6a9e85e94ea3050af6eebe545d201940720 (diff)
fixed wrong unread number display after moving local unread message to IMAP4 folder.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@338 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b17ae728..3e953306 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-06-14
+ * src/mh.c: mh_remove_msg(): fixed a bug that unintentionally set
+ FolderItem::last_num to 0 (which caused wrong unread number
+ display).
+
+2005-06-14
+
* src/summaryview.c: summary_set_colorlabel(): fixed a bug that the
change of color labels was not saved.