diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-05-01 00:00:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-01 00:00:51 +0800 |
commit | 4d8e3ff19c73def8f4a74f94470fc18de88aece3 (patch) | |
tree | 1b0ff1af75910a882c7c1e437ed4aad66f41b6ff /mail/ChangeLog | |
parent | 1f39b9fae647f27777f15c2e40d4305b90489706 (diff) | |
download | gsoc2013-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/ChangeLog | 6 |
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. |