aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-mail.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-926/+0
| | | | | | 'GNOME_UTILS_2_0_2'. svn path=/tags/GNOME_UTILS_2_0_2/; revision=16870
* Use the uri stored in the ESummaryMailFolder object here.Christopher James Lahey2002-05-151-34/+13
| | | | | | | | | | | | 2002-05-14 Christopher James Lahey <clahey@ximian.com> * e-summary-mail.c (folder_gen_html): Use the uri stored in the ESummaryMailFolder object here. (e_summary_mail_generate_html): Only show email folders if they have > 0 unread messages. (new_folder_cb): Save the evolutionUri here. svn path=/trunk/; revision=16787
* Make the mail folders work okay.Iain Holmes2002-05-081-13/+82
| | | | svn path=/trunk/; revision=16724
* Allow IMAP folders and VFolders and make the mail summaries show and make ↵Iain Holmes2002-04-231-25/+54
| | | | | | the etables almost work perfectly svn path=/trunk/; revision=16556
* Make the preferences seperate from the viewsIain Holmes2002-04-041-133/+126
| | | | svn path=/trunk/; revision=16338
* [Some initial broken support for building components as shlib. MostlyEttore Perazzoli2002-03-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | just a playground for testing the idea.] * Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS conditional. * GNOME_Evolution_Summary.oaf.in.in: New. * e-summary-mail.c (update_folder_cb): Protect against summary->mail being NULL. * component-factory.c: Add a shlib factory. (create_component): Get a @factory and @data. (component_factory_init): Actually make it use a BonoboGenericFactory again. * configure.in: Add argument `--enable-shlib-components'. New substitutions OAF_SHLIB_LOCATION, OAF_SHLIB_PREFIX, OAF_SHLIB_SUFFIX. svn path=/trunk/; revision=16299
* Move the preferences from a per-view setting to a global settingIain Holmes2002-03-191-3/+0
| | | | svn path=/trunk/; revision=16205
* VFolders in the summaryIain Holmes2002-03-181-79/+250
| | | | svn path=/trunk/; revision=16190
* The new selector widgetIain Holmes2002-02-051-34/+135
| | | | svn path=/trunk/; revision=15565
* Fix the mail order stuffIain Holmes2002-01-241-1/+1
| | | | svn path=/trunk/; revision=15449
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
| | | | svn path=/trunk/; revision=14212
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
| | | | | | (instead of version 2 or any later version). svn path=/trunk/; revision=14190
* NULL the handle after a failed open so the offline handler won't thinkIain Holmes2001-10-271-0/+4
| | | | | | | | | | | | | | | | | | | 2001-10-26 Iain Holmes <iain@ximian.com> * e-summary-rdf.c (open_callback): NULL the handle after a failed open so the offline handler won't think they're still open. (e_summary_rdf_set_online): Cancel all the open connections when the summary goes offline. * e-summary-weather.c (open_callback): NULL the handle after a failed open so the offline handler won't think they're still open. (e_summary_weather_set_online): Cancel all the open connections when the summary goes offline. * e-summary.c (e_summary_set_online): Call the callback if it's not NULL. svn path=/trunk/; revision=14183
* Correct fix for 12236. Stops the crashing and leaves the summary in a usable ↵Iain Holmes2001-10-241-4/+1
| | | | | | state. svn path=/trunk/; revision=13982
* Null some freed memoryIain Holmes2001-10-201-0/+4
| | | | svn path=/trunk/; revision=13799
* Minor changes in the hope that bug is fixed :/Iain Holmes2001-10-171-2/+7
| | | | svn path=/trunk/; revision=13701
* Update the signature to match the new signal.Dan Winship2001-10-121-1/+1
| | | | | | | * e-summary-mail.c (update_folder_cb): Update the signature to match the new signal. svn path=/trunk/; revision=13591
* Add copyright noticesIain Holmes2001-09-271-3/+18
| | | | svn path=/trunk/; revision=13157
* Display a bell icon if there's an alarm setIain Holmes2001-09-201-1/+1
| | | | svn path=/trunk/; revision=12995
* Spewage removal Only open folders when they are needed.Iain Holmes2001-09-201-35/+12
| | | | | | | Spewage removal Only open folders when they are needed. svn path=/trunk/; revision=12990
* Keep the mail folders in the correct orderIain Holmes2001-09-191-2/+20
| | | | svn path=/trunk/; revision=12963
* Do appends instead of prepends in places.Iain Holmes2001-09-191-3/+1
| | | | | | Don't print a (null). svn path=/trunk/; revision=12941
* Only update the display when we receive a notify about a mail folder we are ↵Iain Holmes2001-09-181-3/+19
| | | | | | displaying svn path=/trunk/; revision=12909
* Purification.Dan Winship2001-09-111-0/+1
| | | | | | | | | | | | | | | | | | * e-summary.c (destroy): free the protocol hash. * e-summary-rdf.c (tree_walk): plug a leak. * e-summary-weather.c (e_summary_weather_init_locations): Don't insert duplicates into the hash table. * e-summary-mail.c (e_summary_mail_generate_html): free old html before setting new * e-summary.c (e_summary_draw): free weather and rdf html strings. * e-summary-preferences.c (save_known_rdfs): free strings. svn path=/trunk/; revision=12747
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Evolution-ShellComponent.idl: Studlycapsize all the IDs that are not. * Evolution-common.idl: Likewise. * evolution-activity-client.c: Updated accordingly. * evolution-shell-component.c: Likewise. * evolution-storage.c: Likewise. * e-activity-handler.c: Likewise. * e-component-registry.c: Likewise. * e-corba-storage.c: Likewise. * e-shell-user-creatable-items-handlers.c: Likewise. * e-local-storage.c (remove_folder): Remove unused variable. * e-shell-view.c (update_for_current_uri): Assign zero to `unread_count', not NULL. * e-shell-importer.c (import_druid_finish): Remove unused variable. * e-shell-user-creatable-items-handler.c: #include "e-corba-utils.h". * e-shell-startup-wizard.c: #include "e-shell-startup-wizard.h". * e-shell-startup-wizard.h: #include <glib.h> * e-summary-weather.c (weather_make_html): Make local variable `icon_name' const. Remove unused variable `uri'. * e-summary.h: Reformatted in GTK+ style. (e_summary_remove_online_connection): Added prototype. * e-summary-preferences.c (fill_mail_shown_clist): Constify local variable `name'. * e-summary-mail.c: #include "e-util/e-path.h". Updated to match the new studlyCapsification in shell/Evolution*.idl. * mail-local.c: Match the studlyCapsification of shell/Evolution*.idl. * mail-config-druid.h: Change type of `event_source' from `Bonobo_EventSource *' to `Bonobo_EventSource'. * mail-accounts.c (mail_delete): Remove unused local variable `label'. * folder-info.c (do_get_info): `#if 0' unused variables. * gui/component/addressbook-component.c: Get rid of a warning by initializing the closing NULL element in folder_types correctly. * gui/component/select-names/e-select-names.c: Updated to match the studlyCapsification of attributes in shell/Evolution*.idl. svn path=/trunk/; revision=12495
* Fix the show_full_path bugIain Holmes2001-08-231-6/+12
| | | | | | Set up the functions for better online/offline reporting. svn path=/trunk/; revision=12403
* Disconnect our callbacks when we are freeing the ESummaryMail. FixesJason Leach2001-08-131-0/+7
| | | | | | | | | 2001-08-13 Jason Leach <jleach@ximian.com> * e-summary-mail.c (e_summary_mail_free): Disconnect our callbacks when we are freeing the ESummaryMail. Fixes #6712. svn path=/trunk/; revision=11941
* Callback for the EvolutionStorageListener::update_folder signal, so we canJason Leach2001-08-041-1/+0
| | | | | | | | | | 2001-08-03 Jason Leach <jleach@ximian.com> * e-summary-mail.c (update_folder_cb): Callback for the EvolutionStorageListener::update_folder signal, so we can update mail summaries when they change. Bug #4686. svn path=/trunk/; revision=11635
* Install and use the new My Evolution icons from Jakub (they look reallyJacob Leach2001-08-031-9/+36
| | | | | | awesome Jakub, nice work). svn path=/trunk/; revision=11596
* Make the storage registar(?) genericIain Holmes2001-07-241-35/+69
| | | | svn path=/trunk/; revision=11315
* Revert last changes, URIs are now back to original in shell.Jason Leach2001-07-211-2/+2
| | | | | | | | | 2001-07-20 Jason Leach <jleach@ximian.com> * e-summary-tasks.c: Revert last changes, URIs are now back to original in shell. svn path=/trunk/; revision=11275
* Update the evolution:/local/ URI's to evolution:/Local Folders/ to goJason Leach2001-07-201-3/+3
| | | | | | | | | | | | | 2001-07-19 Jason Leach <jleach@ximian.com> * e-summary-tasks.c: Update the evolution:/local/ URI's to evolution:/Local Folders/ to go along with todays shell changes. * e-summary-mail.c: Ditto. * e-summary-calendar.c: Ditto. svn path=/trunk/; revision=11252
* Fix the mail folder linksIain Holmes2001-07-201-1/+1
| | | | svn path=/trunk/; revision=11231
* Secure e_summary_mail_generate_htmlIain Holmes2001-07-121-0/+3
| | | | svn path=/trunk/; revision=11014
* Fix the memory corruption issueIain Holmes2001-07-121-1/+0
| | | | svn path=/trunk/; revision=11013
* Free the data stop all the transfers when the summary is destroyed.Iain Holmes2001-07-121-0/+33
| | | | svn path=/trunk/; revision=11010
* Mail stuff addedIain Holmes2001-07-071-0/+84
| | | | svn path=/trunk/; revision=10867
* Marked strings for translation + conversion to utf8.Chyla Zbigniew2001-06-301-3/+13
| | | | | | | | | | | | | | | | | | | | | * e-summary-calendar.c (generate_html): Marked strings for translation + conversion to utf8. * e-summary-mail.c Added missing #include <config.h> (e_summary_mail_generate_html): Marked strings for translation + conversion to utf8. * e-summary-weather.c (e_summary_weather_get_html, open_callback): Marked strings for translation + conversion to utf8. (weather_make_html): Fixed leaks. * e-summary-rdf.c (tree_walk): Fixed leaks. (read_callback): Marked strings for translation. svn path=/trunk/; revision=10630
* Fix a few buggiesIain Holmes2001-06-301-1/+3
| | | | svn path=/trunk/; revision=10608
* Configure My EvolutionIain Holmes2001-06-301-6/+76
| | | | svn path=/trunk/; revision=10604
* Committing the new My Evolution.Iain Holmes2001-06-091-0/+276
svn path=/trunk/; revision=10163