diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-09 02:16:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-09 20:44:22 +0800 |
commit | 84cfc5b80c4d3845b41358d68e33383c2c66a566 (patch) | |
tree | a202540db1065e73ecc97fa3ee3e57b07d83767c /mail/mail.error.xml | |
parent | 9c797884816c948ead7eb93070d639498f321bd4 (diff) | |
download | gsoc2013-evolution-84cfc5b80c4d3845b41358d68e33383c2c66a566.tar.gz gsoc2013-evolution-84cfc5b80c4d3845b41358d68e33383c2c66a566.tar.zst gsoc2013-evolution-84cfc5b80c4d3845b41358d68e33383c2c66a566.zip |
Add e_mail_reader_refresh_folder().
To replace mail_refresh_folder().
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 ed3856e51a..a41d4a4458 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -195,6 +195,11 @@ Many email systems add an Apparently-To header to messages that only have BCC re <_secondary xml:space="preserve">System folders are required for Evolution to function correctly and cannot be renamed, moved, or deleted.</_secondary> </error> + <error id="no-refresh-folder" type="warning"> + <_primary>Failed to refresh folder "{0}".</_primary> + <_secondary>The reported error was "{1}".</_secondary> + </error> + <error id="no-rename-special-folder" type="error"> <_primary>Cannot rename or move system folder "{0}".</_primary> <_secondary xml:space="preserve">System folders are required for Evolution to function correctly and cannot be renamed, moved, or deleted.</_secondary> |