aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-04 05:57:31 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-04 05:57:31 +0800
commit8ddf5945c831e025224138bdcba64e1ce1e38893 (patch)
treebdf033acb903169daa35c6a4376efefa5a78c2ca /mail/ChangeLog
parenta25698c1973869bfd63ea8c71e1cf88b26105cf1 (diff)
downloadgsoc2013-evolution-8ddf5945c831e025224138bdcba64e1ce1e38893.tar
gsoc2013-evolution-8ddf5945c831e025224138bdcba64e1ce1e38893.tar.gz
gsoc2013-evolution-8ddf5945c831e025224138bdcba64e1ce1e38893.tar.bz2
gsoc2013-evolution-8ddf5945c831e025224138bdcba64e1ce1e38893.tar.lz
gsoc2013-evolution-8ddf5945c831e025224138bdcba64e1ce1e38893.tar.xz
gsoc2013-evolution-8ddf5945c831e025224138bdcba64e1ce1e38893.tar.zst
gsoc2013-evolution-8ddf5945c831e025224138bdcba64e1ce1e38893.zip
Get the thread_subject setting here instead of in regen_list_regen since
2003-02-03 Jeffrey Stedfast <fejj@ximian.com> * message-list.c (mail_regen_list): Get the thread_subject setting here instead of in regen_list_regen since that function will be called in another thread and we can't make corba calls in anything but the main thread. (regen_list_regen): Don't make CORBA calls here! (shame on me). svn path=/trunk/; revision=19715
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 8577bb408a..928fba418b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2003-02-03 Jeffrey Stedfast <fejj@ximian.com>
+ * message-list.c (mail_regen_list): Get the thread_subject setting
+ here instead of in regen_list_regen since that function will be
+ called in another thread and we can't make corba calls in anything
+ but the main thread.
+ (regen_list_regen): Don't make CORBA calls here! (shame on me).
+
* mail-identify.c (mail_identify_mime_part): Just use
gnome_vfs_get_mime_type_from_name() so we can forget all the crap
I implemented before.