aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-errors.xml
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-01-20 11:56:22 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-01-20 11:56:22 +0800
commit774affb0aa62f4feb53e6a2e14f5ab2703d7beeb (patch)
tree4d0001db11dd96198bc0e623ccf13ab84aa5b4e5 /mail/mail-errors.xml
parentc735fd6d802d141cfa2be6d8c4ee3837a2b17898 (diff)
downloadgsoc2013-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/mail-errors.xml')
-rw-r--r--mail/mail-errors.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/mail-errors.xml b/mail/mail-errors.xml
index a71b35962d..25fa41b99f 100644
--- a/mail/mail-errors.xml
+++ b/mail/mail-errors.xml
@@ -69,6 +69,13 @@ Many email systems add an Apparently-To header to messages that only have BCC re
<button label="_Empty Trash" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="ask-open-many" type="warning" default="GTK_RESPONSE_CANCEL">
+ <primary>Are you sure you want to open {0} messages at once?</primary>
+ <secondary>Opening too many messages at once may take a long time.</secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button label="_Open Messages" response="GTK_RESPONSE_YES"/>
+ </error>
+
<error id="exit-unsaved" type="warning" default="GTK_RESPONSE_NO">
<primary>You have unsent messages, do you wish to quit anyway?</primary>
<secondary>If you quit, these messages will not be sent until Evolution is started again.</secondary>