aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.error.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2007-11-12 18:43:05 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-11-12 18:43:05 +0800
commitdbe6756f09935e1b9ed86cb989c32973efc03df5 (patch)
tree29a9998577697fd4f637f9ca63936ad9885a9ea4 /mail/mail.error.xml
parent5d76e1265b1d62a72efae113affed21ff5a52dc7 (diff)
downloadgsoc2013-evolution-dbe6756f09935e1b9ed86cb989c32973efc03df5.tar
gsoc2013-evolution-dbe6756f09935e1b9ed86cb989c32973efc03df5.tar.gz
gsoc2013-evolution-dbe6756f09935e1b9ed86cb989c32973efc03df5.tar.bz2
gsoc2013-evolution-dbe6756f09935e1b9ed86cb989c32973efc03df5.tar.lz
gsoc2013-evolution-dbe6756f09935e1b9ed86cb989c32973efc03df5.tar.xz
gsoc2013-evolution-dbe6756f09935e1b9ed86cb989c32973efc03df5.tar.zst
gsoc2013-evolution-dbe6756f09935e1b9ed86cb989c32973efc03df5.zip
** Fix for bug #263236
2007-11-12 Milan Crha <mcrha@redhat.com> ** Fix for bug #263236 * mail.error.xml: New message "ask-delete-vfolder-msg". * em-folder-view.c: (emfv_delete_msg_response), (emfv_popup_delete): When deleting from vFolder, ask if really want to and warn about deleting in a real folder too. * evolution-mail.schemas.in: New option "/apps/evolution/mail/prompts/delete_in_vfolder" to not ask again. svn path=/trunk/; revision=34523
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r--mail/mail.error.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index d62e8f694f..8c19265736 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -190,6 +190,15 @@ 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-vfolder-msg" type="question" default="GTK_RESPONSE_CANCEL">
+ <_title>Delete messages in virtual folder?</_title>
+ <_primary>Delete messages in virtual folder &quot;{0}&quot;?</_primary>
+ <_secondary xml:space="preserve">Warning deleting email from a virtual folder will delete the actual email from one of your Inbox folders.
+Do you really want to do this?</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
+ </error>
+
<error id="no-rename-folder-exists" type="error">
<_primary>Cannot rename &quot;{0}&quot; to &quot;{1}&quot;.</_primary>
<_secondary xml:space="preserve">A folder named &quot;{1}&quot; already exists. Please use a different name.</_secondary>