aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-25 06:53:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-25 06:53:07 +0000
commit34a24148d4315d15e092760c983ff45115a32e00 (patch)
tree0592ef51839ecb8ebc2d01ccff57bc11dcb91eb5 /ChangeLog
parenteca7e29772e97171adbcdad759c11dbd945c7f66 (diff)
don't show 'Empty trash' dialog if trashed messages don't exist.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@927 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19d45598..5fc1e44d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-01-25
+ * libsylph/procmsg.[ch]: procmsg_trash_messages_exist(): added.
+ * src/folderview.c: folderview_menu_popup(): don't make 'Empty trash'
+ active if trashed messages don't exist.
+ src/mainwindow.c: main_window_empty_trash(): return immediately
+ when trashed messages don't exist.
+
+2006-01-25
+
* src/compose.c: 'File/Insert signature' now inserts signature into
current cursor position. 'File/Append signature' was added for the
previous behavior.