diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-27 05:01:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-27 05:01:41 +0800 |
commit | e13e11965b4d62751bf6d50f5fc65c645e6f1e2b (patch) | |
tree | 70af380a99c5dd649a600ed3e2e0a9f79fdaeb32 /mail/ChangeLog | |
parent | 4fb01ff2ff50c15ddae5c676e616e77c98e09054 (diff) | |
download | gsoc2013-evolution-e13e11965b4d62751bf6d50f5fc65c645e6f1e2b.tar gsoc2013-evolution-e13e11965b4d62751bf6d50f5fc65c645e6f1e2b.tar.gz gsoc2013-evolution-e13e11965b4d62751bf6d50f5fc65c645e6f1e2b.tar.bz2 gsoc2013-evolution-e13e11965b4d62751bf6d50f5fc65c645e6f1e2b.tar.lz gsoc2013-evolution-e13e11965b4d62751bf6d50f5fc65c645e6f1e2b.tar.xz gsoc2013-evolution-e13e11965b4d62751bf6d50f5fc65c645e6f1e2b.tar.zst gsoc2013-evolution-e13e11965b4d62751bf6d50f5fc65c645e6f1e2b.zip |
Helps if I spell "received" correctly.
2001-06-26 Jeffrey Stedfast <fejj@ximian.com>
* folder-browser.c (my_folder_browser_init): Helps if I spell
"received" correctly.
* mail-config.c (mail_config_set_thread_list): If the value is
already in the hash table, first remove it before setting the new
value so we don't leak.
(mail_config_set_show_preview): Same.
svn path=/trunk/; revision=10510
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f59364ae39..bc372e151c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2001-06-26 Jeffrey Stedfast <fejj@ximian.com> + + * folder-browser.c (my_folder_browser_init): Helps if I spell + "received" correctly. + + * mail-config.c (mail_config_set_thread_list): If the value is + already in the hash table, first remove it before setting the new + value so we don't leak. + (mail_config_set_show_preview): Same. + 2001-06-26 Dan Winship <danw@ximian.com> * mail-mt.c (op_status_timeout): Don't pop up a progress dialog to |