Commit Graph

37790 Commits

Author SHA1 Message Date
Matthew Barnes 922ca943bb Bug 678609 - No suggested name for new mail account 2012-06-22 20:12:39 -04:00
Matthew Barnes e9b5561fd0 EMailConfigSummaryPage: Remove "account-name" property.
It's redundant.  Just set the display name on one of the ESources.
2012-06-22 20:12:11 -04:00
Matthew Barnes 97792841a0 Keep display names synchronized during account creation.
Reworked part of commit cc55cf3e68,
which caused a bunch of runtime warnings.
2012-06-22 19:07:23 -04:00
Matthew Barnes d9833b43ab Bug 678608 - Please enter password for mail account "Unnamed" 2012-06-22 15:25:19 -04:00
Matthew Barnes cc55cf3e68 Keep display names synchronized during account creation. 2012-06-22 15:04:37 -04:00
Matthew Barnes ae49f89b72 Bug 678613 - Keep display name synchronized across all mail sources 2012-06-22 10:39:35 -04:00
Matthew Barnes 9f9b8c5902 EMailConfigNotebook: Minor code cleanup. 2012-06-22 10:39:34 -04:00
Tom Tryfonidis 80a8ee67df Updated Greek translation 2012-06-22 17:35:21 +03:00
Matthew Barnes 71a6bc922c ESourceContacts: Only include local address book by default.
A more reasonable default than including all address books by default.
Weeds out large, remote address books that can take forever to query.
2012-06-22 08:54:08 -04:00
Daniel Mustieles 4027a29c2b Updated Spanish translation 2012-06-21 12:30:04 +02:00
Andre Klapper 1a5761811b Update default Inbox to fit the terms in UI 2012-06-21 11:58:54 +02:00
Andre Klapper 64a0004316 User Docs: Add TODO for bug ID to add labels to main menu 2012-06-21 11:58:54 +02:00
Matthew Barnes d6ad0c22a2 Bug 678397 - Move "mail-to-task" actions to a submenu
Shortens the Message menu a little for low screen resolutions.
2012-06-21 01:31:56 -04:00
Matthew Barnes 50a5e067d5 Bug 678393 - Disable Properties for built-in mail stores 2012-06-20 14:40:06 -04:00
Milan Crha d057ced420 Bug #678292 - Due Date does not display in follow-up flag dialogue box 2012-06-20 15:37:17 +02:00
Matthew Barnes 782d59da7b Bug 678347 - Put spamd pid/socket files in $XDG_RUNTIME_DIR 2012-06-19 23:26:48 -04:00
Piotr Drąg ad2d4bd22c Updated POTFILES.in 2012-06-19 23:05:54 +02:00
Matthew Barnes b724ca9d48 Adapt to CamelDataCache API change.
camel_data_cache_get_filename() dropped its unused GError parameter.
2012-06-19 11:51:41 -04:00
Daniel Mustieles 954a585925 Updated Spanish translation 2012-06-19 16:47:23 +02:00
Daniel Mustieles 5ea75eb12a Updated Spanish translation 2012-06-19 15:47:05 +02:00
Milan Crha 1cf93ca25e Avoid crash for providers without configuration backend 2012-06-19 13:42:09 +02:00
Dan Vrátil baa4fca60b Disable a leftover debug message 2012-06-19 10:31:44 +02:00
Dan Vrátil 9e88dd64e7 Bug #678293 - Already downloaded images are not shown 2012-06-19 10:27:05 +02:00
Dan Vrátil e3966e7034 Bug #678345 - Runtime warning when sender photo is disabled 2012-06-19 10:27:05 +02:00
Dan Vrátil 2c51b159c7 Reduce amount or EMailDisplay reloads when displaying Preferences dialog 2012-06-19 10:27:05 +02:00
Matthew Barnes 67b64140d5 Use SoupURI instead of EUri.
EUri is now deprecated.
2012-06-18 22:04:43 -04:00
Matthew Barnes 731122a46e Delete unused GnomeCanvasRichText. 2012-06-18 21:29:21 -04:00
Matthew Barnes 0fdd38639f Remove --enable-plugins=list variation.
With the removal of the 'experimental' plugin group, passing
--enable-plugins=experimental to configure will now cause the Makefile
to try and build a plugin named 'experimental', which will result in a
mysterious "experimental: No such file or directory" build error.

