aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2010-04-27 07:13:24 +0800
committerFederico Mena Quintero <federico@novell.com>2010-04-27 07:13:24 +0800
commit0b07840e26f7c793939ec8226695ffca19aa1bfb (patch)
treea16ca35139a60b25f642e3f8c68580dee227ec03 /mail
parent7ef34bfaae3e776101ff086bfb18494869e39e55 (diff)
downloadgsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.gz
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.bz2
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.lz
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.xz
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.tar.zst
gsoc2013-evolution-0b07840e26f7c793939ec8226695ffca19aa1bfb.zip
Don't use gconf to store the names of widgets to hide
That was just for development. Now we hardcode the lists of widgets. Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution-mail.schemas.in38
1 files changed, 0 insertions, 38 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in
index 3bc4e35700..09d875a361 100644
--- a/mail/evolution-mail.schemas.in
+++ b/mail/evolution-mail.schemas.in
@@ -1528,43 +1528,5 @@
</locale>
</schema>
- <!-- Widgets to hide in Express mode -->
-
- <schema>
- <key>/schemas/apps/evolution/mail/express_preferences_hidden</key>
- <applyto>/apps/evolution/mail/express_preferences_hidden</applyto>
- <owner>evolution-mail</owner>
- <type>list</type>
- <list_type>string</list_type>
- <default>[hboxReadTimeout,hboxMailSizeLimit,hboxShrinkAddresses,magic_spacebar_checkbox,hboxEnableSearchFolders]</default>
- <locale name="C">
- <short>List of controls to hide when in Express mode</short>
- <long>
- List of names for the controls in the user interface,
- which should be hidden when Evolution is running in Express
- mode.
- This pertains to the mailer preferences in mail-config.ui.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/evolution/mail/composer/express_preferences_hidden</key>
- <applyto>/apps/evolution/mail/composer/express_preferences_hidden</applyto>
- <owner>evolution-mail</owner>
- <type>list</type>
- <list_type>string</list_type>
- <default>[chkOutlookFilenames,vboxTopPosting,labelAlerts,chkPromptEmptySubject]</default>
- <locale name="C">
- <short>List of controls to hide when in Express mode</short>
- <long>
- List of names for the controls in the user interface,
- which should be hidden when Evolution is running in Express
- mode.
- This pertains to the mailer preferences in mail-config.ui.
- </long>
- </locale>
- </schema>
-
</schemalist>
</gconfschemafile>