diff options
author | Not Zed <NotZed@Ximian.com> | 2005-01-20 11:56:22 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-01-20 11:56:22 +0800 |
commit | 774affb0aa62f4feb53e6a2e14f5ab2703d7beeb (patch) | |
tree | 4d0001db11dd96198bc0e623ccf13ab84aa5b4e5 /mail/evolution-mail.schemas.in.in | |
parent | c735fd6d802d141cfa2be6d8c4ee3837a2b17898 (diff) | |
download | gsoc2013-evolution-774affb0aa62f4feb53e6a2e14f5ab2703d7beeb.tar gsoc2013-evolution-774affb0aa62f4feb53e6a2e14f5ab2703d7beeb.tar.gz gsoc2013-evolution-774affb0aa62f4feb53e6a2e14f5ab2703d7beeb.tar.bz2 gsoc2013-evolution-774affb0aa62f4feb53e6a2e14f5ab2703d7beeb.tar.lz gsoc2013-evolution-774affb0aa62f4feb53e6a2e14f5ab2703d7beeb.tar.xz gsoc2013-evolution-774affb0aa62f4feb53e6a2e14f5ab2703d7beeb.tar.zst gsoc2013-evolution-774affb0aa62f4feb53e6a2e14f5ab2703d7beeb.zip |
** See bug #55831.
2005-01-20 Not Zed <NotZed@Ximian.com>
** See bug #55831.
* evolution-mail.schemas.in.in: added open_many prompt key.
* mail-errors.xml: added ask-open-many
* em-folder-view.c (em_folder_view_open_selected): put back the
'you're opening too many are you sure' thing.
svn path=/trunk/; revision=28454
Diffstat (limited to 'mail/evolution-mail.schemas.in.in')
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index 17f3ce4ea7..f4752ef99d 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -646,6 +646,21 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/prompts/open_many</key> + <applyto>/apps/evolution/mail/prompts/open_many</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Prompt when user tries to open 10 or more messages at once</short> + <long> + If a user tries to open 10 or more messages at one time, ask the user + if they really want to do it. + </long> + </locale> + </schema> + <!-- Trash settings --> <schema> |