aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mail.schemas.in
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-01-08 05:27:06 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-01-08 05:27:06 +0800
commit19f1e3fe20c29690aaf07d26e81760405cc577df (patch)
tree76d78a49c48debc47b6204412a73470c781875a7 /mail/evolution-mail.schemas.in
parent8d8e4ac1c23905892a42b779188c852fdead7f5f (diff)
downloadgsoc2013-evolution-19f1e3fe20c29690aaf07d26e81760405cc577df.tar
gsoc2013-evolution-19f1e3fe20c29690aaf07d26e81760405cc577df.tar.gz
gsoc2013-evolution-19f1e3fe20c29690aaf07d26e81760405cc577df.tar.bz2
gsoc2013-evolution-19f1e3fe20c29690aaf07d26e81760405cc577df.tar.lz
gsoc2013-evolution-19f1e3fe20c29690aaf07d26e81760405cc577df.tar.xz
gsoc2013-evolution-19f1e3fe20c29690aaf07d26e81760405cc577df.tar.zst
gsoc2013-evolution-19f1e3fe20c29690aaf07d26e81760405cc577df.zip
Fix some miscellaneous mailer bugs.
svn path=/branches/kill-bonobo/; revision=37011
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r--mail/evolution-mail.schemas.in19
1 files changed, 11 insertions, 8 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in
index d74295f669..3dca693698 100644
--- a/mail/evolution-mail.schemas.in
+++ b/mail/evolution-mail.schemas.in
@@ -570,16 +570,19 @@
</schema>
<schema>
- <key>/schemas/apps/evolution/mail/display/show_wide</key>
- <applyto>/apps/evolution/mail/display/show_wide</applyto>
+ <key>/schemas/apps/evolution/mail/display/layout</key>
+ <applyto>/apps/evolution/mail/display/layout</applyto>
<owner>evolution-mail</owner>
- <type>bool</type>
- <default>false</default>
+ <type>int</type>
+ <default>0</default>
<locale name="C">
- <short>Use side-by-side or wide layout</short>
- <long>
- If the &quot;Preview&quot; pane is on, then show it side-by-side rather than vertically.
- </long>
+ <short>Layout style</short>
+ <long>
+ The layout style determines where to place the preview pane
+ in relation to the message list. "0" (Classic View) places
+ the preview pane below the message list. "1" (Vertical View)
+ places the preview pane next to the message list.
+ </long>
</locale>
</schema>