| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=33434
|
|
|
|
| |
svn path=/trunk/; revision=33432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=33418
|
|
|
|
| |
svn path=/trunk/; revision=33408
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=33377
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=33367
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=33332
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2007-03-12 Harish Krishnaswamy <kharish@novell.com>
*default/C : Update Welcome mail.
svn path=/trunk/; revision=33306
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-23 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #356177
* mail/mail-session.c: Remove an unused EMutex.
svn path=/trunk/; revision=33242
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=33201
|
|
|
|
|
|
|
|
| |
2007-02-10 Duarte Loreto <happyguy_pt@hotmail.com>
* default/pt/Inbox: Updated welcome message to 2.8 version
svn path=/trunk/; revision=33198
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=33180
|
|
|
|
|
|
|
|
|
| |
2007-01-24 Wang Xin <jedy.wang@sun.com>
* em-folder-browser.c: Fixes 397195.
svn path=/trunk/; revision=33144
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-17 Srinivasa Ragavan <sragavan@novell.com>
** Downstream fix from OpenSUSE
* message-list.c: Fix for compiler warning.
svn path=/trunk/; revision=33131
|
|
|
|
| |
svn path=/trunk/; revision=33126
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=33062
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2006-11-28 Daniel Gryniewicz <dang@gentoo.org>
** Fix for bug #349966
svn path=/trunk/; revision=33026
|
|
|
|
| |
svn path=/trunk/; revision=33025
|
|
|
|
|
|
|
|
| |
2006-11-26 Srinivasa Ragavan <sragavan@novell.com>
* Fix for bug #337439 DoS attach with large emails
svn path=/trunk/; revision=33024
|
|
|
|
|
|
|
|
| |
2006-11-09 Francisco Javier F. Serrador <serrador@openshine.com>
* .cvsignore: Added file for Spanish translation.
svn path=/trunk/; revision=32962
|
|
|
|
|
|
|
|
| |
2006-11-09 Francisco Javier F. Serrador <serrador@openshine.com>
* default/Makefile.am: Added "es" to SUBDIRS
svn path=/trunk/; revision=32961
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32897
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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 #351374
svn path=/trunk/; revision=32884
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32830
|
|
|
|
| |
svn path=/trunk/; revision=32821
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32762
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32691
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32686
|
|
|
|
|
|
|
| |
2006-08-24 Andre Klapper <a9016009@gmx.de>
Fixed the HTML part of the German translation update.
svn path=/trunk/; revision=32683
|
|
|
|
| |
svn path=/trunk/; revision=32677
|
|
|
|
| |
svn path=/trunk/; revision=32674
|
|
|
|
| |
svn path=/trunk/; revision=32673
|
|
|
|
| |
svn path=/trunk/; revision=32672
|
|
|
|
| |
svn path=/trunk/; revision=32668
|
|
|
|
| |
svn path=/trunk/; revision=32647
|
|
|
|
| |
svn path=/trunk/; revision=32636
|
|
|
|
| |
svn path=/trunk/; revision=32633
|
|
|
|
|
|
|
|
| |
2006-08-22 Andre Klapper <a9016009@gmx.de>
* default/C/Inbox: Update the Welcome mail.
svn path=/trunk/; revision=32629
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32607
|
|
|
|
| |
svn path=/trunk/; revision=32587
|
|
|
|
| |
svn path=/trunk/; revision=32571
|
|
|
|
|
|
|
|
| |
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
* message-list.c: (create_composite_cell): Plug a leak.
svn path=/trunk/; revision=32558
|
|
|
|
|
|
|
|
| |
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
* em-format-html.c: (efh_url_requested): Plug a leak.
svn path=/trunk/; revision=32556
|
|
|
|
| |
svn path=/trunk/; revision=32508
|
|
|
|
| |
svn path=/trunk/; revision=32507
|
|
|
|
| |
svn path=/trunk/; revision=32506
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32492
|
|
|
|
| |
svn path=/trunk/; revision=32474
|
|
|
|
| |
svn path=/trunk/; revision=32460
|
|
|
|
| |
svn path=/trunk/; revision=32458
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* mail-folder-cache.c: (ping_store_ping): Ping store only iff
store is online and connected.
svn path=/trunk/; revision=32419
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2006-07-26 Andre Klapper <a9016009@gmx.de>
* em-folder-browser.c: correcting a grammar bug. Fixes bug #348674.
svn path=/trunk/; revision=32415
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
function call. Fixes #332282. Patch submitted by
"Vandana Shenoy .B <shvandana@novell.com>"
svn path=/trunk/; revision=32404
|
|
|
|
| |
svn path=/trunk/; revision=32398
|
|
|
|
|
|
|
|
| |
2006-07-22 Yuri Pankov <yuri.pankov@gmail.com>
* message-list.c: Add missing headers. Fixes #344744.
svn path=/trunk/; revision=32382
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32367
|
|
|
|
| |
svn path=/trunk/; revision=32362
|
|
|
|
| |
svn path=/trunk/; revision=32356
|
|
|
|
| |
svn path=/trunk/; revision=32350
|
|
|
|
| |
svn path=/trunk/; revision=32349
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32311
|
|
|
|
| |
svn path=/trunk/; revision=32310
|
|
|
|
| |
svn path=/trunk/; revision=32307
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32292
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net>
Fixing memory leaks.
svn path=/trunk/; revision=32269
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32183
|
|
|
|
| |
svn path=/trunk/; revision=32172
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32104
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32085
|
|
|
|
|
|
|
|
|
| |
2006-06-06 Harish Krishnaswamy <kharish@novell.com>
* evolution-mail.schemas.in.in: typo correction.
Fixes #331694.
svn path=/trunk/; revision=32081
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32071
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32053
|
|
|
|
| |
svn path=/trunk/; revision=32023
|
|
|
|
| |
svn path=/trunk/; revision=32021
|
|
|
|
| |
svn path=/trunk/; revision=32020
|
|
|
|
| |
svn path=/trunk/; revision=32017
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31956
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31905
|
|
|
|
|
|
| |
message list for groupwise servers.
svn path=/trunk/; revision=31904
|
|
|
|
| |
svn path=/trunk/; revision=31896
|
|
|
|
| |
svn path=/trunk/; revision=31876
|
|
|
|
| |
svn path=/trunk/; revision=31859
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31814
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31724
|
|
|
|
|
|
|
|
|
| |
* configure.in:
* mail/default/Makefile.am:
* mail/default/fr/Inbox:
* mail/default/fr/Makefile.am: Added French welcome message.
svn path=/trunk/; revision=31703
|
|
|
|
|
|
|
|
| |
2006-03-12 Frank Arnold <farnold@cvs.gnome.org>
* default/de/Inbox: Updated German translation of default inbox.
svn path=/trunk/; revision=31698
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31642
|
|
|
|
| |
svn path=/trunk/; revision=31640
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
2006-03-03 Vincent van Adrighem <adrighem@gnome.org>
* default/nl/Inbox: Tino Meinen updated the Dutch welcome
message.
svn path=/trunk/; revision=31633
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
yesterday I used old default template for Finnish Inbox, now it
matches text in 2.6 version
svn path=/trunk/; revision=31625
|
|
|
|
| |
svn path=/trunk/; revision=31622
|
|
|
|
| |
svn path=/trunk/; revision=31621
|
|
|
|
| |
svn path=/trunk/; revision=31620
|
|
|
|
| |
svn path=/trunk/; revision=31619
|
|
|
|
| |
svn path=/trunk/; revision=31616
|
|
|
|
|
|
|
| |
2006-03-01 Andre Klapper <a9016009@gmx.de>
* default/C/Inbox: Update the Welcome mail.
svn path=/trunk/; revision=31614
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31548
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31534
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
2006-02-13 Andre Klapper <a9016009@gmx.de>
* mail-mt.c: uncommenting a string. Fixes bug 271734.
svn path=/trunk/; revision=31505
|
|
|
|
| |
svn path=/trunk/; revision=31502
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31477
|
|
|
|
| |
svn path=/trunk/; revision=31476
|
|
|
|
| |
svn path=/trunk/; revision=31460
|
|
|
|
| |
svn path=/trunk/; revision=31454
|
|
|
|
| |
svn path=/trunk/; revision=31450
|
|
|
|
| |
svn path=/trunk/; revision=31449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
2006-02-07 Andre Klapper <a9016009@gmx.de>
* mail.error.xml: fixing one typo.
svn path=/trunk/; revision=31430
|
|
|
|
| |
svn path=/trunk/; revision=31425
|
|
|
|
|
|
|
|
| |
** Fixes #326147
* em-account-editor.c: (em_account-editor.c): Modify e_source to
reflect to the reverted changes.
svn path=/trunk/; revision=31420
|
|
|
|
| |
svn path=/trunk/; revision=31413
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
2006-01-30 Harish Krishnaswamy <kharish@novell.com>
* mail-config.glade: s/T_erminal/Fi_xed width/ for consistency with other
GNOME applications.
svn path=/trunk/; revision=31352
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-30 pavithran <pavithran@gmx.de>
** Fixes bug #316223
* em-utils.c: (emu_save_parts_response): Added a confirmation dialog
for overwriting existing file during save all.
svn path=/trunk/; revision=31341
|
|
|
|
| |
svn path=/trunk/; revision=31333
|
|
|
|
|
|
|
|
| |
2006-01-26 Oswald Rodrigues <ozzy_rodrigues@yahoo.com>
* em-popup.c: Corrected typo. changed Add to Addressbook to Add
to Address Book. Fixes bug 326256.
svn path=/trunk/; revision=31318
|
|
|
|
| |
svn path=/trunk/; revision=31301
|
|
|
|
|
|
|
| |
2006-01-23 Andre Klapper <a9016009@gmx.de>
* mail.error.xml: fixed a typo. Fixes bug 328306.
svn path=/trunk/; revision=31285
|
|
|
|
|
|
| |
em-message-browser.c
svn path=/trunk/; revision=31272
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-19 Ranjan Somani <sranjan@novell.com>
** Fixes #318785
* mail-config.glade: Resizing of Default n Enable button
committing on behalf of Ranjan -partha
svn path=/trunk/; revision=31243
|
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* mail-component.c: (impl__get_userCreatableItems):
remove shortcut keys (UI Hackfest -
See http://go-evolution.org/Shortcut_Keys_Review).
svn path=/trunk/; revision=31217
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #326877
* em-folder-view.c: (emfv_enable_menus): Reverting the patch to hide
junk/not junk toolbuttons in disabled state.
svn path=/trunk/; revision=31205
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #218570
* em-folder-browser.c (emfb_expand_all_threads),
(emfb_collapse_all_threads), (emfb_set_folder), (emfb_activate):
Added code to handle expande/collapse all and call e-tree for regen of
the list.
* message-list.c (load_tree_expand_all),
(message_list_set_threaded_expand_all),
(message_list_set_threaded_collapse_all),
(message_list_set_expand_all), (regen_list_regened): Added code to
conditionally check for expand/collapse all and save the state after
the operation.
* message-list.h: Added state variable for expand/collapse all of
threads.
svn path=/trunk/; revision=31204
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-12 Rohini S <srohini@novell.com>
** Fixes bug #221270.
* mail-send-recv.c: (format_url), (build_dialog):
Changed to display account name in Send/Receive dialog.
svn path=/trunk/; revision=31199
|
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Srinivasa Ragavan <sragavan@novell.com>
* em-format-html-display.c: (em_format_html_display_new): Changed
event to scroll_event in rajeev's patch.
svn path=/trunk/; revision=31196
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-12 Rohini S <srohini@novell.com>
** Fixes bug #246257
* mail-dialogs.glade: Interchange of label and checkbox
positions in Find message dialog
* em-format-html-display.c: (efhd_update_matches),
(em_format_html_display_search):
Hide Matches Label on dialog open and Show Matches Label when
required. Fixes bug 246257.
svn path=/trunk/; revision=31193
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #239929 (Committing Rajeev's patch)
* em-format-html-display.c: (efhd_scroll_event),
(em_format_html_display_new):Adds handler to zoom-in/out on control
scroll.
svn path=/trunk/; revision=31186
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-13 Srinivasa Ragavan <sragavan@novell.com>
* em-folder-browser.c: (emfb_etree_unfreeze), (emfb_list_built):
* message-list.c: (message_list_setup_etree):
Fixes the scroll issue with the message list.
svn path=/trunk/; revision=31156
|
|
|
|
|
|
|
|
|
|
| |
2006-01-12 Srinivasa Ragavan <sragavan@novell.com>
* GNOME_Evolution_Mail.server.in.in:
Changes MailView accel from Control+F1 to Control+1.
svn path=/trunk/; revision=31149
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-10 Simon Zheng <simon.zheng@sun.com>
* em-composer-utils.c:
* em-folder-tree-model.c: (em_folder_tree_model_save_state):
* em-format-html.c:
* em-migrate.c: (cp_r), (em_migrate_folder),
(em_migrate_pop_uid_caches_1_4),
(em_migrate_folder_expand_state_1_4),
(em_migrate_folder_view_settings_1_4),
(em_migrate_imap_cmeta_1_4),
(em_migrate_1_4), (emm_setup_initial),
(em_migrate):
* em-popup.c:
* em-utils.c: (em_utils_save_part_to_file):
* mail-component.c: (mail_component_init):
* mail-config.c:
* mail-folder-cache.c:
* mail-mt.c:
* mail-ops.c:
* mail-tools.c: (mail_tool_get_local_movemail_path):
Use e_util_mkdir_hier() instead of e_mkdir_hier().
Use e_util_strstrcase() instead of e_strstrcasea().
use e_strftime() in evolution-data-server/
libedataserver/e-data-server-util.c instead of the copy in
evolution/e-util/e-util.c.
use e_filename_make_safe() in evolution-data-server/
libedataserver/e-data-server-util.c instead of the copy in
evolution/e-util/e-util.c.
use e_utf8_strftime() in evolution-data-server/
libedataserver/e-data-server-util.c instead of the copy in
evolution/e-util/e-util.c.
svn path=/trunk/; revision=31118
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-06 Andre Klapper <a9016009@gmx.de>
* addressbook/gui/widgets/eab-gui-util.c:
* calendar/calendar.error.xml:
* calendar/gui/dialogs/task-details-page.glade:
* calendar/gui/e-cal-component-preview.c:
* calendar/gui/e-cal-model-tasks.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-itip-control.c:
* calendar/gui/print.c:
* mail/mail-ops.c:
* mail/mail-send-recv.c:
* mail/mail-session.c:
* plugins/itip-formatter/itip-formatter.c:
* plugins/itip-formatter/itip-view.c:
changing "cancelled" (British English)
to "canceled" (American English).
Fixes bug 325334.
svn path=/trunk/; revision=31088
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-06 Simon Zheng <simon.zheng@sun.com>
* em-account-editor.c:
* em-account-prefs.c:
* em-composer-utils.c:
* em-folder-tree-model.h:
* em-migrate.c:
* em-subscribe-editor.c:
* em-utils.c:
* importers/netscape-importer.c:
* mail-config.c:
* mail-crypto.c:
* mail-ops.h:
* mail-send-recv.c:
* mail-vfolder.c:
use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
use libedataserver/e-account.h instead of e-util/e-account.h.
svn path=/trunk/; revision=31075
|
|
|
|
|
|
|
|
|
| |
2006-01-04 Srinivasa Ragavan <sragavan@novell.com>
* mail-tools.c: Uncommented mail_tool_get_local_movemail_path for
non-win32 builds since it is used in non-win32 build.
svn path=/trunk/; revision=31048
|
|
|
|
|
|
|
|
|
|
| |
2006-01-04 Parthasarathi Susarla <sparthasarathi@novell.com>
* em-composer-utils.c:
(em_utils_composer_send_cb): Use the composer window as the
parent window while showing the error message.
svn path=/trunk/; revision=31041
|
|
|
|
|
|
|
|
|
| |
2006-01-02 Shreyas Srinivasan <sshreyas@novell.com>
* mail.error.xml: Fix 313095, Add error identifier
ask-delete-proxy-accounts.
svn path=/trunk/; revision=31037
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-02 Harish Krishnaswamy <kharish@novell.com>
* em-folder-view.c: (emfv_setting_notify):
Remove the first check in the previous commit.
This is redundant as it is always guaranteed
that the component has been activated at this point.
And when not, it ought to crash :-).
svn path=/trunk/; revision=31026
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-02 Harish Krishnaswamy <kharish@novell.com>
reviewed by: Parthasarathi <sparthasarathi@novell.com>
* em-folder-view.c: (emfv_setting_notify):
Set the properties on the bonobo component only if
it already has been activated. Fixes #325375 (critical
warning crasher).
svn path=/trunk/; revision=31024
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-01 Changwoo Ryu <cwryu@debian.org>
* em-folder-properties.c (emfp_dialog_got_folder): translate
the labels of emfp_items.
* em-account-editor.c (em_account_editor_construct): translate
the labels of emae_{editor,druid}_items.
svn path=/trunk/; revision=31023
|
|
|
|
|
|
|
|
| |
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
* String Fixes (Bug #325122)
svn path=/trunk/; revision=31006
|
|
|
|
|
|
|
|
|
| |
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
* em-utils.c (em_utils_prompt_user), mail-config.glade, mail.error.xml :
s/don't/do not/ string changes. Fixes #325276.
svn path=/trunk/; revision=31002
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-30 Andre Klapper <a9016009@gmx.de>
* mail.error.xml: Fixing several typos and harmonizing
capital/small letters. Partially fixes bug 306117.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* mail-session.c:
changing "canceled" to "cancelled" to stay consistant to the rest.
Fixes bug 325116.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* evolution-mail.schemas.in.in: added quotes to literal values.
Fixes bug 272772.
2005-12-29 Andre Klapper <a9016009@gmx.de>
* em-folder-properties.c: removed wrong singular string.
Fixes bug 311472.
2005-12-22 Andre Klapper <a9016009@gmx.de>
* mail-config.glade: changed one duplicated mnemonic.
Fixes bug 313801.
2005-12-20 Andre Klapper <a9016009@gmx.de>
* mail-config.glade: changing file selector window title from
"Execute command..." to "Select sound file". Fixes bug 324173.
2005-12-19 Andre Klapper <a9016009@gmx.de>
* mail-config.glade: changed 3 HIG-violating mnemonics.
Fixes bug 256913.
svn path=/trunk/; revision=30985
|
|
|
|
|
|
|
|
|
| |
2005-12-30 Andre Klapper <a9016009@gmx.de>
* evolution/mail/mail-session.c, evolution/calendar/calendar.error.xml:
changing "canceled" to "cancelled" to stay consistant to the rest.
Fixes bug 325116.
svn path=/trunk/; revision=30974
|
|
|
|
|
|
|
|
| |
2005-12-30 Andre Klapper <a9016009@gmx.de>
* evolution-mail.schemas.in.in: added quotes to literal values.
Fixes bug 272772.
svn path=/trunk/; revision=30973
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-30 Andre Klapper <a9016009@gmx.de>
* evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml,
evolution/plugins/groupwise-features/properties.glade,
evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml,
evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml,
evolution/ui/evolution-calendar.xml org-gnome-evolution-startup-wizard.eplug.xml,
evolution/mail/mail.error.xml: Fixing several typos and harmonizing
capital/small letters. Partially fixes bug 306117.
svn path=/trunk/; revision=30972
|
|
|
|
|
|
|
|
| |
2005-12-29 Andre Klapper <a9016009@gmx.de>
* em-folder-properties.c: removed wrong singular string.
Fixes bug 311472.
svn path=/trunk/; revision=30967
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-23 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #228040, #324677
* em-folder-view.c (emfv_popup_flag_completed),
(emfv_popup_flag_clear), (emfv_enable_menus): Added menus for complete
and clear. Also added code to refresh preview on setting flags. Also
added code to hide junk/not-junk menu depending on their sensitivity.
* em-utils.c: (tag_editor_response), (em_utils_flag_for_followup):
Added code to refresh preview.
svn path=/trunk/; revision=30941
|
|
|
|
|
|
|
|
| |
2005-12-22 Andre Klapper <a9016009@gmx.de>
* mail-config.glade: changed one duplicated mnemonic.
Fixes bug 313801
svn path=/trunk/; revision=30938
|
|
|
|
| |
svn path=/trunk/; revision=30933
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-22 Shreyas Srinivasan <sshreyas@novell.com>
* Evolution is now Network Aware, the day of complete
awareness beckons, The machines are taking over...
* Network Manager support for evolution
svn path=/trunk/; revision=30926
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-21 Tor Lillqvist <tml@novell.com>
* em-camel-stream.c (em_camel_stream_init)
* em-sync-stream.c (em_sync_stream_init): Use
g_io_channel_win32_new_socket() on Win32 instead of
g_io_channel_unix_new() to avoid confusion between file
descriptors and sockets (which can and do overlap!). We know that
e_msgport_fd() returns a socket on Win32.
svn path=/trunk/; revision=30923
|
|
|
|
| |
svn path=/trunk/; revision=30917
|
|
|
|
|
|
|
|
|
|
| |
2005-12-21 Sam Yang <sam.yang@sun.com>
Fixes #324670
* em-folder-view.c: (emfv_setting_notify): Respond to the change
of mail/display/paned_size in gconf.
svn path=/trunk/; revision=30916
|