diff options
author | Sankar P <psankar@novell.com> | 2006-11-09 14:01:47 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2006-11-09 14:01:47 +0800 |
commit | 87d414d59f5363139f0fd945015e23652ff08360 (patch) | |
tree | 3fe23601b89b84193e9cda97a31bba6e773f9cc3 /mail/mail.error.xml | |
parent | 43dc82d3ac631e2ed2b63dcef858089c76a9fb6d (diff) | |
download | gsoc2013-evolution-87d414d59f5363139f0fd945015e23652ff08360.tar.gz gsoc2013-evolution-87d414d59f5363139f0fd945015e23652ff08360.tar.zst gsoc2013-evolution-87d414d59f5363139f0fd945015e23652ff08360.zip |
Disable mail delete for proxy when there are not enough rights
2006-11-09 Sankar P <psankar@novell.com>
* em-folder-browser.c: (emfb_view_hide_selected):
* em-folder-view.c: (emfv_popup_delete):
* mail.error.xml:
Disable mail delete for proxy when there are not enough rights
svn path=/trunk/; revision=32958
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 21584eaf29..936bcf9748 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -391,5 +391,11 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <_secondary xml:space="preserve">Please enable the account or send using another account.</_secondary> </error> + <error id="no-delete-permission" type="warning"> + <_primary>Mail Deletion Failed</_primary> + <_secondary xml:space="preserve">You do not have sufficient permissions to delete this mail.</_secondary> + </error> + + </error-list> |