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.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index 6f7b62b615..ef1b5dac94 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -203,6 +203,19 @@ Many email systems add an Apparently-To header to messages that only have BCC re
<button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
</error>
+ <error id="ask-delete-folder-nochild" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Really delete folder "{0}"?</_primary>
+ <_secondary xml:space="preserve">If you delete the folder, all of its contents will be deleted permanently.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="ask-delete-vfolder-nochild" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Really delete folder "{0}"?</_primary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
+ </error>
+
<error id="ask-delete-vfolder-msg" type="question" default="GTK_RESPONSE_CANCEL">
<_primary>Delete messages in Search Folder "{0}"?</_primary>
<_secondary xml:space="preserve">Warning: Deleting messages from a Search Folder will delete the actual message from one of your local or remote folders.