aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-summary.c
Commit message (Collapse)AuthorAgeFilesLines
* Big patch. Evolution-services rewrite, services updated for new system,Iain Holmes2000-11-221-14/+68
| | | | | | | | Big patch. Evolution-services rewrite, services updated for new system, Fixes to Executive Summary and other things. See some changelogs svn path=/trunk/; revision=6644
* Remove mail-local-storage.h includeDan Winship2000-11-071-2/+0
| | | | | | * mail-summary.c: Remove mail-local-storage.h include svn path=/trunk/; revision=6459
* Moving the executive summarys now :)Iain Holmes2000-11-021-5/+10
| | | | | | | | mail-summary now has clickable names to change to that view executive summary remembers what components are running when you close. selection now blocks ES updating so it won't be cleared. svn path=/trunk/; revision=6330
* 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