commit d622435fa469b75b7e1bbabbea43edcbe40843b9 Author: Matthew Barnes Date: Mon Jan 21 14:48:50 2013 -0500 NEWS update for 3.6.3 release. NEWS | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) commit bb2c283f8bb9eef019c7053b1ae4144d81ebcb0b Author: Milan Crha Date: Mon Jan 21 19:09:17 2013 +0100 Exclude also text/calendar in a fix for bug #692009 mail/e-mail-request.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 03f60542d6af94bf14775dac01b1221534081b71 Author: Matthew Barnes Date: Mon Jan 21 07:48:49 2013 -0500 Bug 692143 - Auto-configured MSN account should use POP, not IMAP In e_mail_config_service_page_auto_configre(), we do detect that only POP3 is available for MSN accounts and switch to the appropriate service backend. The problem was with the hack I added awhile back to momentarily skip to the Receiving page just before skipping to the Summary page, so clicking "Go Back" from the Summary page would return to the Receiving page. That momentary skip triggered mail_config_assistant_prepare() on the Receiving page, which then triggered e_mail_config_page_setup_defaults() since the Receiving page was not yet in the visited pages hash table. The Receiving page's setup_defaults() method reset the service backend to IMAPX, which is the correct thing to do when not auto-configured. The solution is add the Receiving page to the visited pages hash table after a successful auto-configuration, but just BEFORE we momentarily skip to it. This tricks mail_config_assistant_prepare() into thinking the page was already visited, and it skips setting up defaults for it. Also added the Sending page to visited pages, just for consistency. (cherry picked from commit 0e0060e6398d2615534951d0192be71c7a3cc38e) mail/e-mail-config-assistant.c | 6 ++++++ 1 file changed, 6 insertions(+) commit bfdec1f0aefc798f55803c7560b182ca983e27bf Author: Milan Crha Date: Mon Jan 21 13:25:38 2013 +0100 Bug #692009 - text/css always formatted as attachment mail/e-mail-request.c | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) commit 45aeb9e236f411b77c193ea9631f721d658a771c Author: Milan Crha Date: Fri Jan 18 18:35:36 2013 +0100 Bug #692005 - Changing character encoding doesn't work em-format/e-mail-formatter-message-rfc822.c | 12 ++++- em-format/e-mail-formatter-text-html.c | 11 ++++ em-format/e-mail-formatter-text-plain.c | 11 ++++ mail/e-mail-display.c | 53 ++++++++++++++++++-- mail/e-mail-display.h | 2 + mail/e-mail-printer.c | 25 ++++++++- mail/e-mail-printer.h | 2 + mail/e-mail-reader-utils.c | 7 ++- mail/e-mail-request.c | 9 ++++ mail/em-composer-utils.c | 2 +- mail/em-utils.c | 4 +- modules/itip-formatter/e-mail-formatter-itip.c | 11 ++++ .../e-mail-formatter-text-highlight.c | 11 ++++ .../vcard-inline/e-mail-formatter-vcard-inline.c | 11 ++++ 14 files changed, 160 insertions(+), 11 deletions(-) commit f03fab618531179a84bb2b1ff5a517bbf398de39 Author: Milan Crha Date: Fri Jan 18 14:42:30 2013 +0100 Bug #692003 - Print of text/html with no html/body end tag cuts content em-format/e-mail-formatter-text-html.c | 3 +++ 1 file changed, 3 insertions(+) commit 8850b60bb9ee8e79920c5043cad05d347c30169d Author: Milan Crha Date: Thu Jan 17 20:07:41 2013 +0100 Bug #691732 - multipart/related hides attachments em-format/e-mail-parser-multipart-related.c | 27 +++++++++++++++++++++++++- em-format/e-mail-part-utils.c | 28 +++++++++++++++++++++++++++ em-format/e-mail-part-utils.h | 2 ++ 3 files changed, 56 insertions(+), 1 deletion(-) commit eb640ec974b7fda3ef57c09a39e72eb1fe7ff5b3 Author: Milan Crha Date: Thu Jan 17 14:10:30 2013 +0100 Fix a recently introduced white-space error in a source file em-format/e-mail-inline-filter.c | 1 - 1 file changed, 1 deletion(-) commit 491dbe864c3bff4d01a7406182f16e51d302b7e2 Author: Milan Crha Date: Mon Jan 14 21:13:39 2013 +0100 Bug #691194 - Import .ics preview shows UTC time instead of local time calendar/importers/icalendar-importer.c | 3 +++ 1 file changed, 3 insertions(+) commit 681d796c49d3ba41acc3f2cc2c07511808a67e13 Author: Milan Crha Date: Fri Jan 11 11:00:43 2013 +0100 Bug #691134 - Only autocompleted name is added to a contact list .../contact-list-editor/e-contact-list-editor.c | 38 ++++++++++++++++++-- 1 file changed, 35 insertions(+), 3 deletions(-) commit 9d9bd1f298466b3f49f031e41ce028bd1fdf7558 Author: Milan Crha Date: Fri Jan 11 08:05:03 2013 +0100 Do not hide 'attachment' images with Content-ID em-format/e-mail-parser-image.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit 4d0463ddd38eebb56622b834197cbb891312f4ba Author: Milan Crha Date: Thu Jan 10 20:31:45 2013 +0100 Be more strict in inline PGP mime filter/part parser em-format/e-mail-inline-filter.c | 38 ++++++++++++++++++++++--- em-format/e-mail-parser-inlinepgp-encrypted.c | 4 ++- em-format/e-mail-parser-inlinepgp-signed.c | 4 ++- 3 files changed, 40 insertions(+), 6 deletions(-) commit f1e24f60ddd39e6ce2432c5bb5a37a5fae642b97 Author: Milan Crha Date: Tue Jan 8 22:17:36 2013 +0100 Bug #691134 - New contact lists always saved to a default book .../contact-list-editor/e-contact-list-editor.c | 2 +- modules/addressbook/e-book-shell-backend.c | 36 ++++++++++++++++++-- 2 files changed, 34 insertions(+), 4 deletions(-) commit a8a3942d520feeacf68116dc6340b54a88050aa3 Author: Matthew Barnes Date: Tue Jan 8 12:31:23 2013 -0500 Update X-GNOME-Bugzilla-OtherBinaries. I don't know if any distros still honor these X-GNOME-Bugzilla settings but keep them up-to-date anyway. (cherry picked from commit 7b0908ece34b465785d0a9879a4fe48482238a47) data/evolution.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a2783c0a48318a88b1e72120d4fa6adad3b87e8f Author: Matthew Barnes Date: Fri Jan 4 10:50:12 2013 -0500 Bug 691133 - Evolution creates 'highlight' zombies Evolution spawns the 'highlight' program with these flags: G_SPAWN_SEARCH_PATH G_SPAWN_DO_NOT_REAP_CHILD G_SPAWN_DO_NOT_REAP_CHILD results in zombie 'highlight' processes. Note, G_SPAWN_SEARCH_PATH is still needed on the gnome-3-6 branch. In later versions we have configure determine the absolute path to the 'highlight' program to avoid depending on the user's $PATH. .../e-mail-formatter-text-highlight.c | 22 +++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) commit 74d08cb025075d9e01b800faa71a54dec53e65b4 Author: Gheyret Kenji Date: Fri Jan 4 17:16:23 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po |29332 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 15230 insertions(+), 14102 deletions(-) commit a540b12a6a350303649a9dfa53017c04c16c16b1 Author: Balázs Úr Date: Mon Dec 31 17:16:27 2012 +0100 Updated Hungarian translation po/hu.po | 2927 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 1495 insertions(+), 1432 deletions(-) commit e763162e4894e140628764446a4742b5b77f0da8 Author: Matthew Barnes Date: Fri Dec 28 13:58:51 2012 -0500 Bug 588216 - 'Unsubscribe' disabled for newsgroups Unsubscribable folders are not necessarily deletable. (cherry picked from commit 53937a3dbdc9565d4609391d386d5a28b8dc249b) modules/mail/e-mail-shell-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aecfd675799a40eee4458e94dbf2c856f16eaadf Author: Rafael Ferreira Date: Wed Dec 26 06:13:48 2012 -0200 Updated Brazilian Portuguese Translation po/pt_BR.po | 2724 ++++++++++++++++++++++++++++------------------------------- 1 file changed, 1299 insertions(+), 1425 deletions(-) commit a1e4aae6834243cbf9bc8899e2985fdceba063a5 Author: Milan Crha Date: Tue Dec 11 09:39:23 2012 +0100 Do not restore certificate manager columns when all are hidden If all columns are hidden, then header of a GtkTreeView is also hidden, thus there is no way to show columns again, which results in empty Certificate Preferences view. smime/gui/certificate-manager.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit 11cf01088945080550102b693793ec3709174d4a Author: Milan Crha Date: Mon Dec 10 20:57:06 2012 +0100 Bug #689966 - MDN bar shown in Sent folder The previous commit broke MDN send, which this one fixes. modules/mdn/evolution-mdn.c | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) commit d7ec3ffaabf1c3b3a860831e429d4a0942207f87 Author: Milan Crha Date: Mon Dec 10 19:52:04 2012 +0100 Bug #689966 - MDN bar shown in Sent folder modules/mdn/evolution-mdn.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit b46bab510459893dbea09e31233d981c3591621a Author: Dr.T.Vasudevan Date: Sun Dec 9 13:29:31 2012 +0530 Updated Tamil translation po/ta.po |26016 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 13443 insertions(+), 12573 deletions(-) commit 673901abe40935585976f60c3708d4f8fc4c1c4c Author: Matthew Barnes Date: Sat Dec 8 18:34:15 2012 -0500 backup-restore: Remove references to ~/.camel_certs. The path is now XDG-base-dir compliant: ~/.local/share/camel_certs (cherry picked from commit 8972ef83f634f22fc72d78a279fd613d98da73ec) modules/backup-restore/evolution-backup-tool.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) commit ea303742028114da602963a086f3a935412f0f25 Author: Matthew Barnes Date: Tue Dec 4 12:57:33 2012 -0500 Further EMailParser cleanups. (cherry picked from commit 56975aec6a4904140df94361ff9c4bbca5b1dc95) em-format/e-mail-parser.c | 191 ++++++++++++++++++++++----------------------- 1 file changed, 95 insertions(+), 96 deletions(-) commit fe4922c6a2ef19d7afa3ad94a5e5825f3ed353b1 Author: Matthew Barnes Date: Tue Dec 4 12:01:43 2012 -0500 mail_parser_run(): Eliminate a dead code branch. There's no need to check whether the 'parsers' GQueue is NULL since we assert that it's non-NULL just a few lines above. (cherry picked from commit 0862979d137ca489c478c970cbcfda0209abd438) em-format/e-mail-parser.c | 40 ++++++++++++++++------------------------ 1 file changed, 16 insertions(+), 24 deletions(-) commit 24e3e1dbc3e75e68dcd6d23d383b2733f03ff544 Author: Milan Crha Date: Tue Dec 4 19:37:12 2012 +0100 Do not empty trash/delete junk in disabled accounts on exit mail/e-mail-backend.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 64 insertions(+), 2 deletions(-) commit 8a1a565b23ad31a034898e0e55de08d5068963dd Author: Matthew Barnes Date: Tue Dec 4 11:37:46 2012 -0500 e_mail_reader_parse_message() cleanups. Use the existing AsyncContext struct instead of defining a new struct. (cherry picked from commit dff6f5d85df957e2d0a58513977606bd9490d989) mail/e-mail-reader-utils.c | 105 +++++++++++++++++++++++--------------------- mail/e-mail-reader-utils.h | 6 +-- 2 files changed, 57 insertions(+), 54 deletions(-) commit ef3ab80a8c6abf22e29776ebbb8b792b107f02f6 Author: Matthew Barnes Date: Tue Dec 4 11:02:11 2012 -0500 Bug 689639 - File -> Print Preview in composer brings up Print dialog (cherry picked from commit dad8f67e57c6eef2e2cda309982377957ba9d64b) mail/em-composer-utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit ed42b1d21a8d40abd9e01dbaa355bb4bb3691124 Author: Milan Crha Date: Mon Dec 3 12:07:51 2012 +0100 Bug #678606 - Crash under mail_backend_folder_deleted_cb() mail/e-mail-backend.c | 3 +++ 1 file changed, 3 insertions(+) commit 02942ddec62c17dacfdd6bf7b9ac0c844dfe863c Author: Shankar Prasad Date: Fri Nov 30 18:15:50 2012 +0530 Updated kn translation po/kn.po | 2821 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1407 insertions(+), 1414 deletions(-) commit 55f51bbfe630222bb12dda95839a0d06e136025d Author: Milan Crha Date: Thu Nov 29 14:23:25 2012 +0100 Bug #687360 - Crash on quit in gtk_style_context_get_valist() addressbook/gui/widgets/eab-contact-formatter.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) commit 6d6b228759161a0abaedef61eec51e6246e871f8 Author: Milan Crha Date: Wed Nov 28 16:23:12 2012 +0100 Bug #671628 - Size of backup window is big modules/backup-restore/evolution-backup-tool.c | 59 ++++++++++++++---------- 1 file changed, 35 insertions(+), 24 deletions(-) commit ec82c1f433f5049ab164edf7216e646b6f61ce27 Author: Krishnababu Krothapalli Date: Wed Nov 28 15:37:46 2012 +0530 Updated Telugu Translations po/te.po | 3732 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 2059 insertions(+), 1673 deletions(-) commit c7777360c1227fb02b79e48b2bb723ca853da64b Author: Rajesh Ranjan Date: Wed Nov 28 15:21:00 2012 +0530 hindi translation update po/hi.po | 417 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 208 insertions(+), 209 deletions(-) commit 0a5a328307a1988fb0047c4b6a7f5fcde853c79c Author: Christian Kirbach Date: Tue Nov 27 00:55:40 2012 +0100 Revert "Update German help translation" This reverts commit 673e6c14baa32296a6c22cb9ea7f35a07d755bee. Pushed accidentally to the wrong branch. help/de/de.po | 94 ++++++++++++++++----------------------------------------- 1 file changed, 26 insertions(+), 68 deletions(-) commit 673e6c14baa32296a6c22cb9ea7f35a07d755bee Author: Christian Kirbach Date: Tue Nov 27 00:52:32 2012 +0100 Update German help translation help/de/de.po | 94 +++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 68 insertions(+), 26 deletions(-) commit 11f3a8ff6f58c95b4351c6fbb4fc245cbb4febd3 Author: Christian Kirbach Date: Tue Nov 27 00:50:04 2012 +0100 Update German help translation help/de/de.po | 515 ++++++++++++++++++++++++--------------------------------- 1 file changed, 220 insertions(+), 295 deletions(-) commit 1058433fc08ad21f2b2ed36dda48e7c6c0449dca Author: Nilamdyuti Goswami Date: Mon Nov 26 21:18:23 2012 +0530 Assamese translation updated po/as.po | 53 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 21 deletions(-) commit 5b855559adb7359364f712444ea07ba74c0198e7 Author: Nilamdyuti Goswami Date: Mon Nov 26 21:15:35 2012 +0530 Assamese translation updated po/as.po | 6268 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 2937 insertions(+), 3331 deletions(-) commit f99cc804a69148b58fa3d00df2877df9cfd9d67a Author: Milan Crha Date: Mon Nov 26 13:58:05 2012 +0100 Bug #686212 - Cannot print html mails with defined