aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* ** Add support for the Magic Space Bar.Srinivasa Ragavan2007-06-174-2/+95
| | | | svn path=/trunk/; revision=33682
* ** Fixes bug #447727Matthew Barnes2007-06-152-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | 2007-06-15 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #447727 * po/POTFILES.in: Remove e-clipped-label.c * mail/mail-send-recv.c: * shell/e-shell-folder-title-bar.c: * widgets/misc/e-info-label.c: * widgets/misc/e-multi-config-dialog.c: * widgets/misc/e-task-bar.c: Use ellipsized GtkLabels instead of EClippedLabels. * widgets/misc/e-clipped-label.[ch]: Remove these files. GTK+ provides this functionality now. * widgets/misc/Makefile.am: Remove e-clipped-label.[ch]. svn path=/trunk/; revision=33680
* M composer/ChangeLog M composer/e-msg-composer.c M mail/ChangeLog MSankar P2007-06-132-0/+10
| | | | | | | | | | | | | | 2007-06-13 Sankar P <psankar@novell.com> M composer/ChangeLog M composer/e-msg-composer.c M mail/ChangeLog M mail/em-folder-view.c Fixes build break by including missing headers. See #442631 svn path=/trunk/; revision=33670
* Add support for the XF86Reply and XF86MailForward multimedia keys (Closes:Bastien Nocera2007-06-122-0/+15
| | | | | | | | | | | | | | | | | | | | | | 2007-06-12 Bastien Nocera <hadess@hadess.net> * em-folder-view.c: (emfv_list_key_press): Add support for the XF86Reply and XF86MailForward multimedia keys (Closes: #442631) 2007-06-12 Bastien Nocera <hadess@hadess.net> * e-msg-composer.c: (composer_key_pressed): Add support for the XF86Send multimedia key (Closes: #442631) 2007-06-12 Bastien Nocera <hadess@hadess.net> * configure.in: Detect the X11/XF86keysym.h header, and enable multimedia keys if available (Closes: #442631) svn path=/trunk/; revision=33668
* Fix a minor typo spotted by Gilles Dartiguelongue (#386503).Matthew Barnes2007-06-102-1/+6
| | | | | | | | | | 2007-06-09 Matthew Barnes <mbarnes@redhat.com> * Makefile.am: Fix a minor typo spotted by Gilles Dartiguelongue (#386503). svn path=/trunk/; revision=33665
* Duplicate a translated string since we free it later.Matthew Barnes2007-06-052-1/+6
| | | | | | | | | | 2007-06-05 Matthew Barnes <mbarnes@redhat.com> * em-folder-view.c (emfv_on_url_cb): Duplicate a translated string since we free it later. svn path=/trunk/; revision=33657
* Updated Swedish translationDaniel Nylander2007-06-052-1/+5
| | | | svn path=/trunk/; revision=33655
* Fix another implicit function declaration.Matthew Barnes2007-06-052-0/+5
| | | | | | | | | 2007-06-04 Matthew Barnes <mbarnes@redhat.com> * mail-ops.h: Fix another implicit function declaration. svn path=/trunk/; revision=33654
* Do not fetch folder-info from backend - use the available folder-treeSrinivasa Ragavan2007-06-042-4/+29
| | | | | | | instance. svn path=/trunk/; revision=33651
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-032-15/+18
| | | | svn path=/trunk/; revision=33646
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-0/+0
| | | | svn path=/trunk/; revision=33641
* Fix for bug #438461 Gilles Dartiguelongue Srinivasa Ragavan2007-06-032-27/+23
| | | | svn path=/trunk/; revision=33638
* ** Fix for bug #443140 from VinodSrinivasa Ragavan2007-06-032-1/+7
| | | | svn path=/trunk/; revision=33636
* ** Fix for bug #3355396 from Muktha Srinivasa Ragavan2007-06-033-1/+11
| | | | svn path=/trunk/; revision=33634
* Default for sender photo to be falseSrinivasa Ragavan2007-06-032-1/+5
| | | | svn path=/trunk/; revision=33631
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-0332-226/+302
| | | | svn path=/trunk/; revision=33628
* Pass a CamelException when refreshing folders, removing the spew ofRoss Burton2007-06-022-2/+12
| | | | | | | | | | 2007-06-02 Ross Burton <ross@openedhand.com> * mail-send-recv.c: Pass a CamelException when refreshing folders, removing the spew of warnings (#439957). svn path=/trunk/; revision=33620
* Removing few debug statementsSrinivasa Ragavan2007-06-022-1/+5
| | | | svn path=/trunk/; revision=33617
* ** Outlook style reply option for bug #415770 from gicmoSrinivasa Ragavan2007-06-024-1/+24
| | | | svn path=/trunk/; revision=33615
* ** Fix for bug #311512Karl Relton2007-06-023-5/+33
| | | | | | | | | | | | | | 2007-06-01 Karl Relton <karllinuxtest.relton@ntlworld.com> ** Fix for bug #311512 * mail-folder-cache.c (folder_changed): Check the added uids for messages which are not seen/deleted/junk and compare their received date with the timestamp of the last new-mail notification - if any are more recent than that, notify the user. svn path=/trunk/; revision=33614
* ** Adds support for Contact Image in the preview paneSrinivasa Ragavan2007-06-0211-4/+330
| | | | svn path=/trunk/; revision=33613
* default/sv/Inbox: Updated Swedish Welcome mailDaniel Nylander2007-05-311-6/+6
| | | | svn path=/trunk/; revision=33610
* *default/sv : Added Swedish Welcome mail.Daniel Nylander2007-05-313-0/+355
| | | | svn path=/trunk/; revision=33609
* use displayed_uid instead of selected_uid. Fix #441992Jeff Cai2007-05-312-1/+7
| | | | | | | | | | | 2007-05-31 Jeff Cai <jeff.cai@sun.com> * em-folder-view.c (emfv_message_selected_timeout) : use displayed_uid instead of selected_uid. Fix #441992 svn path=/trunk/; revision=33607
* Fix file descriptor leaksJules Colding2007-05-295-6/+26
| | | | svn path=/trunk/; revision=33598
* Fix the default thread expand mode.Srinivasa Ragavan2007-05-292-1/+6
| | | | svn path=/trunk/; revision=33596
* Revert the dialog_map() solution and use ellipsized labels. Also, only theMatthew Barnes2007-05-252-25/+18
| | | | | | | | | | | | 2007-05-25 Matthew Barnes <mbarnes@redhat.com> * mail/mail-send-recv.c: Revert the dialog_map() solution and use ellipsized labels. Also, only the label column in the GtkTable should expand and fill, and never show a horizontal scrollbar. (#335241) svn path=/trunk/; revision=33576
* ** Fix for bug #439512Srinivasa Ragavan2007-05-192-2/+9
| | | | svn path=/trunk/; revision=33558
* Improved GMail like sorting. Expanded thread moved up the list if it has a ↵Srinivasa Ragavan2007-05-172-0/+50
| | | | | | new mail. svn path=/trunk/; revision=33554
* ** Added support to specify the default thread state for messages.Srinivasa Ragavan2007-05-163-2/+27
| | | | svn path=/trunk/; revision=33551
* Improved offline support optionsSrinivasa Ragavan2007-05-166-3/+121
| | | | svn path=/trunk/; revision=33548
* Fix for bug #344966Srinivasa Ragavan2007-05-142-1/+27
| | | | svn path=/trunk/; revision=33522
* ** Fixes part of bug #337616Matthew Barnes2007-05-132-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521
* Fix errno reset issueJules Colding2007-05-121-1/+1
| | | | svn path=/trunk/; revision=33516
* Fix file descriptor leaks (#437664)Jules Colding2007-05-112-0/+6
| | | | svn path=/trunk/; revision=33512
* Add Tango icons to preference window.Srinivasa Ragavan2007-05-112-3/+8
| | | | svn path=/trunk/; revision=33510
* Added support for flush outbox and refresh folder.Srinivasa Ragavan2007-05-115-1/+59
| | | | svn path=/trunk/; revision=33504
* Do not restrict "Edit as New Message" to Sent Folder alone. Fixes #205728Sankar P2007-05-032-3/+11
| | | | | | | | | | | | | 2007-05-03 Sankar P <psankar@novell.com> * em-folder-view.c: (emfv_activate): Do not restrict "Edit as New Message" to Sent Folder alone. Fixes #205728 svn path=/trunk/; revision=33476
* Improvements to the new mail hook.Srinivasa Ragavan2007-05-036-5/+63
| | | | svn path=/trunk/; revision=33470
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-205-282/+174
| | | | svn path=/trunk/; revision=33440
* Fix for bug #353662Srinivasa Ragavan2007-04-202-4/+13
| | | | svn path=/trunk/; revision=33434
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-2012-165/+252
| | | | svn path=/trunk/; revision=33432
* ** Fixes bug #423766Matthew Barnes2007-04-183-86/+105
| | | | | | | | | | | | | | | | | | | 2007-04-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #423766 * mail/em-format-html-display.c (attachments_save_all_clicked): Call em_utils_save_part() if there's only one attachment to save. * mail/em-utils.c (em_utils_save_part): Refactor to use gtk_dialog_run() instead of a "response" callback. * mail/em-utils.c (em_utils_save_parts): Refactor to use gtk_dialog_run() instead of a "response" callback. Use gtk_file_chooser_get_uri() to fetch the selected folder. svn path=/trunk/; revision=33429
* Add progress indication in the preview.Srinivasa Ragavan2007-04-122-0/+47
| | | | svn path=/trunk/; revision=33418
* Fix for bug #343195Srinivasa Ragavan2007-04-092-0/+14
| | | | svn path=/trunk/; revision=33408
* ** Fixes bug #383953Matthew Barnes2007-04-073-9/+20
| | | | | | | | | | | | | | | 2007-04-06 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #383953 * em-folder-properties.c (emfp_get_folder_item): Show unread messages before total messages. * mail-component.c (view_changed): Show unread or selected messages before total messages. svn path=/trunk/; revision=33396
* More intelligent message selection. (#332765) Patch from Christof KrügerMatthew Barnes2007-04-062-18/+79
| | | | | | | | | | 2007-04-06 Matthew Barnes <mbarnes@redhat.com> * mail/message-list.c: More intelligent message selection. (#332765) Patch from Christof Krüger svn path=/trunk/; revision=33394
* Unref 'session'. (#424795) Patch from Karl ReltonMatthew Barnes2007-04-062-0/+6
| | | | | | | | | | 2007-04-06 Matthew Barnes <mbarnes@redhat.com> * mail-session.c (main_system_beep): Unref 'session'. (#424795) Patch from Karl Relton svn path=/trunk/; revision=33392
* Provide a CamelException to camel_folder_refresh_info().Matthew Barnes2007-04-062-1/+8
| | | | | | | | | | 2007-04-05 Matthew Barnes <mbarnes@redhat.com> * mail/mail-send-recv.c (refresh_folders_get): Provide a CamelException to camel_folder_refresh_info(). svn path=/trunk/; revision=33390
* Update parent rows when a child row changes. (#352713) Patch by RenéMatthew Barnes2007-04-052-0/+32
| | | | | | | | | | | 2007-04-04 Matthew Barnes <mbarnes@redhat.com> * em-folder-tree.c (emft_model_row_changed): Update parent rows when a child row changes. (#352713) Patch by René Stadler. svn path=/trunk/; revision=33381
* Fix for evolution crash on startup on assistant.Srinivasa Ragavan2007-04-042-1/+7
| | | | svn path=/trunk/; revision=33377
* Don't #include <composer/e-msg-composer.h> since we don't install thatMatthew Barnes2007-04-033-3/+10
| | | | | | | | | | | 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/em-event.h: Don't #include <composer/e-msg-composer.h> since we don't install that file. Doing so prevents third-party applications like mail-notification from building. (#400241) svn path=/trunk/; revision=33375
* Add pluggable junk filter code and move SA options to the plugins.Srinivasa Ragavan2007-04-0312-190/+446
| | | | svn path=/trunk/; revision=33367
* Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes.Matthew Barnes2007-04-032-2/+8
| | | | | | | | | | | | | 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/evolution-mail.schemas.in.in: * plugins/sa-junk-plugin/em-junk-filter.c (em_junk_sa_get_name): * plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml: Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes. svn path=/trunk/; revision=33363
* Load "emblem-important" instead of deprecated "stock_mail-priority-high"Matthew Barnes2007-04-034-4/+13
| | | | | | | | | | | | | | 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/em-folder-browser.c: * mail/em-folder-view.c: * mail/message-list.c: Load "emblem-important" instead of deprecated "stock_mail-priority-high" icon. (#387619) Patch from Rodney Dawes. svn path=/trunk/; revision=33362
* ** Fixes bug #373116Matthew Barnes2007-04-026-80/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-04-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #373116 * calendar/gui/calendar-component.c (ensure_sources): * calendar/gui/e-cal-model.c (ecm_get_color_for_component): * calendar/gui/memos-component.c (ensure_sources): * calendar/gui/migration.c (create_calendar_contact_source), (create_calendar_sources), (create_task_sources), (create_memo_sources), (add_gw_esource): * calendar/gui/tasks-component.c (ensure_sources): * plugins/groupwise-account-setup/camel-gw-listener.c (add_esource): Use the new ESource color API. * calendar/gui/dialogs/cal-prefs-dialog.c: * calendar/gui/dialogs/cal-prefs-dialog.glade: * calendar/gui/dialogs/calendar-setup.c: * calendar/gui/dialogs/calendar-setup.glade: * filter-colour.c (get_widget): * mail/em-composer-prefs.c: * mail/em-composer-prefs.h: * mail/em-mailer-prefs.c: * mail/em-mailer-prefs.h: * mail/mail-config.glade: Migrate from GnomeColorPicker to GtkColorButton. * filter/filter-colour.h: Store color as a GdkColor instead of separate RGBA components. * filter/filter-colour.c (color_eq): Use gdk_color_equal() to compare colors. * filter/filter-colour.c (xml_encode): Encode color as a single property ("spec"). * filter/filter-colour.c (xml_decode): Read the color from a single property ("spec"). Provide a migration path for old XML files. * calendar/gui/calendar-component.c (calendar_config_get_tasks_due_today_color), (calendar_config_get_tasks_overdue_color): Return a GdkColor instead of an X color specification. * calendar/gui/calendar-component.c (calendar_config_set_tasks_due_today_color), (calendar_config_set_tasks_overdue_color): Accept a GdkColor instead of an X color specification. * calenar/gui/e-cal-model-tasks.c (ecmt_get_color_for_component): Adapt to modified color API in calendar-component.c by converting the GdkColor to an X color specification. This is an ugly hack to be fixed later. svn path=/trunk/; revision=33349
* Fix a typo.Matthew Barnes2007-03-312-1/+5
| | | | | | | | | 2007-03-30 Matthew Barnes <mbarnes@redhat.com> * em-format-html-display.c (icon_entry_changed_cb): Fix a typo. svn path=/trunk/; revision=33347
* Evolution requires GLib 2.10 now; remove dead backward-compatibility codeMatthew Barnes2007-03-303-8/+7
| | | | | | | | | | | | | 2007-03-29 Matthew Barnes <mbarnes@redhat.com> * mail/em-utils.c: * mail/mail-config.c: * plugins/save-attachments/save-attachments.c: Evolution requires GLib 2.10 now; remove dead backward-compatibility code for GLib < 2.8 (#418971). svn path=/trunk/; revision=33341
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-3011-44/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-29 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/e-day-view.c: * calendar/gui/e-week-view.c: * calendar/gui/tasks-control.c: * composer/e-msg-composer-select-file.c: * mail/em-account-editor.c: * mail/em-folder-view.c: * mail/em-format-html-display.c: * mail/em-format-html.c: * mail/em-format.h: * mail/em-mailer-prefs.c: * mail/em-vfolder-rule.c: * mail/mail-ops.c: * mail/mail-send-recv.c: * mail/message-list.c: * plugins/bbdb/gaimbuddies.c: * plugins/itip-formatter/itip-formatter.c: * plugins/save-calendar/save-calendar.c: * shell/e-shell-window.c: * widgets/misc/e-icon-entry.c: * widgets/table/e-table-header-utils.c: * widgets/table/e-table-item.c: * widgets/table/e-tree-header-item.c: * widgets/table/e-tree-table-adapter.c: Fix "incompatible pointer type" warnings (#360619). svn path=/trunk/; revision=33339
* Migrate from GnomeFontPicker to GtkFontButton (#373837).Matthew Barnes2007-03-294-28/+37
| | | | | | | | | | | | 2007-03-27 Matthew Barnes <mbarnes@redhat.com> * em-mailer-prefs.c: * em-mailer-prefs.h: * mail-config.glade: Migrate from GnomeFontPicker to GtkFontButton (#373837). svn path=/trunk/; revision=33337
* Remove a couple old source files that were retired in 2003.Matthew Barnes2007-03-292-402/+0
| | | | svn path=/trunk/; revision=33332
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-274-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-27 Matthew Barnes <mbarnes@redhat.com> * a11y/e-table/gal-a11y-e-cell-text.c: * a11y/e-table/gal-a11y-e-cell-vbox.c: * addressbook/gui/component/addressbook-component.c: * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/gui/widgets/eab-contact-display.c: * addressbook/gui/widgets/gal-view-minicard.c: * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/comp-editor.c: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/task-page.c: * calendar/gui/e-cal-popup.c: * calendar/gui/e-meeting-list-view.c: * calendar/gui/e-tasks.c: * calendar/gui/gnome-cal.c: * composer/e-msg-composer.c: * mail/em-folder-browser.c: * mail/em-format.c: * mail/em-popup.c: * plugins/exchange-operations/exchange-account-setup.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-config-listener.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/import-ics-attachments/icsimporter.c: * widgets/misc/e-filter-bar.c: * widgets/misc/e-multi-config-dialog.c: * widgets/table/e-cell-checkbox.c: * widgets/table/e-table-header-item.c: Don't mix declarations and code (#405495). svn path=/trunk/; revision=33324
* ** Fixes bug #419524Matthew Barnes2007-03-2136-54/+58
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* ** Fixes bug #360240Matthew Barnes2007-03-178-20/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #360240 * addressbook/gui/widgets/e-addressbook-view.c (e_contact_print_button): * addressbook/printing/e-contact-print.c (complete_sequence), (e_contact_build_style), (e_contact_print_response), (e_contact_print_contact_list_dialog_new): * shell/e-shell-importer.c (importer_file_page_new): * plugins/startup-wizard/startup-wizard.c (startup_wizard_timezone_page): * mail/em-vfolder-rule.c (select_source_with_changed), (get_widget): * mail/em-format-quote.c (emfq_format_source): * mail/mail-ops.c (save_messages_save): * mail/em-format.c (emf_init): * mail/em-format-html-display (em_format_html_get_search_dialog), (em_format_html_display_seearch_with), (ehhd_resize), (efhd_attachment_optional), (efhd_format_optional): * mail/em-folder-view.c (emfv_init): * mail/message-list.c (ml_tree_value_at): * composer/e-msg-composer-hdrs (header_new_recipient): * composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action): * widgets/table/e-cell-text.c (ect_free_color): * widgets/misc/e-calendar-item.c (e_calendar_item_unrealize): * widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget): Remove unused variables. svn path=/trunk/; revision=33315
* *default/C : Update Welcome mail.Harish Krishnaswamy2007-03-132-24/+16
| | | | | | | | 2007-03-12 Harish Krishnaswamy <kharish@novell.com> *default/C : Update Welcome mail. svn path=/trunk/; revision=33306
* Fixes #402727Simon Zheng2007-02-272-1/+9
| | | | | | | | | | | | | | 2007-02-27 Simon Zheng <simon.zheng@sun.com> * Fixes #402727 * em-folder-view.c: (em_folder_view_print), Remove setting default response id because of print-preview button in print_unix_dialog aren't set GTK_CAN_DEFAULT flag. svn path=/trunk/; revision=33258
* Committed on behalf of Raghavendran R <raghavguru7@gmail.com>Sankar P2007-02-262-0/+14
| | | | | | | | | | | | | | | | | | 2007-02-26 Sankar P <psankar@novell.com> * Committed on behalf of Raghavendran R <raghavguru7@gmail.com> * Fixes #256382 * em-folder-view.c: (emfv_mail_next_unread), (emfv_mail_previous_unread): Mail grabs the focus when keyboard-shortcut to move to next (un)read mail is used. svn path=/trunk/; revision=33250
* ** Fixes bug #356177Matthew Barnes2007-02-232-7/+6
| | | | | | | | | | | 2007-02-23 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #356177 * mail/mail-session.c: Remove an unused EMutex. svn path=/trunk/; revision=33242
* ** Fixes bug #350253Matthew Barnes2007-02-134-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-02-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #350253 * Add new evolution icons: art/16x16/evolution.png art/22x22/evolution.png art/24x24/evolution.png art/32x32/evolution.png art/scalable/evolution.svg * Remove obsolete icons: art/about-box.png art/bcg.png art/evolution.png art/monkey-16.png * art/Makefile.am: Ship our own named icons. * mail/em-format-html-print.h: Rename show_rupert field to show_icon. * mail/em-format-html-print.c (efh_format_headers): Lookup the evolution icon by name. svn path=/trunk/; revision=33211
* Add NULL check before calling strcmp(). Fixes a crash reported in bugKjartan Maraas2007-02-122-1/+7
| | | | | | | | | | 2007-02-12 Kjartan Maraas <kmaraas@gnome.org> * em-folder-browser.c: (emfb_search_search_activated): Add NULL check before calling strcmp(). Fixes a crash reported in bug #382155. svn path=/trunk/; revision=33204
* Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-124-20/+24
| | | | svn path=/trunk/; revision=33201
* Updated welcome message to 2.8 versionDuarte Loreto2007-02-112-112/+128
| | | | | | | | 2007-02-10 Duarte Loreto <happyguy_pt@hotmail.com> * default/pt/Inbox: Updated welcome message to 2.8 version svn path=/trunk/; revision=33198
* ** Fixes bug #400726Matthew Barnes2007-02-092-0/+7
| | | | | | | | | | | | | | 2007-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #400726 * mail/em-format-html-print.c: #include <e-util.e-print.h> * addressbook/printing/e-contact-print.h: Declare e_contact_print_response(). svn path=/trunk/; revision=33186
* ** Fixes bug #359979, #384183Matthew Barnes2007-02-084-6/+17
| | | | | | | | | | | | | | | 2007-02-07 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #359979, #384183 * mail/em-camel-stream.c (sync_op): * mail/em-sync-stream.c (sync_op): * mail/mail-session.c (alert_user): e_msgport_wait()'s behavior is now block-and-pop instead of block-and-peek. svn path=/trunk/; revision=33181
* Fixes bug #353921Srinivasa Ragavan2007-02-082-2/+11
| | | | svn path=/trunk/; revision=33180
* Fixes 397195.Wang Xin2007-01-242-1/+5
| | | | | | | | | 2007-01-24 Wang Xin <jedy.wang@sun.com> * em-folder-browser.c: Fixes 397195. svn path=/trunk/; revision=33144
* Creates and returns an event target (composer).Raghavendran R2007-01-233-1/+45
| | | | | | | | | | 2007-01-22 Raghavendran R <raghavguru7@gmail.com> * em-event.[c,h]: (em_event_target_new_composer): Creates and returns an event target (composer). svn path=/trunk/; revision=33135
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-234-87/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. svn path=/trunk/; revision=33134
* ** Downstream fix from OpenSUSESrinivasa Ragavan2007-01-172-0/+8
| | | | | | | | | | | 2007-01-17 Srinivasa Ragavan <sragavan@novell.com> ** Downstream fix from OpenSUSE * message-list.c: Fix for compiler warning. svn path=/trunk/; revision=33131
* ** Fixes 346728, 268412 - Scan/load folders on demandVeerapuram Varadhan2007-01-092-44/+81
| | | | svn path=/trunk/; revision=33126
* Fix the regression of bugzilla bug #352108.Simon Zheng2006-12-222-1/+6
| | | | | | | | | 2006-12-22 Simon Zheng <simon.zheng@sun.com> * mail/em-account-editor.c: (emae_setup_service): Fix the regression of bugzilla bug #352108. svn path=/trunk/; revision=33090
* Disconnect handlers on image destroy. Fixes bug #340165.Nickolay V. Shmyrev2006-12-212-1/+9
| | | | | | | | | | | | | | 2006-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * mail/em-format-html-display.c: (efhd_image_unallocate), (efhd_attachment_image): Disconnect handlers on image destroy. Fixes bug #340165. Fixes changelog issue and build issue svn path=/trunk/; revision=33086
* Disconnect handlers on image destroy. Fixes bug #340165.Nickolay V. Shmyrev2006-12-211-0/+7
| | | | | | | | | | | | 2006-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * mail/em-format-html-display.c: (efhd_image_unallocate), (efhd_attachment_image): Disconnect handlers on image destroy. Fixes bug #340165. svn path=/trunk/; revision=33084
* Do not check for mails in all folders, for Exchange. Will be more thanSankar P2006-12-182-4/+12
| | | | | | | | | | 2006-12-18 Sankar P <psankar@novell.com> * mail-send-recv.c: (get_folders): Do not check for mails in all folders, for Exchange. Will be more than useful when you have a lot of folders. svn path=/trunk/; revision=33081
* Added icons to quick search menu items.Srinivasa Ragavan2006-12-062-8/+13
| | | | svn path=/trunk/; revision=33062
* Fixes bug #382431Matthew Barnes2006-12-052-0/+8
| | | | | | | | | | | 2006-12-04 Matthew Barnes <mbarnes@redhat.com> Fixes bug #382431 * em-format.c: Fix implicit declaration of function 'mail_config_get_message_limit'. svn path=/trunk/; revision=33061
* Fixes bug #357970Matthew Barnes2006-12-043-4/+12
| | | | | | | | | | | | 2006-12-04 Matthew Barnes <mbarnes@redhat.com> Fixes bug #357970 * em-folder-browser.c: * em-folder-view.c: Don't call deprecated GLib / GDK functions. svn path=/trunk/; revision=33046
* Do not attempt to prune GW proxies on startup as this handled by theHarish Krishnaswamy2006-12-042-1/+6
| | | | | | | | | | 2006-12-03 Harish Krishnaswamy <kharish@novell.com> * mail-component.c: (mc_startup): Do not attempt to prune GW proxies on startup as this handled by the plugin now. svn path=/trunk/; revision=33036
* ** Fix for bug #349966Daniel Gryniewicz2006-11-283-142/+49
| | | | | | | | 2006-11-28 Daniel Gryniewicz <dang@gentoo.org> ** Fix for bug #349966 svn path=/trunk/; revision=33026
* Missed to commit with the previous.Srinivasa Ragavan2006-11-271-1/+3
| | | | svn path=/trunk/; revision=33025
* Fix for bug #337439 DoS attach with large emailsSrinivasa Ragavan2006-11-2712-25/+396
| | | | | | | | 2006-11-26 Srinivasa Ragavan <sragavan@novell.com> * Fix for bug #337439 DoS attach with large emails svn path=/trunk/; revision=33024
* Added file for Spanish translation.Francisco Javier F. Serrador2006-11-101-0/+2
| | | | | | | | 2006-11-09 Francisco Javier F. Serrador <serrador@openshine.com> * .cvsignore: Added file for Spanish translation. svn path=/trunk/; revision=32962
* Added "es" to SUBDIRSFrancisco Javier F. Serrador2006-11-102-2/+7
| | | | | | | | 2006-11-09 Francisco Javier F. Serrador <serrador@openshine.com> * default/Makefile.am: Added "es" to SUBDIRS svn path=/trunk/; revision=32961
* Added Spanish welcome mail. Added MakefileFrancisco Javier F. Serrador2006-11-103-0/+379
| | | | | | | | | 2006-11-09 Francisco Javier F. Serrador <serrador@openshine.com> * default/es/Inbox: Added Spanish welcome mail. * default/es/Makefile.am: Added Makefile svn path=/trunk/; revision=32960
* Disable mail delete for proxy when there are not enough rightsSankar P2006-11-094-3/+44
| | | | | | | | | | | 2006-11-09 Sankar P <psankar@novell.com> * em-folder-browser.c: (emfb_view_hide_selected): * em-folder-view.c: (emfv_popup_delete): * mail.error.xml: Disable mail delete for proxy when there are not enough rights svn path=/trunk/; revision=32958
* List the function mail_win32_get_mail_thread_queued() instead of theTor Lillqvist2006-10-163-0/+29
| | | | | | | | | | | | | | | | | | 2006-10-16 Tor Lillqvist <tml@novell.com> * win32/libevolution-mail.def: List the function mail_win32_get_mail_thread_queued() instead of the variable mail_thread_queued. (#348212) * mail-mt.h: On Win32 we don't want to use the mail_thread_queued variable outside the libevolution-mail DLL, but instead access its value through a getter function. * mail-mt.c: Make mail_thread_queued static on Win32. (mail_win32_get_mail_thread_queued): New function that returns the value of mail_thread_queued. svn path=/trunk/; revision=32898
* Fixes #360815Chenthill Palanisamy2006-10-162-1/+8
| | | | svn path=/trunk/; revision=32897
* Changes the string displayed in the status bar. Fixes #320615Sankar P2006-10-162-1/+7
| | | | | | | | | | 2005-10-16 Sankar P <psankar@novell.com> * mail-ops.c: (em_filter_folder_element_describe) Changes the string displayed in the status bar. Fixes #320615 svn path=/trunk/; revision=32894
* ** Fixes bug #308276Ushveen Kaur2006-10-162-1/+7
| | | | | | | | | | 2006-10-16 Ushveen Kaur <kushveen@novell.com> ** Fixes bug #308276 * mail.error.xml : secondary for "vfolder-notunique" corrected. svn path=/trunk/; revision=32890
* ** Fix for bug #333864 and bug #351374Srinivasa Ragavan2006-10-162-2/+29
| | | | | | ** Fix for bug #333864 and bug #351374 svn path=/trunk/; revision=32884
* Do not mark empty strings for translation. Fixes #357422.Harish Krishnaswamy2006-09-302-1/+6
| | | | | | | | | 2006-09-30 Harish Krishnaswamy <kharish@novell.com> * em-format-html-display.c: (em_format_html_get_search_dialog): Do not mark empty strings for translation. Fixes #357422. svn path=/trunk/; revision=32834
* ignore marked, empty selections when replying. Fixes bug #354650.Daniel Gryniewicz2006-09-302-1/+6
| | | | | | | | | 2006-09-29 Daniel Gryniewicz <dang@gentoo.org> * em-folder-view.c: ignore marked, empty selections when replying. Fixes bug #354650. (committed by Andre Klapper) svn path=/trunk/; revision=32833
* UUEncoded calendars will be displayed as calendars, not as plain text.Nick Sukharev2006-09-302-1/+7
| | | | | | | | | | 2006-09-29 Nick Sukharev <nick@galaktika.ru> * mail/em-format-html.c: UUEncoded calendars will be displayed as calendars, not as plain text. Fixes bug #352767. (committed by Andre Klapper) svn path=/trunk/; revision=32832
* ** Fix for bug #341932 Patch from Roozbeh PournaderSrinivasa Ragavan2006-09-292-1/+8
| | | | svn path=/trunk/; revision=32830
* Fixes a lot of search issues.Srinivasa Ragavan2006-09-292-84/+118
| | | | svn path=/trunk/; revision=32821
* ** Pushing a downstream fix in SUSE.Srinivasa Ragavan2006-09-283-6/+16
| | | | | | | | | | | | 2006-09-28 Srinivasa Ragavan <sragavan@novell.com> ** Pushing a downstream fix in SUSE. * message-list.c: (message_list_init), (message_list_destroy), (folder_changed), (regen_list_regened): Fix to indicate object destroy * message-list.h: removed the old mechanism. svn path=/trunk/; revision=32819
* Fixes #351332Matthew Barnes2006-09-193-0/+11
| | | | | | | | | | | | 2006-09-18 Matthew Barnes <mbarnes@redhat.com> Fixes #351332 * em-folder-view.c: * em-format-html-display.c: Fix implicit function declarations. svn path=/trunk/; revision=32791
* ** Fix for bug #353920Srinivasa Ragavan2006-09-152-2/+9
| | | | | | | | | | | 2006-09-14 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #353920 * em-folder-browser.c: (emfb_search_search_activated): Mark two messages for translation which have not been marked by accident. svn path=/trunk/; revision=32766
* Fix for bug #355294Srinivasa Ragavan2006-09-132-8/+7
| | | | svn path=/trunk/; revision=32762
* Dutch welcome message updated by Vincent van Adrighem and WouterWouter Bolsterlee2006-09-102-124/+117
| | | | | | | | | 2006-09-09 Wouter Bolsterlee <uws+gnome@xs4all.nl> * default/nl/Inbox: Dutch welcome message updated by Vincent van Adrighem and Wouter Bolsterlee. svn path=/trunk/; revision=32752
* Fixes a crash on exit-time issue. Resolves #334966Nickolay V. Shmyrev2006-09-042-3/+31
| | | | | | | | | | 2006-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * mail-component.c: (impl_dispose) (view_changed_timeout_remove) (view_changed_timeout): Fixes a crash on exit-time issue. Resolves #334966 svn path=/trunk/; revision=32736
* remove GNUC only macro. Fix for #353344.Li Yuan2006-08-292-1/+6
| | | | | | | | | | 2006-08-29 Li Yuan <li.yuan@sun.com> * em-folder-browser.c: (em_folder_browser_show_preview): remove GNUC only macro. Fix for #353344. svn path=/trunk/; revision=32693
* ** Fixes bug #352982 and bug #336983Srinivasa Ragavan2006-08-282-2/+21
| | | | svn path=/trunk/; revision=32691
* Fix for a crash during displaying camel address group.Srinivasa Ragavan2006-08-282-1/+6
| | | | | | | | | 2006-08-28 Srinivasa Ragavan <sragavan@novell.com> * em-format-html.c: (efh_format_address): Fix for a crash during displaying camel address group. svn path=/trunk/; revision=32690
* ** Fix for bug #353059Srinivasa Ragavan2006-08-282-2/+9
| | | | svn path=/trunk/; revision=32686
* Fixed the HTML part of the German translation update.Andre Klapper2006-08-281-18/+10
| | | | | | | 2006-08-24 Andre Klapper <a9016009@gmx.de> Fixed the HTML part of the German translation update. svn path=/trunk/; revision=32683
* ** Fix for bug #352980Srinivasa Ragavan2006-08-272-3/+12
| | | | svn path=/trunk/; revision=32677
* ** Fix for bug #336983Srinivasa Ragavan2006-08-262-1/+21
| | | | svn path=/trunk/; revision=32674
* ** Fix for bug #352695Srinivasa Ragavan2006-08-262-1/+8
| | | | svn path=/trunk/; revision=32673
* Updated German translation.Hendrik Richter2006-08-251-29/+21
| | | | svn path=/trunk/; revision=32672
* Updated Finnish translation for default mailboxIlkka Tuohela2006-08-251-46/+31
| | | | svn path=/trunk/; revision=32668
* ** Fix for bug #347248Srinivasa Ragavan2006-08-232-0/+5
| | | | svn path=/trunk/; revision=32647
* ** Fixes bug #347238Srinivasa Ragavan2006-08-236-7/+23
| | | | svn path=/trunk/; revision=32636
* ** Fix for bug #350337Srinivasa Ragavan2006-08-232-2/+9
| | | | svn path=/trunk/; revision=32633
* Update the Welcome mail.Andre Klapper2006-08-222-95/+87
| | | | | | | | 2006-08-22 Andre Klapper <a9016009@gmx.de> * default/C/Inbox: Update the Welcome mail. svn path=/trunk/; revision=32629
* ** Fixes for bug #352108simon.zheng2006-08-222-9/+50
| | | | | | | | | | | | | 2006-08-22 simon.zheng <simon.zheng@sun.com> ** Fixes for bug #352108 * em-account-editor.c: (emae_service_url_path_changed), (emae_path_changed), (emae_setup_service): Replace widget GnomeFileEntry by GtkFileButton. svn path=/trunk/; revision=32624
* Silence Camel exception warning at startup - fixes bug 352248.Matthew Barnes2006-08-222-1/+10
| | | | | | | | | 2006-08-21 Matthew Barnes <mbarnes@redhat.com> * mail-send-recv.c: Silence Camel exception warning at startup - fixes bug 352248. svn path=/trunk/; revision=32617
* Fixes a lot of search issuesSrinivasa Ragavan2006-08-215-56/+149
| | | | svn path=/trunk/; revision=32607
* Fix for bug #350884 (GMail like thread sorting)Srinivasa Ragavan2006-08-192-10/+32
| | | | svn path=/trunk/; revision=32587
* Quiet CVS some moreKjartan Maraas2006-08-172-0/+6
| | | | svn path=/trunk/; revision=32571
* Plug a leak.Kjartan Maraas2006-08-172-0/+7
| | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * message-list.c: (create_composite_cell): Plug a leak. svn path=/trunk/; revision=32558
* Plug a leak.Kjartan Maraas2006-08-172-0/+5
| | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * em-format-html.c: (efh_url_requested): Plug a leak. svn path=/trunk/; revision=32556
* Commited a fix for vertical view.Srinivasa Ragavan2006-08-094-5/+18
| | | | svn path=/trunk/; revision=32508
* Fix for bug #348565Srinivasa Ragavan2006-08-092-5/+16
| | | | svn path=/trunk/; revision=32507
* Fix for bug #350411 & 350476Srinivasa Ragavan2006-08-092-2/+12
| | | | svn path=/trunk/; revision=32506
* Add header glib/gi18n.h to provide the missing symbol required by theHarish Krishnaswamy2006-08-082-0/+7
| | | | | | | | | | 2006-08-08 Harish Krishnaswamy <kharish@novell.com> * em-folder-tree.c: Add header glib/gi18n.h to provide the missing symbol required by the previous commit. This was an ugly crasher on the release tarball candidate. svn path=/trunk/; revision=32494
* Marking vFolder names in the folder tree localizable.Karsten Bräckelmann2006-08-082-1/+21
| | | | svn path=/trunk/; revision=32492
* Committed Johnny's string changes for searchSrinivasa Ragavan2006-08-053-3/+16
| | | | svn path=/trunk/; revision=32474
* Fixes bug #335241Srinivasa Ragavan2006-08-022-2/+25
| | | | svn path=/trunk/; revision=32460
* Fix for bug #348164Srinivasa Ragavan2006-08-023-6/+17
| | | | svn path=/trunk/; revision=32458
* committed on behalf of Srinivasa Ragavan <sragavan@novell.com> We dontSankar P2006-07-282-1/+8
| | | | | | | | | | | 2006-07-28 Sankar P <psankar@novell.com> * committed on behalf of Srinivasa Ragavan <sragavan@novell.com> * em-icon-stream.c: (emis_fit): We dont scale on height if the maxheight is zero Fixes 335431 svn path=/trunk/; revision=32431
* ** Fixes bgo bug #333821 and bnc bug 181851Veerapuram Varadhan2006-07-262-1/+17
| | | | | | | * mail-folder-cache.c: (ping_store_ping): Ping store only iff store is online and connected. svn path=/trunk/; revision=32419
* ** Fix for bug #274276Arvind2006-07-262-1/+8
| | | | | | | | | | | 2006-07-26 Arvind <sa.phoenix@gmail.com> ** Fix for bug #274276 * em-folder-selection-button.c: (set_contents): Localizes the folder names in the filter and while importing mail svn path=/trunk/; revision=32416
* correcting a grammar bug. Fixes bug #348674.Andre Klapper2006-07-262-1/+5
| | | | | | | | 2006-07-26 Andre Klapper <a9016009@gmx.de> * em-folder-browser.c: correcting a grammar bug. Fixes bug #348674. svn path=/trunk/; revision=32415
* ** Fixes Bug #341840Ushveen Kaur2006-07-242-4/+9
| | | | | | | | | | 2006-07-24 Ushveen Kaur <kushveen@novell.com> ** Fixes Bug #341840 * mail-error.xml: button label changed for dialog ask-mark-read. svn path=/trunk/; revision=32405
* activate the mnemonic for text box, add an extra paramenter to theSushma Rai2006-07-242-2/+10
| | | | | | | function call. Fixes #332282. Patch submitted by "Vandana Shenoy .B <shvandana@novell.com>" svn path=/trunk/; revision=32404
* Removed "Subscribe" and "Unsubscribe" buttons. Fixes #331509.Sushma Rai2006-07-243-215/+13
| | | | svn path=/trunk/; revision=32398
* Add missing headers. Fixes #344744.Yuri Pankov2006-07-222-0/+8
| | | | | | | | 2006-07-22 Yuri Pankov <yuri.pankov@gmail.com> * message-list.c: Add missing headers. Fixes #344744. svn path=/trunk/; revision=32382
* Add missing headers. Add function prototypes.Fixes #347689.Yuri Pankov2006-07-223-0/+11
| | | | | | | | | 2006-07-22 Yuri Pankov <yuri.pankov@gmail.com> * em-format-html-display.c: Add missing headers. * mail-vfolder.h: Add function prototypes.Fixes #347689. svn path=/trunk/; revision=32381
* Fixes bug #346316Srinivasa Ragavan2006-07-212-7/+15
| | | | svn path=/trunk/; revision=32367
* Modified the mnemonics for avoiding the conflict with search.Srinivasa Ragavan2006-07-202-1/+6
| | | | svn path=/trunk/; revision=32362
* Fix for bug #347993Srinivasa Ragavan2006-07-202-2/+9
| | | | svn path=/trunk/; revision=32356
* Fix for bug #330355Srinivasa Ragavan2006-07-192-2/+15
| | | | svn path=/trunk/; revision=32350
* Fix for bug #338442Srinivasa Ragavan2006-07-192-2/+8
| | | | svn path=/trunk/; revision=32349
* remove "*" from translation. Fixes bug #331147.Andre Klapper2006-07-192-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | 2006-07-18 Andre Klapper <a9016009@gmx.de> * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/fullname.glade: * addressbook/gui/contact-editor/fulladdr.glade: * addressbook/gui/contact-editor/im.glade: * addressbook/gui/contact-list-editor/contact-list-editor.glade: * calendar/gui/dialogs/calendar-setup.glade: * calendar/gui/dialogs/new-calendar.glade: * calendar/gui/dialogs/new-task-list.glade: * calendar/gui/dialogs/url-editor-dialog.glade: * mail/message-tags.glade: * plugins/exchange-operations/exchange-change-password.glade: * plugins/groupwise-features/properties.glade: * widgets/e-timezone-dialog/e-timezone-dialog.glade: * widgets/menus/gal-view-instance-save-as-dialog.glade: * widgets/menus/gal-view-new-dialog.glade: * widgets/misc/e-attachment.glade: * widgets/misc/gal-categories.glade: remove "*" from translation. Fixes bug #331147. svn path=/trunk/; revision=32340
* Fix for bug #336963Srinivasa Ragavan2006-07-142-1/+7
| | | | svn path=/trunk/; revision=32311
* Fixes bug #335241Srinivasa Ragavan2006-07-142-3/+18
| | | | svn path=/trunk/; revision=32310
* Fix for bug #335747Srinivasa Ragavan2006-07-143-2/+24
| | | | svn path=/trunk/; revision=32307
* remove empty strings from translationAndre Klapper2006-07-132-3/+7
| | | | | | | | | | | 2006-07-13 Andre Klapper <a9016009@gmx.de> * mail/mail-config.glade: * plugins/exchange-operations/exchange-permissions-dialog.glade: * widgets/menus/gal-view-instance-save-as-dialog.glade: remove empty strings from translation svn path=/trunk/; revision=32300
* Change mnemonic for Mark as Unimportant, fixes bug #347246.Karsten Bräckelmann2006-07-122-1/+6
| | | | svn path=/trunk/; revision=32292
* Fixes #246235. Deleted the option menu and replaced with radio buttons.Johnny Jacob2006-07-124-48/+114
| | | | | | | | | | | 2006-07-11 Johnny Jacob <johnnyjacob@gmail.com> Fixes #246235. * em-vfolder-rule.c (get_widget): Deleted the option menu and replaced with radio buttons. * mail-dialogs.glade: Removed option menu and added radio buttons svn path=/trunk/; revision=32290
* ** Fixes Bug # 324241Johnny Jacob2006-07-122-2/+10
| | | | | | | | | | | | 2006-07-11 Johnny Jacob <johnnyjacob@gmail.com> ** Fixes Bug # 324241 * mail/em-composer-prefs.c (em_composer_prefs_construct): Changed signal handled for sig_edit and sig_delete from "pressed" to "clicked". svn path=/trunk/; revision=32288
* ** Patch by Not Zed <NotZed@Ximian.com> ** See bug #262003Johnny Jacob2006-07-122-8/+46
| | | | | | | | | | | | | 2006-07-11 Johnny Jacob <jjohnny@novell.com> ** Patch by Not Zed <NotZed@Ximian.com> ** See bug #262003 * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): put the potentially long descriptions into a textbuffer so it's scrollable. svn path=/trunk/; revision=32287
* Fixing memory leaks.Hiroyuki Ikezoe2006-07-104-0/+5
| | | | | | | | 2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net> Fixing memory leaks. svn path=/trunk/; revision=32269
* Fixes bug #336963. set the scroll bar in the message display to automaticUshveen Kaur2006-07-082-1/+7
| | | | | | | | | | 2006-07-07 Ushveen Kaur <kushveen@novell.com> Fixes bug #336963. * em-message-browser.c: set the scroll bar in the message display to automatic svn path=/trunk/; revision=32255
* Changing one mnemonic to avoid a mnemonic conflict with an upcoming patchAndre Klapper2006-07-072-1/+6
| | | | | | | | | 2006-07-07 Andre Klapper <a9016009@gmx.de> * em-format-html-display.c: Changing one mnemonic to avoid a mnemonic conflict with an upcoming patch by Jony. svn path=/trunk/; revision=32254
* Added mnemonic to string. Fixes bug #346645.Andre Klapper2006-07-052-1/+6
| | | | | | | | | 2006-07-05 Andre Klapper <a9016009@gmx.de> * em-format-html-display.c: Added mnemonic to string. Fixes bug #346645. svn path=/trunk/; revision=32234
* Enhanced search functionality. patch submitted by Johnny Jacob ReviewedHarish Krishnaswamy2006-06-3010-152/+935
| | | | | | | | | 2006-06-30 Harish Krishnaswamy <kharish@novell.com> Enhanced search functionality. patch submitted by Johnny Jacob Reviewed and committed by Harish. svn path=/trunk/; revision=32207
* Changed type name "boolean" to "bool". Fixes bug #345677.Matthew Barnes2006-06-272-1/+6
| | | | | | | | | 2006-06-27 Matthew Barnes <mbarnes@redhat.com> * evolution-mail.schemas.in.in: Changed type name "boolean" to "bool". Fixes bug #345677. svn path=/trunk/; revision=32199
* Fix for bug#260354 comment 35: set the window title to reflect theArvind_evo2006-06-272-1/+7
| | | | | | | | | | 2006-06-27 Arvind_evo <sa.phoenix@gmail.com> Fix for bug#260354 comment 35: * mail-component.c: set the window title to reflect the localized folder names svn path=/trunk/; revision=32198
* Fix for bug #344338Srinivasa Ragavan2006-06-212-0/+8
| | | | svn path=/trunk/; revision=32183
* Fix for bug #344580Srinivasa Ragavan2006-06-192-0/+24
| | | | svn path=/trunk/; revision=32172
* g_get_real_name() returns UTF-8 on Win32.Tor Lillqvist2006-06-142-0/+9
| | | | | | | | | 2006-06-14 Tor Lillqvist <tml@novell.com> * em-account-editor.c (emae_check_complete): g_get_real_name() returns UTF-8 on Win32. svn path=/trunk/; revision=32131
* changing string "Ximian Evolution" to "Evolution". Fixes bug #344298.Andre Klapper2006-06-142-2/+7
| | | | | | | | | 2006-06-13 Andre Klapper <a9016009@gmx.de> * mail.error.xml: changing string "Ximian Evolution" to "Evolution". Fixes bug #344298. svn path=/trunk/; revision=32130
* Fix build on Win32, where EVOLUTION_ICONSDIR is a function call.Tor Lillqvist2006-06-132-6/+11
| | | | | | | | | 2006-06-13 Tor Lillqvist <tml@novell.com> * em-format-html.c (efh_format_address): Fix build on Win32, where EVOLUTION_ICONSDIR is a function call. svn path=/trunk/; revision=32124
* Added a fix to sorting in vertical view.Srinivasa Ragavan2006-06-122-2/+7
| | | | svn path=/trunk/; revision=32104
* Fix memory leak. Fixes bug #335423.Chris Heath2006-06-092-0/+6
| | | | | | | | | | | | | 2006-06-09 Chris Heath <chris@heathens.co.nz> * addressbook/gui/widgets/eab-popup-control.c (eab_popup_control_set_free_form): * addressbook/gui/contact-editor/e-contact-quick-add.c (quick_add_merge_contact): * e-util/e-plugin.c (ep_construct): * mail/message-list.c (message_list_finalise): * plugins/itip-view.c (itip_view_destroy): Fix memory leak. Fixes bug #335423. svn path=/trunk/; revision=32101
* Fix for a plus/minor header.Srinivasa Ragavan2006-06-072-1/+6
| | | | svn path=/trunk/; revision=32085
* typo correction. Fixes #331694.Harish Krishnaswamy2006-06-062-1/+6
| | | | | | | | | 2006-06-06 Harish Krishnaswamy <kharish@novell.com> * evolution-mail.schemas.in.in: typo correction. Fixes #331694. svn path=/trunk/; revision=32081
* Can't make camel calls from the main thread or we run the risk ofJeffrey Stedfast2006-06-032-69/+83
| | | | | | | | | 2006-06-02 Jeffrey Stedfast <fejj@novell.com> * em-folder-view.c (emfv_setup_view_instance): Can't make camel calls from the main thread or we run the risk of deadlocking. svn path=/trunk/; revision=32072
* Added support for Vertical View in Evolution Mailer with custom message list.Srinivasa Ragavan2006-06-039-23/+345
| | | | svn path=/trunk/; revision=32071
* Fix for #341381. We should lock e-tree-memory when we change it.Li Yuan2006-05-302-0/+9
| | | | | | | | | | 2006-05-30 Li Yuan <li.yuan@sun.com> Fix for #341381. * message-list.c: (message_list_set_folder): We should lock e-tree-memory when we change it. svn path=/trunk/; revision=32054
* Fix for bug #332936Srinivasa Ragavan2006-05-302-1/+7
| | | | svn path=/trunk/; revision=32053
* Added code to save/attach files/mails/events to/from remote sharesSrinivasa Ragavan2006-05-253-15/+39
| | | | svn path=/trunk/; revision=32023
* Committed fix for bug #342092Srinivasa Ragavan2006-05-252-2/+9
| | | | svn path=/trunk/; revision=32021
* Added support for collapsible headers for To/Cc/BccSrinivasa Ragavan2006-05-2511-14/+306
| | | | svn path=/trunk/; revision=32020
* Committed fix for bug #342676.Srinivasa Ragavan2006-05-243-9/+17
| | | | svn path=/trunk/; revision=32017
* Ref the store before removing the store from our hash and cache. ShouldJeffrey Stedfast2006-05-172-2/+8
| | | | | | | | | | 2006-05-04 Jeffrey Stedfast <fejj@novell.com> * mail-component.c (mail_component_remove_store): Ref the store before removing the store from our hash and cache. Should fix Novell bug #166987. svn path=/trunk/; revision=31994
* fixed ChangeLogJeffrey Stedfast2006-05-051-39/+41
| | | | svn path=/trunk/; revision=31956
* ** Fixes bug #323853Shi Pu2006-04-305-80/+49
| | | | | | | | | | | | | | | 2006-04-30 Shi Pu <shi.pu@sun.com> ** Fixes bug #323853 * em-composer-prefs.c: (sig_edit_cb), (sig_add_script_response): * em-mailer-prefs.c: (notify_sound_changed), (em_mailer_prefs_construct): * em-mailer-prefs.h: * mail-config.glade: Replace GnomeFileEntry by GtkFileChooserButton. svn path=/trunk/; revision=31933
* Use gnome-fs-trash-empty rather than stock_delete for the Trash folderRodney Dawes2006-04-283-4/+14
| | | | | | | | | | | | | | | 2006-04-27 Rodney Dawes <dobey@novell.com> * em-folder-tree.c (render_pixbuf): Use gnome-fs-trash-empty rather than stock_delete for the Trash folder icon * em-folder-view.c (emfv_popup_items[]): Don't set an icon for Undelete (emfv_message_pixmaps[]): Don't set an icon for Undelete and set the icon for deleting a message to gnome-fs-trash-empty, not stock_delete Fixes #339626 svn path=/trunk/; revision=31920
* Committing a patch from Victor for adding a Sender header to message list.Srinivasa Ragavan2006-04-264-3/+34
| | | | svn path=/trunk/; revision=31905
* Comparing the FolderInfo flags right, to make Mailbox to show From header in ↵Srinivasa Ragavan2006-04-262-1/+7
| | | | | | message list for groupwise servers. svn path=/trunk/; revision=31904
* Committing fix for 323402 from Vincent NoelSrinivasa Ragavan2006-04-264-1/+33
| | | | svn path=/trunk/; revision=31896
* Added support for asking passphrase.Srinivasa Ragavan2006-04-242-5/+19
| | | | svn path=/trunk/; revision=31876
* Added code to create image attachment's icon in non-gui thread.Srinivasa Ragavan2006-04-222-1/+12
| | | | svn path=/trunk/; revision=31859
* Fix the cryptic hexa-status-bar-message. The problem still lies somewhere.Sankar P2006-04-212-2/+9
| | | | | | | | | | | 2006-04-21 Sankar P <psankar@novell.com> * mail-mt.c: (do_op_status): Fix the cryptic hexa-status-bar-message. The problem still lies somewhere. But dont show something weird to the user. svn path=/trunk/; revision=31849
* Fix for bug #339052Jeffrey Stedfast2006-04-213-37/+80
| | | | | | | | | | | | | | | 2006-04-20 Jeffrey Stedfast <fejj@novell.com> Fix for bug #339052 * em-inline-filter.c (emif_add_part): Preserve all Content-Type params so that they may be restored later. * em-format.c (emf_inlinepgp_signed): Restore the original part's Content-Type params otherwise we lose valuable information such as charset or format=flowed or various other things. svn path=/trunk/; revision=31842
* Removed error id "camel-exception" as it was a bogus error.Jeffrey Stedfast2006-04-193-335/+338
| | | | | | | | | | | | | | | 2006-04-18 Jeffrey Stedfast <fejj@novell.com> * mail.error.xml: Removed error id "camel-exception" as it was a bogus error. 2006-04-14 Jeffrey Stedfast <fejj@novell.com> * em-composer-utils.c (em_utils_handle_receipt): Fixed up the if conditional so that 'account' wasn't ever dereferenced when NULL. Fixes bug #324327. svn path=/trunk/; revision=31829
* fixed ChangeLog formattingJeffrey Stedfast2006-04-151-277/+307
| | | | svn path=/trunk/; revision=31814
* ** Fixes 333243 For null uri, don't need remove it.Jeff Cai2006-04-102-1/+8
| | | | | | | | | | 2006-04-10 Jeff Cai <jeff.cai@sun.com> ** Fixes 333243 * em-folder-tree-model.c: (em_folder_tree_model_remove_folders): For null uri, don't need remove it. svn path=/trunk/; revision=31795
* Fixes bug #333987 If CamelMessageInfo is null, don't free it.Jeff Cai2006-04-052-1/+8
| | | | | | | | | | 2006-04-05 Jeff Cai <jeff.cai@sun.com> Fixes bug #333987 * message-list.c: (mail_folder_hide_by_flag): If CamelMessageInfo is null, don't free it. svn path=/trunk/; revision=31768
* use the flags CAMEL_STORE_FOLDER_INFO_SUBSCRIBED instead ofParthasarathi Susarla2006-03-292-1/+7
| | | | | | | | | | 2006-03-29 Parthasarathi Susarla <sparthasarathi@novell.com> * em-folder-view.c:(smfv_setup_view_instance): use the flags CAMEL_STORE_FOLDER_INFO_SUBSCRIBED instead of CAMEL_STORE_FOLDER_INFO_FAST when getting folder info svn path=/trunk/; revision=31754
* **Fixes #329585 *mail-config.glade: Changed Remove button to Delete buttonRajeev ramanathan2006-03-263-2/+9
| | | | | | | | | | | 2006-03-25 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> **Fixes #329585 *mail-config.glade: Changed Remove button to Delete button *mail.error.xml: Changed current Layout DELETE [Do not delete] to [Do not delete] DELETE svn path=/trunk/; revision=31744
* Fixed premature memory free. Fixes bug #335203.Patrick Ohly2006-03-222-1/+7
| | | | | | | | | 2006-03-22 Patrick Ohly <patrick.ohly@intel.com> * em-utils.c (em_utils_selection_set_urilist): Fixed premature memory free. Fixes bug #335203. svn path=/trunk/; revision=31740
* Fixed bug #326571 Add em_filename_make_safe(), and use it to allowSimon Zheng2006-03-212-2/+44
| | | | | | | | | | | | 2006-03-21 Simon Zheng <simon.zheng@sun.com> Fixed bug #326571 * em-utils.c (em_filename_make_safe), (emu_get_save_filesel), (emu_save_parts_response): Add em_filename_make_safe(), and use it to allow filenames contain more valid characters when saving attachments. svn path=/trunk/; revision=31726
* Added code to set the mail view column for sent folder.Srinivasa Ragavan2006-03-202-2/+12
| | | | svn path=/trunk/; revision=31724
* Added French welcome message.Benoît Dejean2006-03-133-1/+373
| | | | | | | | | * configure.in: * mail/default/Makefile.am: * mail/default/fr/Inbox: * mail/default/fr/Makefile.am: Added French welcome message. svn path=/trunk/; revision=31703
* Updated German translation of default inbox.Frank Arnold2006-03-122-49/+92
| | | | | | | | 2006-03-12 Frank Arnold <farnold@cvs.gnome.org> * default/de/Inbox: Updated German translation of default inbox. svn path=/trunk/; revision=31698
* Fixes bug #332140 Transfer filenames from utf-8 to glib encoding beforeSimon Zheng2006-03-062-4/+13
| | | | | | | | | | | 2006-03-06 Simon Zheng <simon.zheng@sun.com> Fixes bug #332140 * em-utils.c: (em_utils_temp_save_part): Transfer filenames from utf-8 to glib encoding before really saving files. svn path=/trunk/; revision=31662
* Updated Finnish translationIlkka Tuohela2006-03-041-10/+10
| | | | svn path=/trunk/; revision=31642
* Updated Finnish inboxIlkka Tuohela2006-03-041-1/+1
| | | | svn path=/trunk/; revision=31640
* configure.in, added support for macedonian (mk) welcome messageAndre Klapper2006-03-042-1/+7
| | | | | | | | | 2006-03-03 Andre Klapper <a9016009@gmx.de> * configure.in, * mail/default/Makefile.am: added support for macedonian (mk) welcome message svn path=/trunk/; revision=31635
* Tino Meinen updated the Dutch welcome message.Vincent van Adrighem2006-03-042-69/+99
| | | | | | | | | 2006-03-03 Vincent van Adrighem <adrighem@gnome.org> * default/nl/Inbox: Tino Meinen updated the Dutch welcome message. svn path=/trunk/; revision=31633
* Added Lithuanian to SUBDIRS. Added Lithuanian translation for defaultŽygimantas Beručka2006-03-034-10/+390
| | | | | | | | | 2006-03-03 Žygimantas Beručka <zygis@gnome.org> * default/Makefile.am: Added Lithuanian to SUBDIRS. * default/lt/*: Added Lithuanian translation for default mailbox. svn path=/trunk/; revision=31628
* Updated Finnish default Inbox:Ilkka Tuohela2006-03-032-59/+78
| | | | | | | yesterday I used old default template for Finnish Inbox, now it matches text in 2.6 version svn path=/trunk/; revision=31625
* Added localized default mailbox for FinnishIlkka Tuohela2006-03-025-1/+377
| | | | svn path=/trunk/; revision=31622
* Added Macedonian TranslationArangel Angov2006-03-021-0/+2
| | | | svn path=/trunk/; revision=31621
* Added Macedonian translationArangel Angov2006-03-021-0/+7
| | | | svn path=/trunk/; revision=31620
* Added Macedonian Translation <ArangelA@cvs.gnome.org>Arangel Angov2006-03-021-0/+369
| | | | svn path=/trunk/; revision=31619
* committed fix for moving composer window up the stack.Srinivasa Ragavan2006-03-012-0/+9
| | | | svn path=/trunk/; revision=31616
* Update the Welcome mail.Andre Klapper2006-03-012-45/+60
| | | | | | | 2006-03-01 Andre Klapper <a9016009@gmx.de> * default/C/Inbox: Update the Welcome mail. svn path=/trunk/; revision=31614
* Make the verify/decrypt gpg diagnostic text selectable in the securityJeffrey Stedfast2006-02-282-0/+9
| | | | | | | | | | | 2006-02-27 Jeffrey Stedfast <fejj@novell.com> * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): Make the verify/decrypt gpg diagnostic text selectable in the security dialog that comes up when you click the button in a message. Fixes bug #268414. svn path=/trunk/; revision=31596
* Added code to handle the case if the account is marked as default. FixesSankar P2006-02-242-2/+18
| | | | | | | | | | | 2006-02-24 Sankar P <psankar@novell.com> * em-account-editor.c: (emae_check_complete) (emae_identity_page): Added code to handle the case if the account is marked as default. Fixes #332034 svn path=/trunk/; revision=31573
* ** Fixes bug #329733Veerapuram Varadhan2006-02-232-3/+38
| | | | | | | | * em-folder-properties.c (emfp_dialog_got_folder): Fetch both VISIBLE and DELETED count from the folder and adjust it according before showing it in the properties dialog w.r.t user preferences. svn path=/trunk/; revision=31568
* Use the same Win32 macro for gmtime_r() that guards against gmtime()Tor Lillqvist2006-02-222-4/+30
| | | | | | | | | | | | | 2006-02-21 Tor Lillqvist <tml@novell.com> * em-composer-utils.c: Use the same Win32 macro for gmtime_r() that guards against gmtime() returning NULL as elsewhere. gmtime() is thread-safe on Win32. (attribution_format): Check if camel returns CAMEL_MESSAGE_DATE_CURRENT for Date:, try the date from Received: then. If that doesn't work either, use current date. svn path=/trunk/; revision=31560
* Fix for bug 322160.Srinivasa Ragavan2006-02-214-12/+27
| | | | svn path=/trunk/; revision=31548
* ** Fixes bug 33139Parthasarathi Susarla2006-02-202-3/+14
| | | | | | | | | | | | | 2006-02-20 Parthasarathi Susarla <sparthasarathi@novell.com> ** Fixes bug 33139 * mail-vfolder.c: (mail_vfolder_shutdown): assign 'vfolder_hash' to NULL after destroying. Committed Patch on behalf of Joe Marcus Clarke (marcus@freebsd.org) svn path=/trunk/; revision=31544
* Fix for bug #331215Srinivasa Ragavan2006-02-162-2/+8
| | | | svn path=/trunk/; revision=31534
* need to show the stauts messageParthasarathi Susarla2006-02-152-2/+7
| | | | | | | | | 2006-02-15 Parthasarathi Susarla <sparthasarathi@novell.com> * mail-mt.c: (do_op_status): need to show the stauts message svn path=/trunk/; revision=31530
* See bug ** 325967Shi Pu2006-02-152-0/+31
| | | | | | | | | | | | | 2006-02-15 Shi Pu <shi.pu@sun.com> See bug ** 325967 * em-account-editor.c: (emae_service_url_changed): When username entry value of "Sending Email" page/tab is not empty, check combo box of authmech, to pick up the authmech information. svn path=/trunk/; revision=31529
* 2006-02-13 Karsten Bräckelmann <guenther@rudersport.de>,Andre Klapper2006-02-132-3/+17
| | | | | | | | | | Andre Klapper <a9016009@gmx.de> * addressbook/ldap-config.glade: * mail/em-account-editor.c: Fix the Security options to finally be descriptive, rather than obscuring. Fixes the UI part of bug #321797. svn path=/trunk/; revision=31507
* ** Fixes bug #221270. Removed white space before : when displaying accountRohini S2006-02-132-6/+14
| | | | | | | | | | | 2006-02-13 Rohini S <srohini@novell.com> ** Fixes bug #221270. * mail-send-recv.c: (build_dialog): Removed white space before : when displaying account information in Send/Receive dialog. (committed by andre, heading a string freeze ;-) svn path=/trunk/; revision=31506
* uncommenting a string. Fixes bug 271734.Andre Klapper2006-02-132-1/+6
| | | | | | | 2006-02-13 Andre Klapper <a9016009@gmx.de> * mail-mt.c: uncommenting a string. Fixes bug 271734. svn path=/trunk/; revision=31505
* Creating the widget with "use_underline" property. Fixes #330504.Sushma Rai2006-02-132-2/+9
| | | | svn path=/trunk/; revision=31502
* changed string and added translator comments. Fixes bug 256907.Andre Klapper2006-02-122-1/+6
| | | | | | | | 2006-02-11 Andre Klapper <a9016009@gmx.de> * mail-config.glade: changed string and added translator comments. Fixes bug 256907. svn path=/trunk/; revision=31487
* a11y changes for bug #330723Karsten Bräckelmann2006-02-114-4/+11
| | | | svn path=/trunk/; revision=31477
* change Filters dialog window title to be HIG compliantKarsten Bräckelmann2006-02-112-1/+6
| | | | svn path=/trunk/; revision=31476
* Freeing font value string. See #309316.Sushma Rai2006-02-092-0/+6
| | | | svn path=/trunk/; revision=31460
* fix typo, correct phrasingKarsten Bräckelmann2006-02-092-2/+6
| | | | svn path=/trunk/; revision=31454
* Quiet cvs some moreKjartan Maraas2006-02-081-3/+5
| | | | svn path=/trunk/; revision=31450
* Quiet cvs a bitKjartan Maraas2006-02-081-0/+3
| | | | svn path=/trunk/; revision=31449
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-0825-107/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-09 Kjartan Maraas <kmaraas@gnome.org> * em-account-editor.h: s/int/guint/g for 1-bit bitfield. * em-composer-utils.c: (em_utils_redirect_message): Remove cruft * em-folder-tree.c: (emft_drop_target): use guint for 1-bit bitfield and rename a variable with a name clash. * em-folder-utils.c: (em_folder_utils_rename_folder): Rename var to avoid name clashes. * em-folder-view.c: guint for 1-bit bitfields. * em-folder-view.h: Same as above. * em-format-html-print.h: Again. * em-format-html.c: (efh_text_html), (efh_multipart_related): Add comments * em-format.c: (emf_multipart_alternative): Add comment about using var that is passed in rather than a local variable. * em-inline-filter.c: (emif_scan): Remove unused var. Mark code static. * em-mailer-prefs.h: guint for 1-bit bitfields. * em-migrate.c: (em_migrate_folder): mark a struct static. remove unused var * em-subscribe-editor.c: guint for 1-bit bitfield * em-utils.c: remove unused function * em-vfolder-rule.c: mark array static * importers/mail-importer.c: (decode_status): Remove unused code. Use guint for 1-bit bitfield. * mail-autofilter.c: (rule_from_message): rename a variable * mail-component.c: guint for 1-bit bitfield * mail-folder-cache.c: (update_1folder): remove unused code * mail-mt.c: mark some structs static * message-list.c: (message_list_select_uid), (ml_value_to_string), (ml_tree_value_at), (find_next_undeleted), (build_tree), (build_flat): Remove unused code and fix some format specifiers. svn path=/trunk/; revision=31448
* **Fixes #329586Rajeev ramanathan2006-02-083-5/+25
| | | | | | | | | | | | | | | 2006-02-08 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> **Fixes #329586 * em-account-prefs.c: * em-account-prefs.h: Changed the ODD behavior of Default button by checking whether an account is default or not and disabling the button when default account is in focus. Committing to head on behalf of rajeev svn path=/trunk/; revision=31443
* Reordering construction of dialog to prevent critical warnings (#328325).Claudio Saavedra2006-02-082-4/+10
| | | | | | | | | 2006-02-08 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * em-account-prefs.c: (em_account_prefs_construct): Reordering construction of dialog to prevent critical warnings (#328325). svn path=/trunk/; revision=31442
* fixing one typo.Andre Klapper2006-02-072-1/+4
| | | | | | | 2006-02-07 Andre Klapper <a9016009@gmx.de> * mail.error.xml: fixing one typo. svn path=/trunk/; revision=31430
* Committed Rajeev's patch and my patch for mnemonics.Srinivasa Ragavan2006-02-067-17/+45
| | | | svn path=/trunk/; revision=31425
* ** Fixes #326147 Modify e_source to reflect to the reverted changes.Veerapuram Varadhan2006-02-062-1/+9
| | | | | | | | ** Fixes #326147 * em-account-editor.c: (em_account-editor.c): Modify e_source to reflect to the reverted changes. svn path=/trunk/; revision=31420
* fix a bunch of Address Book stringsKarsten Bräckelmann2006-02-062-1/+7
| | | | svn path=/trunk/; revision=31413
* check if account is null before accessing itParthasarathi Susarla2006-02-022-1/+6
| | | | | | | | | 2006-02-02 Parthasarathi Susarla <sparthasarathi@novell.com> * em-composer-utils.c: (em_utils_handle_receipt): check if account is null before accessing it svn path=/trunk/; revision=31399