diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-14 01:00:19 +0800 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-07-15 23:48:45 +0800 |
commit | 0f7b73d6396ccc08c479c86759c0a3016a1aaf3e (patch) | |
tree | ecbca25b3dc91b82f54f6282522acf66c2602ccc /mail/mail.error.xml | |
parent | d3d4fbbe25bccb73bfadef4f5b60a5c9f44aae2b (diff) | |
download | gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.tar.gz gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.tar.zst gsoc2013-evolution-0f7b73d6396ccc08c479c86759c0a3016a1aaf3e.zip |
Bug 624204 - Warn when replying privately to a mailing list message
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 129b4e6250..a9be483a99 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -58,6 +58,15 @@ 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-list-private-reply" type="question" default="GTK_RESPONSE_CANCEL"> + <_primary>Send private reply?</_primary> + <_secondary>You are replying to a message which arrived via a mailing list, but you are replying privately to the sender; not to the list. Are you sure you want to proceed?</_secondary> + <button response="GTK_RESPONSE_NO" _label="Reply _Privately"/> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button response="GTK_RESPONSE_YES" _label="Reply to _All"></button> + <button response="GTK_RESPONSE_OK" _label="Reply to _List"></button> + </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> |