aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-summary.c
Commit message (Collapse)AuthorAgeFilesLines
* Summary is back in :DIain Holmes2000-10-261-17/+45
| | | | | | Fixed a silly size issue for composer file selectors. svn path=/trunk/; revision=6187
* HTML changeIain Holmes2000-10-111-1/+1
| | | | svn path=/trunk/; revision=5828
* Fixed for new rule_context_loadIain Holmes2000-10-101-1/+1
| | | | svn path=/trunk/; revision=5810
* Updated to use new icon code.Iain Holmes2000-10-101-52/+166
| | | | | | | | | | | | | | | | | 2000-10-08 Iain Holmes <iain@helixcode.com> * mail-summary.c (create_summary_view): Updated to use new icon code. 2000-10-08 Iain Holmes <iain@helixcode.com> * mail-summary.c (generate_html_summary): Generic function to recreate the HTML of the summary. Checks all the folder summaries. (generate_folder_summarys): Create a summary of all the vfolders and the Inbox. (create_summary_view): Generate the folder summarys before the HTML. svn path=/trunk/; revision=5806
* 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