This is because of the "list" fallback behavior: if the option is not
one of "no", "base" or "all" then the configure script assumes it to be
a list of plugin names.  I've never known that to be useful to anyone,
so remove the "list of plugin names" behavior and replace it with an
informative error message.

Eventually the --enable-plugins will be removed entirely since EPlugin
is deprecated.
2012-06-18 21:08:35 -04:00
Matthew Barnes e9c96b8b79 Remove Mono and Python EPlugin bindings.
EPlugin is deprecated.  These bindings have never been used for anything
and they're never going to be used at this point.  Remove the dead weight.
2012-06-18 20:48:32 -04:00
Matthew Barnes 0252395e8e No more experimental plugins.
We don't have any experimental plugins left.  Remove the slot for it in
configure.ac so we don't pick up anymore.  EPlugin is deprecated anyway.
2012-06-18 11:04:04 -04:00
Matthew Barnes 09fb1eb515 Clarify that libcanberra-gtk3 is optional. 2012-06-18 10:54:54 -04:00
Cosimo Cecchi f2a2b68c52 e-text: misc cleanup 2012-06-18 10:27:01 -04:00
Cosimo Cecchi 81b6d4b963 e-text: remove unused draw_background property
It's always FALSE.
2012-06-18 10:27:01 -04:00
Cosimo Cecchi 7cbdc483cc all: don't set draw_background to FALSE on EText 2012-06-18 10:27:01 -04:00
Cosimo Cecchi 4a053b1286 e-text: remove unused draw_borders property
Nobody ever sets it.
2012-06-18 10:27:01 -04:00
Cosimo Cecchi 86f388e13a e-text: remove property that is never set 2012-06-18 10:27:00 -04:00
Cosimo Cecchi 71bc5588d3 e-text: remove draw-button property
Nothing in Evolution sets it, so we can just remove this.
2012-06-18 10:27:00 -04:00
Cosimo Cecchi 770f741f83 e-text: remove commented out code 2012-06-18 10:27:00 -04:00
Dan Vrátil 3dfda2606c Bug #431497 - Offline mode should disable loading of images from the internet 2012-06-18 15:44:32 +02:00
Milan Crha 6c05b09be1 Do not call g_object_notify() when property didn't change 2012-06-18 15:35:44 +02:00
Andre Klapper e045e6f123 User Docs: Clarify which Exchange connector is recommended 2012-06-18 14:08:30 +02:00
Dan Vrátil fe59b10f04 Bug #677608 - Fails to open message which is not yet downloaded 2012-06-18 13:44:58 +02:00
Dan Vrátil 031c40a517 Bug #764467 - URL popup shows all Copy options 2012-06-18 13:42:39 +02:00
Dan Vrátil 88a372b27e Fix some memory leaks 2012-06-18 13:42:39 +02:00
Milan Crha 0c2a0824be Bug #678304 - Save Draft prevents Evolution's quit 2012-06-18 12:25:35 +02:00
Matthew Barnes 4ae34107a5 Remove -Werror from AM_INIT_AUTOMAKE.
Can't guarantee external software packages will not cause warnings.
2012-06-17 10:41:45 -04:00
Andre Klapper cde4a9ae53 User Docs: Update a bug report URL in a comment 2012-06-16 23:35:22 +02:00
Matthew Barnes b1562e75b0 cal-config-caldav: Hide host details for collection members. 2012-06-15 12:30:12 -04:00
Matthew Barnes 1489dc4fd8 Disable 'Rename' if source is a collection member.
For consistency with the Preferences window.  We assume the display
names are server-assigned and not user-assigned, at least not assigned
through Evolution.
2012-06-15 11:32:27 -04:00
Matthew Barnes a3048b477f ESourceConfig: Lock down name when editing a collection member. 2012-06-15 08:22:52 -04:00