aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.error.xml
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-07-14 07:41:57 +0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-07-15 23:48:45 +0800
commit8b8fdabfa64d627ba3e13a77cbb104d463d29fb5 (patch)
tree10d4273116d1a73d507c896230f19e6c51ac6b84 /mail/mail.error.xml
parent0f7b73d6396ccc08c479c86759c0a3016a1aaf3e (diff)
downloadgsoc2013-evolution-8b8fdabfa64d627ba3e13a77cbb104d463d29fb5.tar
gsoc2013-evolution-8b8fdabfa64d627ba3e13a77cbb104d463d29fb5.tar.gz
gsoc2013-evolution-8b8fdabfa64d627ba3e13a77cbb104d463d29fb5.tar.bz2
gsoc2013-evolution-8b8fdabfa64d627ba3e13a77cbb104d463d29fb5.tar.lz
gsoc2013-evolution-8b8fdabfa64d627ba3e13a77cbb104d463d29fb5.tar.xz
gsoc2013-evolution-8b8fdabfa64d627ba3e13a77cbb104d463d29fb5.tar.zst
gsoc2013-evolution-8b8fdabfa64d627ba3e13a77cbb104d463d29fb5.zip
Warn on reply-to-all with too many recipients
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r--mail/mail.error.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index a9be483a99..962a5090a2 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -67,6 +67,14 @@ Many email systems add an Apparently-To header to messages that only have BCC re
<button response="GTK_RESPONSE_OK" _label="Reply to _List"></button>
</error>
+ <error id="ask-reply-many-recips" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Send reply to all recipients?</_primary>
+ <_secondary>You are replying to a message which was sent to many recipients. Are you sure you want to reply to ALL of them?</_secondary>
+ <button response="GTK_RESPONSE_YES" _label="Reply to _All"></button>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button response="GTK_RESPONSE_NO" _label="Reply _Privately"/>
+ </error>
+
<error id="send-no-recipients" type="warning">
<_primary>This message cannot be sent because you have not specified any recipients</_primary>
<_secondary xml:space="preserve">Please enter a valid email address in the To: field. You can search for email addresses by clicking on the To: button next to the entry box.</_secondary>