Commit Graph

60 Commits

Author SHA1 Message Date
a3d8af4f51 Remove obsolete 'mime-types' key from evolution.convert
Reported downstream at https://bugzilla.redhat.com/show_bug.cgi?id=1175430
2014-12-22 14:46:58 +01:00
8650fb139a Bug 540362: [webkit-composer] Use webkit for composer
Merge wip/webkit-composer branch into master.
2014-06-09 16:32:25 +02:00
1e9dfaf591 Bug 710835 - evolution.convert: Add trailing / for schemas paths
Newer versions of GLib are more strict about this.

See https://bugzilla.gnome.org/704802
2013-10-25 18:34:58 -04:00
3b8a9ed601 Bug 703490 - Stop invoking spamc, just use spamassassin
SpamAssassin is clearly not intended for use by mail clients, as
evidenced by the number of backflips Evolution's SA module still has to
do just to detect the presence and nature of a running spamd (a problem
which D-Bus solved a decade ago), and recent SA developer comments.

In lieu of removing SA support entirely, remove all the crazy GSettings
that are (thankfully) not exposed in the UI and relegate Evolution's SA
integration to only the most basic usage (spamassassin / sa-learn).

Users are better off with Bogofilter anyway.  Leave SpamAssassin for
mail servers.
2013-07-08 00:08:54 -04:00
289d96f5f0 Remove "drag-and-drop-save-name-format" setting.
Hidden setting, no clear use case, and poorly implemented.
2013-05-09 16:31:04 -04:00
60386356e3 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.
2013-04-20 13:15:27 -04:00
245ef883d9 evolution.convert: no-folder-dots setting was removed. 2013-03-31 16:29:35 -04:00
09b7686c4a Add "headers-collapsed" setting.
Replaces "paned-view-headers-state", which was defined as an integer for
some stupid reason.  Not bothering to migrate the old setting since it's
one button click.
2013-03-17 08:49:12 -04:00
b2f37bb1e1 evolution.convert: Remove leftover "force-message-limit" entry.
The GSettings key was removed in commit f4c30fe:
"Bug #672249 - Crash when showing message with large text/plain"

This was causing gsettings-data-convert to abort and not mark itself
as having run, so the GConf conversion runs repeatedly, potentially
overwriting changes the user made in GSettings.
2012-10-15 11:15:10 -04:00
62a4fb0912 Remove "last-upgraded-version" GSettings key.
AFAICT, this key does nothing useful and only confuses me every time I
read the EShell migration code.

The "version" key records the most recently used Evolution version.
That's all we need for migration.  And since downgrading Evolution is
not supported, we can assume this value will only increase over time.
2012-07-02 11:52:01 -04:00
94daae3dba Remove the last remaining usage of GConf 2012-06-15 09:04:08 +02:00
5d85d3e49c Bug #569540 - Remove unused message-display-style GSettings key 2012-06-14 10:58:10 +02:00
e8dc7d80f7 Adapt to evolution-data-server's port from GConf to GSettings 2012-06-14 10:45:56 +02:00
b4fbbde6ab Remove "enable-local" and "enable-vfolders" GSettings key.
We have built-in ESources for the 'local' and 'vfolder' mail stores,
and can now track their enabled state as we would any other mail store.
2012-06-08 13:47:22 -04:00
a1be1eaa01 Adapt GSettings schemas to the new ESource API. 2012-06-02 23:00:39 -04:00
59e6fdd094 Bug 672593 - Typos in evolution.convert 2012-03-21 22:02:14 -04:00
511c2a0a57 Bug 666695 - Wrong schema for relocatable path in evolution.convert 2011-12-23 00:19:08 -05:00
a7699bb29f "citation-colour" -> "citation-color" 2011-11-27 18:03:45 -06:00
f6f46ce7fc Use e_restore_window() and "org.gnome.evolution.window".
Apply it to all windows with persistent size and/or position.
2011-11-27 18:03:45 -06:00
2e60b6a4a2 Tweak GSettings schemas.
- Don't use the term "eplugin" for modules.

- Use the term "plugin" instead of "eplugin" for plugins.

- Split SpamAssassin settings into a separate schema.
2011-11-22 20:42:56 -05:00
adf6645d52 Fix some GSettings runtime issues. 2011-11-22 20:42:46 -05:00
73656ae57e Port autocontacts plugin to GSettings 2011-11-17 17:19:48 +01:00
55ed27cd2f Migrate EShellSettings to GSettings 2011-11-14 17:19:25 +01:00
80b0ca6849 Migrate itip formatter to GSettings 2011-11-04 15:55:21 +01:00
5182ae7cef Migrate mail notification plugin to GSettings 2011-11-02 14:41:12 +01:00
80937eb544 Addressbook module GSettings migration 2011-11-01 17:40:16 +01:00
fa4a42d741 Migrate SA extension to GSettings 2011-11-01 17:26:07 +01:00
8d001181fb Almost no more GConf in e-util 2011-10-26 12:29:31 +02:00
3b32549c69 And yet more GSettings migration on the mail component 2011-10-19 18:24:07 +02:00
b9eebfcb4f More mail GSettings migration 2011-10-19 11:46:15 +02:00
5efdc804e4 Make e_utils_prompt_user and callers use GSettings keys 2011-10-14 13:46:33 +02:00
de38aaef11 Migrate external editor plugin to GSettings 2011-10-14 12:52:51 +02:00
3dc5ac02b4 Migrate prefer-plain plugin to GSettings 2011-10-14 12:25:34 +02:00
b436b84683 Migrate Contact Editor to GSettings 2011-10-13 17:00:14 +02:00
b77871e4fd Migrate ECalShellContent to GSettings 2011-10-10 18:11:01 +02:00
2f62d91630 Port calendar importer to GSettings 2011-10-10 17:13:18 +02:00
8732431bd9 Port ETask/MemoShellContent to GSettings 2011-09-21 18:16:23 +02:00
c27e999441 Port ETaskShellBackend to GSettings 2011-09-21 17:28:22 +02:00
6e7cb87f87 Port e-task-shell-view-actions to GSettings 2011-09-21 17:21:35 +02:00
d757ba352a Port EMemoShellBackend to GSettings 2011-09-21 17:15:07 +02:00
b9a43c056c Port ECalShellBackend to GSettings 2011-09-21 17:04:46 +02:00
67c036a339 Port calendar sidebar to use GSettings 2011-09-21 16:36:08 +02:00
5226e534df Port e-memo-shell-view-actions.c to use GSettings 2011-09-21 16:30:48 +02:00
5329da7306 Fix typo in GSettings key 2011-09-15 13:59:00 +02:00
f304d1898d Port most settings in calendar-config.c to GSettings 2011-09-15 13:47:06 +02:00
035eda3f14 Port alarm-notify configuration to GSettings 2011-09-15 11:26:58 +02:00
0886cc544f Port event/task/meeting editor to GSettings 2011-09-15 11:26:58 +02:00
a0f84a5934 Migrate all mail schemas to GSettings 2010-11-16 10:35:13 +01:00
63488d0db6 Migrated half of the mail schemas to GSettings 2010-11-09 23:33:24 +01:00
8c726b3b04 Migrate composer schemas to GSettings 2010-11-09 23:33:24 +01:00