diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-01 05:16:57 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:20 +0800 |
commit | a2747569c8c4716c83880a6cc796ee1bd9b3f420 (patch) | |
tree | 334775949a9eb1443267fac7fd3a1c51d9c875d5 /mail/mail.error.xml | |
parent | 616f0b140bb937d7afeb46f834e32e8c51a67e1e (diff) | |
download | gsoc2013-evolution-a2747569c8c4716c83880a6cc796ee1bd9b3f420.tar.gz gsoc2013-evolution-a2747569c8c4716c83880a6cc796ee1bd9b3f420.tar.zst gsoc2013-evolution-a2747569c8c4716c83880a6cc796ee1bd9b3f420.zip |
Kill em_folder_utils_unsubscribe_folder().
Use e_mail_session_unsubscribe_folder() instead.
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 60e4d5670c..0e9dfa151f 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -486,5 +486,10 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <_secondary>Folder '{0}' doesn't contain any duplicate message.</_secondary> <button stock="gtk-ok" response="GTK_RESPONSE_OK"/> </error> + + <error id="folder-unsubscribe" type="warning"> + <_primary>Failed to unsubscribe from folder.</_primary> + <_secondary>The reported error was "{0}".</_secondary> + </error> </error-list> |