diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-04-27 23:42:49 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-04-27 23:42:49 +0800 |
commit | 7a6143871342888bfb3f3844fc8c94f0fe7ed18e (patch) | |
tree | 9562c1311beb62767437e008b809266e7af06809 /mail/evolution-mail.schemas.in | |
parent | 5fcaadbc9a16f711c0fe81933ec9615f289c8fa8 (diff) | |
download | gsoc2013-evolution-7a6143871342888bfb3f3844fc8c94f0fe7ed18e.tar.gz gsoc2013-evolution-7a6143871342888bfb3f3844fc8c94f0fe7ed18e.tar.zst gsoc2013-evolution-7a6143871342888bfb3f3844fc8c94f0fe7ed18e.zip |
Bug #303653 - Make headers collapsable in preview pane
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 993fa406a8..cb697b5aff 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -882,7 +882,23 @@ </long> </locale> </schema> - + + <schema> + <key>/schemas/apps/evolution/mail/display/paned_view_headers_state</key> + <applyto>/apps/evolution/mail/display/paned_view_headers_state</applyto> + <owner>evolution-mail</owner> + <type>int</type> + <default>0</default> + <locale name="C"> + <short>State of message headers in paned view</short> + <long> + Describes wheter message headers in paned view should be collapsed or expanded by default. + "0" = expanded + "1" = collapsed + </long> + </locale> + </schema> + <!-- Mail Browser --> <schema> |