diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-05-05 04:47:36 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-05-05 04:48:40 +0800 |
commit | 06c2d6b35fdca4f16c53bdbf85d9e8c3e620ee76 (patch) | |
tree | 97327814426f137c8bff89874ea7228364b4e288 /mail/evolution-mail.schemas.in | |
parent | 6dce401d7379e8b5724bccde1f731de65435089f (diff) | |
download | gsoc2013-evolution-06c2d6b35fdca4f16c53bdbf85d9e8c3e620ee76.tar.gz gsoc2013-evolution-06c2d6b35fdca4f16c53bdbf85d9e8c3e620ee76.tar.zst gsoc2013-evolution-06c2d6b35fdca4f16c53bdbf85d9e8c3e620ee76.zip |
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 <federico@novell.com>
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ -160,21 +160,6 @@ </schema> <schema> - <key>/schemas/apps/evolution/mail/composer/show_mail_from</key> - <applyto>/apps/evolution/mail/composer/show_mail_from</applyto> - <owner>evolution-mail</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Show "From" field when sending a mail message</short> - <long> - Show the "From" field when sending a mail message. This is - controlled from the View menu when a mail account is chosen. - </long> - </locale> - </schema> - - <schema> <key>/schemas/apps/evolution/mail/composer/show_mail_reply_to</key> <applyto>/apps/evolution/mail/composer/show_mail_reply_to</applyto> <owner>evolution-mail</owner> |