diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-19 13:46:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-19 13:46:19 +0800 |
commit | 60e6ecbb42bf19c23638cd4b7643b2ec19320b57 (patch) | |
tree | 4505a8ff087ebe9ca71892abc3e968d437542270 /mail/evolution-mail.schemas.in | |
parent | 668db990795a7677afc0d0bcb7c463abe1571d5a (diff) | |
download | gsoc2013-evolution-60e6ecbb42bf19c23638cd4b7643b2ec19320b57.tar.gz gsoc2013-evolution-60e6ecbb42bf19c23638cd4b7643b2ec19320b57.tar.zst gsoc2013-evolution-60e6ecbb42bf19c23638cd4b7643b2ec19320b57.zip |
Remove some obsolete GConf keys.
/apps/evolution/mail/display/show_preview
/apps/evolution/mail/display/thread_list
These keys are no longer needed since we're storing the settings by
folder now in ~/.evolution/mail/config/state. To simplify things we use
hard-coded defaults: TRUE for PreviewVisible, FALSE for GroupByThreads.
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 1af394f6ab..09d875a361 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -572,20 +572,6 @@ </schema> <schema> - <key>/schemas/apps/evolution/mail/display/show_preview</key> - <applyto>/apps/evolution/mail/display/show_preview</applyto> - <owner>evolution-mail</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Show the "Preview" pane</short> - <long> - Show the "Preview" pane. - </long> - </locale> - </schema> - - <schema> <key>/schemas/apps/evolution/mail/display/enable_vfolders</key> <applyto>/apps/evolution/mail/display/enable_vfolders</applyto> <owner>evolution-mail</owner> @@ -703,20 +689,6 @@ </schema> <schema> - <key>/schemas/apps/evolution/mail/display/thread_list</key> - <applyto>/apps/evolution/mail/display/thread_list</applyto> - <owner>evolution-mail</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Thread the message-list</short> - <long> - Thread the message list. - </long> - </locale> - </schema> - - <schema> <key>/schemas/apps/evolution/mail/display/address_compress</key> <applyto>/apps/evolution/mail/display/address_compress</applyto> <owner>evolution-mail</owner> |