From f2d0cc79bd9acaf31777e1d41ff68ad0e1c104a1 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 7 Apr 2010 17:56:42 -0500 Subject: Schemas with widgets to hide for the mailer and composer preferences These get read when creating the preferences widgets, and the widgets whose names are mentioned in the GConf values will get hidden when in Express mode. Signed-off-by: Federico Mena Quintero --- mail/evolution-mail.schemas.in | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'mail/evolution-mail.schemas.in') diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 09d875a361..5e7ac53666 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1528,5 +1528,43 @@ + + + + /schemas/apps/evolution/mail/express_preferences_hidden + /apps/evolution/mail/express_preferences_hidden + evolution-mail + list + string + [hboxReadTimeout,hboxMailSizeLimit,hboxShrinkAddresses,magic_spacebar_checkbox,hboxEnableSearchFolders] + + List of controls to hide when in Express mode + + 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. + + + + + + /schemas/apps/evolution/mail/composer/express_preferences_hidden + /apps/evolution/mail/composer/express_preferences_hidden + evolution-mail + list + string + [chkOutlookFilenames,vboxTopPosting,chkPromptEmptySubject] + + List of controls to hide when in Express mode + + 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. + + + + -- cgit v1.2.3 From 5b5ac7a174676bf665b627b25d25ae9a9de689f4 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 8 Apr 2010 18:05:07 -0500 Subject: Hide the Alerts label in the composer's preferences We don't need that heading as it would only have one sub-option. Signed-off-by: Federico Mena Quintero --- mail/evolution-mail.schemas.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/evolution-mail.schemas.in') diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 5e7ac53666..3bc4e35700 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1554,7 +1554,7 @@ evolution-mail list string - [chkOutlookFilenames,vboxTopPosting,chkPromptEmptySubject] + [chkOutlookFilenames,vboxTopPosting,labelAlerts,chkPromptEmptySubject] List of controls to hide when in Express mode -- cgit v1.2.3 From 0b07840e26f7c793939ec8226695ffca19aa1bfb Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 26 Apr 2010 18:13:24 -0500 Subject: 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 --- mail/evolution-mail.schemas.in | 38 -------------------------------------- 1 file changed, 38 deletions(-) (limited to 'mail/evolution-mail.schemas.in') 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 @@ - - - - /schemas/apps/evolution/mail/express_preferences_hidden - /apps/evolution/mail/express_preferences_hidden - evolution-mail - list - string - [hboxReadTimeout,hboxMailSizeLimit,hboxShrinkAddresses,magic_spacebar_checkbox,hboxEnableSearchFolders] - - List of controls to hide when in Express mode - - 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. - - - - - - /schemas/apps/evolution/mail/composer/express_preferences_hidden - /apps/evolution/mail/composer/express_preferences_hidden - evolution-mail - list - string - [chkOutlookFilenames,vboxTopPosting,labelAlerts,chkPromptEmptySubject] - - List of controls to hide when in Express mode - - 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. - - - - -- cgit v1.2.3 From 06c2d6b35fdca4f16c53bdbf85d9e8c3e620ee76 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 4 May 2010 15:47:36 -0500 Subject: Remove the mail/composer/show_mail_from GConf schema There will no longer be an option to show/hide the From header; instead its visibility will depend on the number of email accounts that are configured. Signed-off-by: Federico Mena Quintero --- mail/evolution-mail.schemas.in | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'mail/evolution-mail.schemas.in') diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 09d875a361..294cf75f9a 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -159,21 +159,6 @@ - - /schemas/apps/evolution/mail/composer/show_mail_from - /apps/evolution/mail/composer/show_mail_from - evolution-mail - bool - true - - Show "From" field when sending a mail message - - Show the "From" field when sending a mail message. This is - controlled from the View menu when a mail account is chosen. - - - - /schemas/apps/evolution/mail/composer/show_mail_reply_to /apps/evolution/mail/composer/show_mail_reply_to -- cgit v1.2.3