** Fix for bug #524497
* em-composer-utils.c: (guess_account):
Change the order getting an account
The original order is:
1. The account in 'To' of the message.
2. The account of the message source.
3. The account of the folder source.
The new order is:
1. The account of the folder source.
2. The account of the message source.
3. The account in "To' of the message
2009-04-13 Chenthill Palanisamy <pchenthill@novell.com>
Fixes#467659 (bnc)
* mail/mail-mt.c:
* mail/mail-ops.c: Set the description for send mail
operation.
svn path=/trunk/; revision=37519
2008-04-04 Tobias Mueller <tobiasmue@gnome.org>
** Fix for bug #569765
* message-list.c: Don't keep the selected message in the message
list if it is removed from the folder.
Patch by Matt McCutchen <matt@mattmccutchen.net>
svn path=/trunk/; revision=37493
2009-04-02 Milan Crha <mcrha@redhat.com>
* em-folder-tree.c: (em_folder_tree_get_selected_folder):
Do not ask for a folder when no folder selected.
svn path=/trunk/; revision=37490
2009-03-24 Milan Crha <mcrha@redhat.com>
** Fix for bug #552583
* mail-config.c: (only_username), (mail_config_account_url_equal):
Compare only user names, without a domain part, if such exists.
svn path=/trunk/; revision=37471
2009-03-08 David Planella <david.planella@gmail.com>
Added Catalan translation of the Evolution welcome e-mail and quick
reference
* configure.in: Added Makefiles for the Catalan translations of the
welcome e-mail and quick reference.
* mail/default/Makefile.am: Added Catalan (ca) to the list of
subdirectories
* mail/default/ca/Inbox: Added Catalan translation by David Planella
* mail/default/ca/Makefile.am: Created Makefile template
svn path=/trunk/; revision=37381
2009-02-26 Andre Klapper <mcrha@redhat.com>
* message-tag-followup-c:
Remove deprecated gtk_combo_set_case_sensitive() call as FALSE
IS already the default value for the case-sensitive property.
svn path=/trunk/; revision=37341
2009-02-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #572268
* em-subscribe-editor.c: (sub_fill_level):
Do not duplicate "Loading..." node when adding to existing node.
svn path=/trunk/; revision=37330
2009-02-25 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #563212
* em-utils.c: (try_open_e_book_cb), (try_open_e_book),
(is_local), (em_utils_in_addressbook), (em_utils_contact_photo):
Ensure empty GError before filling it. Check if group is local based
on its base_uri. Adapt to new e_book_cancel behaviour.
svn path=/trunk/; revision=37329
2009-02-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #572543
* calendar/gui/e-cal-popup.c: (ecalp_standard_menu_factory):
* mail/em-popup.c: (emp_standard_menu_factory):
Always look for alternative apps for application/octet-stream.
svn path=/trunk/; revision=37312
2009-02-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #569700
* em-format-html.c: (emfh_gethttp):
Stop reading from a network when operation was canceled.
svn path=/trunk/; revision=37246
2009-02-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #333716
* em-format-html.c: (emfh_gethttp):
Do not store incomplete or broken files in a cache.
svn path=/trunk/; revision=37244
2009-02-10 Milan Crha <mcrha@redhat.com>
* em-format-html-display.c: (efhd_format_secure):
Format signature/encryption information nicer.
svn path=/trunk/; revision=37241
2009-02-09 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #555888
* mail-config.glade:
* em-network-prefs.h: (struct _EMNetworkPrefs):
* em-network-prefs.c: (emnp_parse_ignore_hosts),
(emnp_load_sys_settings), (notify_proxy_type_changed),
(em_network_prefs_construct):
Do not overwrite user settings with system proxy settings.
Register signals at the end, when all widgets are read.
Hide socks settings, it is not used at the moment.
* em-utils.h: (em_utils_get_proxy_uri):
* em-utils.c: (em_utils_get_proxy_uri), (emu_proxy_setup):
* em-format-html.c: (emfh_gethttp):
Use proxy configurable within Evolution.
svn path=/trunk/; revision=37236
2009-02-05 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #554458
* em-format.c: (em_format_describe_part):
Make content type from a mime type first.
svn path=/trunk/; revision=37228
2009-01-29 Srinivasa Ragavan <sragavan@novell.com>
* em-format-html-display.c: (efhd_update_bar),
(efhd_message_update_bar): Show attachment bar at all times. Seems
like the contents are missing at times.
svn path=/trunk/; revision=37176
2009-01-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #561628
* em-format-html-print.c: (efhp_class_init):
Initialize 'parent_class' with its parent, not with itself.
svn path=/trunk/; revision=37142