aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.error.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r--mail/mail.error.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index 62c8b53da3..6f7b62b615 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -15,8 +15,8 @@
<_primary>Are you sure you want to send a message in HTML format?</_primary>
<_secondary xml:space="preserve">Please make sure the following recipients are willing and able to receive HTML email:
{0}</_secondary>
- <button _label="_Send" response="GTK_RESPONSE_YES"/>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Send" response="GTK_RESPONSE_YES"/>
</error>
<error id="ask-send-no-subject" type="question" default="GTK_RESPONSE_YES">
@@ -42,6 +42,22 @@ Many email systems add an Apparently-To header to messages that only have BCC re
<button _label="_Send" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="ask-send-invalid-recip-one" type="question" default="GTK_RESPONSE_YES">
+ <_primary>Are you sure you want to send a message with invalid address?</_primary>
+ <_secondary xml:space="preserve">The following recipient was not recognized as a valid mail address:
+{0}</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Send" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="ask-send-invalid-recip-multi" type="question" default="GTK_RESPONSE_YES">
+ <_primary>Are you sure you want to send a message with invalid addresses?</_primary>
+ <_secondary xml:space="preserve">The following recipients were not recognized as valid mail addresses:
+{0}</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Send" response="GTK_RESPONSE_YES"/>
+ </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>