Commit Graph

38610 Commits

Author SHA1 Message Date
Milan Crha f3dfdae845 Bug #692009 - text/css always formatted as attachment
Might be the final change for this bug, the two previous commits
were not using the right approach, causing regression in rendering
of text/* parts which were not named in the list of excluded content
types for a 'raw' formatting.
2013-01-24 13:07:33 +01:00
Chao-Hsiung Liao 9095910fa3 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2013-01-24 07:27:02 +08:00
Milan Crha bf250a0198 Bug #680537 - Reply to individual message in digest generates empty body 2013-01-23 20:06:07 +01:00
Milan Crha fe8e579347 Bug #639698 - Crash in mail_shell_view_execute_search() 2013-01-23 15:25:02 +01:00
Andre Klapper 4fb610b489 Bug #685757 - Update cache location in user docs 2013-01-23 10:46:52 +01:00
Andre Klapper 97e7fcfbc1 Update file list after last commits. Again. 2013-01-23 00:39:40 +01:00
Andre Klapper b6d0e112b4 Update file list after last commits 2013-01-23 00:37:59 +01:00
Andre Klapper b45768333a Remove pages on 3.0 errors from user help 2013-01-23 00:35:42 +01:00
Andre Klapper 7496cba608 Bug #690697 - Document using real (non-virtual) Junk and Trash folders with IMAP+ 2013-01-23 00:32:54 +01:00
Andre Klapper 4aec1eb04e Bug #688294 - Update how online/offline mode works nowadays 2013-01-23 00:02:41 +01:00
Andre Klapper f31c953016 Bug #690696 - Remove references to the old IMAP backend 2013-01-22 23:39:15 +01:00
Andre Klapper eadf3bfbdb Bug #692213 - Remove evolution-exchange recommendation 2013-01-22 23:26:13 +01:00
Milan Crha 41edc5515b Contact's print doesn't decode QP encoded email addresses 2013-01-22 17:06:53 +01:00
Milan Crha dde7200f40 Exclude also text/calendar in a fix for bug #692009 2013-01-21 19:08:11 +01:00
Matthew Barnes 0582520db4 EMsgComposer: Fix packing of content area.
Using gtk_box_new() instead of gtk_vbox_new() changes the way child
widgets are packed by default via gtk_container_add().  gtk_vbox_new()
expands them by default, gtk_box_new() does not, and the preview pane
was being packed with gtk_container_add().

Packing widgets into a GtkBox with gtk_container_add() is usually the
wrong way.  Use gtk_box_pack_start() instead, with expand=TRUE.
2013-01-21 08:54:27 -05:00
Matthew Barnes ab8cff63d2 EMailBrowser: Fix packing of preview pane.
Using gtk_box_new() instead of gtk_vbox_new() changes the way child
widgets are packed by default via gtk_container_add().  gtk_vbox_new()
expands them by default, gtk_box_new() does not, and the preview pane
was being packed with gtk_container_add().

Packing widgets into a GtkBox with gtk_container_add() is usually the
wrong way.  Use gtk_box_pack_start() instead, with expand=TRUE.
2013-01-21 08:42:27 -05:00
Matthew Barnes 0e0060e639 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.
2013-01-21 08:02:14 -05:00
Milan Crha 43911af529 Bug #692009 - text/css always formatted as attachment 2013-01-21 13:23:35 +01:00
Kjartan Maraas 4006edc2d2 Updated Norwegian bokmål translation 2013-01-21 11:09:49 +01:00
Matthew Barnes b24ca598cb evolution-module-mail.c: Remove unused declaration. 2013-01-20 20:56:16 -05:00
Matthew Barnes 8a71509ee4 Add a "settings" module.
Collect all the "config" extensions from the "addressbook", "calendar",
and "mail" modules into one place.  These extensions typically just bind
GObject properties of extensible classes to app-specific GSettings keys.
2013-01-20 20:56:16 -05:00
Matthew Barnes 8e2902eefc Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.
Clean up resulting deprecation warnings, which were all related to
GtkOrientable consolidation (e.g. gtk_hbox_new() -> gtk_box_new()).
2013-01-19 19:08:01 -05:00
Matthew Barnes 88c4856353 configure.ac: Remove obsolete deprecation flags.
E_BOOK_DISABLE_DEPRECATED and E_CAL_DISABLE_DEPRECATED are no longer
used in evolution-data-server.
2013-01-19 16:28:54 -05:00
Patrick Holthuizen f6423ccdc5 Updated Dutch translation by Patrick Holthuizen (bug 690720) 2013-01-19 12:05:52 +01:00
Gheyret Kenji 1c761eff60 Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
2013-01-19 11:59:01 +09:00
Milan Crha 722a27e850 Bug #692005 - Changing character encoding doesn't work 2013-01-18 18:34:56 +01:00
Milan Crha 590b4711b7 Bug #692003 - Print of text/html with no html/body end tag cuts content 2013-01-18 14:41:58 +01:00
Milan Crha 1538b3ef1e Update X-GNOME-Bugzilla-OtherBinaries with evolution-user-prompter too 2013-01-18 11:58:24 +01:00
Milan Crha dff703a1ad Bump libsoup dependency to 2.40.3
This removes workarounds for below libsoup bugs and makes trust-prompt
for WebDAV based backends work better, by checking also server certificates.

 * soup_message_get_https_status() now returns the certificate
   and flags for unsuccessful https connections as well as
   successful ones. [bug #690176]

 * Fixed a deadlock when calling soup_session_abort() on
   a SoupSessionSync in some cases. [bug #691399]
2013-01-18 11:57:01 +01:00
Milan Crha 37699de983 Bug #691732 - multipart/related hides attachments 2013-01-17 20:07:03 +01:00
Milan Crha af24ac867a Fix a recently introduced white-space error in a source file 2013-01-17 14:09:21 +01:00
Theppitak Karoonboonyanan f2d1e69e7a Updated Thai translation 2013-01-17 10:21:34 +07:00
Nilamdyuti Goswami 081e66f29c Assamese translation updated 2013-01-16 12:25:14 +05:30
Daniel Mustieles 6b7e135d41 Updated Spanish translation 2013-01-15 18:11:54 +01:00
Marián Čavojský 883126616a Updated slovak translation 2013-01-15 17:29:59 +01:00
Matthew Barnes d545bdb78c Avoid deprecated libedataserver APIs.
I forgot to include this in 3.7.4, but no matter.
2013-01-15 09:43:40 -05:00
Aurimas Černius 720b43ba4d Updated Lithuanian translation 2013-01-14 22:44:23 +02:00
Milan Crha fd87e09b8d Bug #691194 - Import .ics preview shows UTC time instead of local time 2013-01-14 21:12:07 +01:00
Milan Crha 6aeb10160e Bug #691640 - Distinguish the word "Title" for translation 2013-01-14 20:51:22 +01:00
Akom Chotiphantawanon 7e63353262 Updated Thai translation 2013-01-14 11:43:10 +07:00
Matthew Barnes d577d9769d Post-release version bump. 2013-01-13 09:52:55 -05:00
Matthew Barnes 9ae34e77f2 NEWS update for 3.7.4 release. 2013-01-13 09:52:55 -05:00
Matej Urbančič 7fb654b84f Updated Slovenian translation 2013-01-13 10:47:05 +01:00
Matthew Barnes a55f24dfb3 Adapt to CamelSession API changes. 2013-01-12 14:15:57 -05:00
Matthew Barnes 27ac203901 Remove EMailConfigImapBackend.
No longer needed since the "imap" backend is gone.
2013-01-12 07:40:41 -05:00
Matthew Barnes de978d4231 Use g_hash_table_add() when using a hash table as a set.
g_hash_table_add(table, key) uses less memory than
g_hash_table_insert(table, key, GINT_TO_POINTER (1)).

Also use g_hash_table_contains() when testing for membership.
2013-01-11 13:43:19 -05:00
Milan Crha adc0ad91c4 Bug #691470 - ENameSelectorEntry: Copy to clipboard issue with multi-byte characters 2013-01-11 17:09:02 +01:00
Nilamdyuti Goswami 57b3e6c760 Assamese translation updated 2013-01-11 21:21:01 +05:30
Matthew Barnes 6a79322ff6 Reduce diff noise with webkit-composer branch. 2013-01-11 09:39:04 -05:00
Matthew Barnes 620089c784 Add single-include barriers to a few e-util headers. 2013-01-11 09:34:54 -05:00