diff options
author | Milan Crha <mcrha@redhat.com> | 2010-10-08 18:16:53 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-10-08 18:16:53 +0800 |
commit | d515cfc3324b04e3686becd931da1fd2bfdfa892 (patch) | |
tree | 0a412020cc1602d8bf11d9e30f3ca56e02520a86 /mail/evolution-mail.schemas.in | |
parent | 8f413c5b279241a2db752f8a2ebba99d4ce820f4 (diff) | |
download | gsoc2013-evolution-d515cfc3324b04e3686becd931da1fd2bfdfa892.tar.gz gsoc2013-evolution-d515cfc3324b04e3686becd931da1fd2bfdfa892.tar.zst gsoc2013-evolution-d515cfc3324b04e3686becd931da1fd2bfdfa892.zip |
Bug #223337 - Auto-close message-browser when replying to them
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 737dcfa76a..26f9faaea9 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1154,6 +1154,23 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/prompts/reply_close_browser</key> + <applyto>/apps/evolution/mail/prompts/reply_close_browser</applyto> + <owner>evolution-mail</owner> + <type>string</type> + <default>ask</default> + <locale name="C"> + <short>Prompt when replying or forwarding from a mail browser whether close it</short> + <long> + Possible values are: + never - to never close browser window + always - to always close browser window + ask - (or any other value) will ask user + </long> + </locale> + </schema> + <!-- Trash settings --> <schema> |