aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-summary.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the locking up of the mail by only calling camel functions from theIain Holmes2000-10-071-43/+146
| | | | | | | | | | | | | | | | | | 2000-10-06 Iain Holmes <iain@helixcode.com> * mail-summary.c: Fix the locking up of the mail by only calling camel functions from the camel thread, and ORBit functions from the GTK thread. Watch for the message-changed signal again. * component-factory.c (summary_fn, component_factory_init): Re-enabled it, cos I think it works again. * mail-display.h: Remove the pb_cache. * Makefile.am: Readd the mail-summary.[ch] files and add the evolution-services library to the link. svn path=/trunk/; revision=5777
* Don't listen for message-changed hook, because it causes a lock up (?)Iain Holmes2000-10-051-3/+0
| | | | svn path=/trunk/; revision=5740
* Add the stuff to make evolution-mail a summary providing component. :)Iain Holmes2000-10-051-0/+128
svn path=/trunk/; revision=5738