diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-18 00:08:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-18 07:51:11 +0800 |
commit | b3b917365ff2e813df0503e94267f2cb3bab4255 (patch) | |
tree | 30fc79ded6cfd43eed38d09c20ed8884c1a9a739 /mail/mail.error.xml | |
parent | 8520334bc8a1745f5954f0b69252418e12d4c3a2 (diff) | |
download | gsoc2013-evolution-b3b917365ff2e813df0503e94267f2cb3bab4255.tar.gz gsoc2013-evolution-b3b917365ff2e813df0503e94267f2cb3bab4255.tar.zst gsoc2013-evolution-b3b917365ff2e813df0503e94267f2cb3bab4255.zip |
Remove mail_store_prepare_offline().
Use e_mail_store_prepare_for_offline() 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 8eab30e396..82767fca18 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -525,5 +525,10 @@ An mbox account will be created to preserve the old mbox folders. You can delete <_secondary>The reported error was "{0}".</_secondary> </error> + <error id="prepare-for-offline" type="warning"> + <_primary>Failed to download messages for offline viewing.</_primary> + <_secondary>The reported error was "{0}".</_secondary> + </error> + </error-list> |