From 60386356e322c0ebe3a0101a616752c0e557491e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 20 Apr 2013 11:22:58 -0400 Subject: Remove "Search for sender photograph only in local address books". This was added as part of bug 360184 but no justification was given for the "local-only" part. My Spidey sense tells me it was a hack- around for the old implementation's tendency to freeze the UI while searching for a photograph. So the "local-only" option really just meant "don't freeze the UI for very long, please". The new EPhotoCache-based implementation in 3.8 NEVER freezes the UI, so the "local-only" option is no longer needed. If a remote address book is slow or unresponsive we simply cancel the async photo lookup when the user moves on to another email. --- data/evolution.convert | 1 - data/org.gnome.evolution.mail.gschema.xml.in | 5 ----- 2 files changed, 6 deletions(-) (limited to 'data') diff --git a/data/evolution.convert b/data/evolution.convert index bfaee128ba..3d1f3f49e9 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -162,7 +162,6 @@ mark-seen-timeout = /apps/evolution/mail/display/mark_seen_timeout mime-types = /apps/evolution/mail/display/mime_types monospace-font = /apps/evolution/mail/display/fonts/monospace paned-size = /apps/evolution/mail/display/paned_size -photo-local = /apps/evolution/mail/display/photo_local prompt-check-if-default-mailer = /apps/evolution/mail/prompts/checkdefault prompt-on-delete-in-vfolder = /apps/evolution/mail/prompts/delete_in_vfolder prompt-on-empty-subject = /apps/evolution/mail/prompts/empty_subject diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index 24295b88af..d7d3a9fbca 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -239,11 +239,6 @@ <_summary>Show photo of the sender <_description>Show the photo of the sender in the message reading pane. - - true - <_summary>Search for the sender photo in local address books - <_description>This option would help in improving the speed of fetching. - true <_summary>Mark as Seen after specified timeout -- cgit v1.2.3