aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-05-01 00:00:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-01 00:00:51 +0800
commit4d8e3ff19c73def8f4a74f94470fc18de88aece3 (patch)
tree1b0ff1af75910a882c7c1e437ed4aad66f41b6ff /mail/ChangeLog
parent1f39b9fae647f27777f15c2e40d4305b90489706 (diff)
downloadgsoc2013-evolution-4d8e3ff19c73def8f4a74f94470fc18de88aece3.tar
gsoc2013-evolution-4d8e3ff19c73def8f4a74f94470fc18de88aece3.tar.gz
gsoc2013-evolution-4d8e3ff19c73def8f4a74f94470fc18de88aece3.tar.bz2
gsoc2013-evolution-4d8e3ff19c73def8f4a74f94470fc18de88aece3.tar.lz
gsoc2013-evolution-4d8e3ff19c73def8f4a74f94470fc18de88aece3.tar.xz
gsoc2013-evolution-4d8e3ff19c73def8f4a74f94470fc18de88aece3.tar.zst
gsoc2013-evolution-4d8e3ff19c73def8f4a74f94470fc18de88aece3.zip
Properly initialise the strikeout column for both types of folders (trash
2004-04-30 Jeffrey Stedfast <fejj@ximian.com> * message-list.c (message_list_set_folder): Properly initialise the strikeout column for both types of folders (trash and not trash). Completes the fix for bug #57304. svn path=/trunk/; revision=25714
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index fb69665630..85acb2d3d5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-30 Jeffrey Stedfast <fejj@ximian.com>
+
+ * message-list.c (message_list_set_folder): Properly initialise
+ the strikeout column for both types of folders (trash and not
+ trash). Completes the fix for bug #57304.
+
2004-04-30 Not Zed <NotZed@Ximian.com>
* em-utils.c (emu_can_save): fix the overwrite? question. #57822.