diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-28 06:09:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-28 06:09:41 +0800 |
commit | 3814bb179fb3e0f3f0e862b2390e317bff0c80bb (patch) | |
tree | 558ada00956b787f7b8be0a9ea65a061703ae9c7 /mail/ChangeLog | |
parent | 9945af011ee1e272440e0f61b74b910d0bd92045 (diff) | |
download | gsoc2013-evolution-3814bb179fb3e0f3f0e862b2390e317bff0c80bb.tar gsoc2013-evolution-3814bb179fb3e0f3f0e862b2390e317bff0c80bb.tar.gz gsoc2013-evolution-3814bb179fb3e0f3f0e862b2390e317bff0c80bb.tar.bz2 gsoc2013-evolution-3814bb179fb3e0f3f0e862b2390e317bff0c80bb.tar.lz gsoc2013-evolution-3814bb179fb3e0f3f0e862b2390e317bff0c80bb.tar.xz gsoc2013-evolution-3814bb179fb3e0f3f0e862b2390e317bff0c80bb.tar.zst gsoc2013-evolution-3814bb179fb3e0f3f0e862b2390e317bff0c80bb.zip |
Pass mail_config_get_thread_subject() as the third argument to
2002-08-27 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (regen_list_regen): Pass
mail_config_get_thread_subject() as the third argument to
camel_folder_thread_messages_new().
* mail-config.c (config_read): Read in the thread_by_subject
config option.
(mail_config_write_on_exit): Save the thread_by_subject config
option.
(mail_config_get_thread_subject): New function to get the
thread_subject value.
(mail_config_set_thread_subject): New function to set the
thread_subject value.
svn path=/trunk/; revision=17881
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7088dbcb68..74a633aa00 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2002-08-27 Jeffrey Stedfast <fejj@ximian.com> + + * message-list.c (regen_list_regen): Pass + mail_config_get_thread_subject() as the third argument to + camel_folder_thread_messages_new(). + + * mail-config.c (config_read): Read in the thread_by_subject + config option. + (mail_config_write_on_exit): Save the thread_by_subject config + option. + (mail_config_get_thread_subject): New function to get the + thread_subject value. + (mail_config_set_thread_subject): New function to set the + thread_subject value. + 2002-08-27 Radek Doulik <rodo@ximian.com> * mail-signature-editor.c: removed tip frame |