diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-08 19:55:58 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-08 19:56:52 +0800 |
commit | b5b45ab7e8bd8d663ef81a5c8d6dfc5efaa7d646 (patch) | |
tree | c2da16075cce9e4e233dfaaa8148050ddf2cbdfe /mail/evolution-mail.schemas.in | |
parent | 1837179f0253a133f9fd5636b9a4d347ba5d1201 (diff) | |
download | gsoc2013-evolution-b5b45ab7e8bd8d663ef81a5c8d6dfc5efaa7d646.tar.gz gsoc2013-evolution-b5b45ab7e8bd8d663ef81a5c8d6dfc5efaa7d646.tar.zst gsoc2013-evolution-b5b45ab7e8bd8d663ef81a5c8d6dfc5efaa7d646.zip |
Bug 501534 - apply new customized view to all folders
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 30ae3933a3..5ab3e37735 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -326,6 +326,19 @@ </schema> <schema> + <key>/schemas/apps/evolution/mail/display/global_view_setting</key> + <applyto>/apps/evolution/mail/display/global_view_setting</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Enable to use a similar message list view settings for all folders</short> + <long> Enable to use a similar message list view settings for all folders. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/display/mark_citations</key> <applyto>/apps/evolution/mail/display/mark_citations</applyto> <owner>evolution-mail</owner> |