diff options
author | Shreyas Srinivasan <sshreyas@novell.com> | 2005-07-10 18:03:56 +0800 |
---|---|---|
committer | Shreyas Srinivasan <shres@src.gnome.org> | 2005-07-10 18:03:56 +0800 |
commit | 7d9c68cbe5307c661480506c53c6e0c4db56d98e (patch) | |
tree | 81b08b8fe0155bbef550a1ac53b4ad57035410f7 /mail/mail.error.xml | |
parent | 38035659d1d57b512b28b19dc4436609de3d52ca (diff) | |
download | gsoc2013-evolution-7d9c68cbe5307c661480506c53c6e0c4db56d98e.tar.gz gsoc2013-evolution-7d9c68cbe5307c661480506c53c6e0c4db56d98e.tar.zst gsoc2013-evolution-7d9c68cbe5307c661480506c53c6e0c4db56d98e.zip |
Add new functions to remove proxy accounts and proxies created by the
2005-07-10 Shreyas Srinivasan <sshreyas@novell.com>
* mail-config.[ch]: Add new functions to remove proxy accounts and
proxies created by the account.
* mail-compnent.c: Remove proxy accounts at startup
* mail.error.xml: Add warnings for proxy disable and removal of a
proxy when its parents are removed.
* em-account-prefs.c: Add checks not to display proxies and
handling of parent removal/ disabling.
svn path=/trunk/; revision=29698
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 d769aad1c2..5cb2138bdb 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -249,6 +249,15 @@ The message is stored in the Outbox folder. Check the message for errors and re <button stock="gtk-no" _label="Don't delete" response="GTK_RESPONSE_NO"/> </error> +<error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO" modal="true"> + <_title>Delete account?</_title> + <_primary>Are you sure you want to delete this account and all its proxies?</_primary> + <_secondary xml:space="preserve">If you proceed, the account information and +all proxy information will be deleted permanently.</_secondary> + <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> + <button stock="gtk-no" _label="Don't delete" response="GTK_RESPONSE_NO"/> + </error> + <error id="no-save-signature" type="error"> <_primary>Could not save signature file.</_primary> <_secondary xml:space="preserve">Because "{0}".</_secondary> |