diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-10-15 23:15:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-10-15 23:15:10 +0800 |
commit | b2f37bb1e10e6aff19843489fded9a136377a70a (patch) | |
tree | 5a18af1848cf2c0a58ead196f97b20450eb60bb7 /data | |
parent | 890f31bd076da194c5b7ea8022e72c8aad4a0de1 (diff) | |
download | gsoc2013-evolution-b2f37bb1e10e6aff19843489fded9a136377a70a.tar gsoc2013-evolution-b2f37bb1e10e6aff19843489fded9a136377a70a.tar.gz gsoc2013-evolution-b2f37bb1e10e6aff19843489fded9a136377a70a.tar.bz2 gsoc2013-evolution-b2f37bb1e10e6aff19843489fded9a136377a70a.tar.lz gsoc2013-evolution-b2f37bb1e10e6aff19843489fded9a136377a70a.tar.xz gsoc2013-evolution-b2f37bb1e10e6aff19843489fded9a136377a70a.tar.zst gsoc2013-evolution-b2f37bb1e10e6aff19843489fded9a136377a70a.zip |
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.
Diffstat (limited to 'data')
-rw-r--r-- | data/evolution.convert | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/evolution.convert b/data/evolution.convert index 1246152013..a859168710 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -139,7 +139,6 @@ error-timeout = /apps/evolution/mail/display/error_timeout filters-log-actions = /apps/evolution/mail/filters/log filters-log-file = /apps/evolution/mail/filters/logfile flush-outbox = /apps/evolution/mail/filters/flush-outbox -force-message-limit = /apps/evolution/mail/display/force_message_limit forward-style = /apps/evolution/mail/format/forward_style global-view-setting = /apps/evolution/mail/display/global_view_setting headers = /apps/evolution/mail/display/headers |