diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-08-08 14:47:01 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-08-08 14:47:01 +0800 |
commit | 0014b8c62e298231da5180a298360a0a24fb2095 (patch) | |
tree | f0cd1b09673d42f68115834f1ee2a3e180df31eb /mail/evolution-mail.schemas.in | |
parent | fbc08b4c26608b550a78366a007fba27c451dae5 (diff) | |
download | gsoc2013-evolution-0014b8c62e298231da5180a298360a0a24fb2095.tar.gz gsoc2013-evolution-0014b8c62e298231da5180a298360a0a24fb2095.tar.zst gsoc2013-evolution-0014b8c62e298231da5180a298360a0a24fb2095.zip |
Added a command line option to disable preview/selection for crash on select.
svn path=/trunk/; revision=33967
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index cf8fd538fe..df906cd5cd 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -401,6 +401,21 @@ </schema> <schema> + <key>/schemas/apps/evolution/mail/display/safe_list</key> + <applyto>/apps/evolution/mail/display/safe_list</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Hides the per-folder preview and removes the selection</short> + <long> + This should be a once-readable option and resetted to false after read. This unselects the + mail in the list and removes the preview for that folder. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/display/paned_size</key> <applyto>/apps/evolution/mail/display/paned_size</applyto> <owner>evolution-mail</owner> |