diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-11 22:23:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-12 00:58:53 +0800 |
commit | e5760e065ff1f4c5b9842b182224a1ccdd2e322f (patch) | |
tree | 760cb295d3eef4ff65ed24eb3bca43ddc0b1724c /mail/mail.error.xml | |
parent | bf44bd68f2564be25896ee29bf405d7e111fe49f (diff) | |
download | gsoc2013-evolution-e5760e065ff1f4c5b9842b182224a1ccdd2e322f.tar.gz gsoc2013-evolution-e5760e065ff1f4c5b9842b182224a1ccdd2e322f.tar.zst gsoc2013-evolution-e5760e065ff1f4c5b9842b182224a1ccdd2e322f.zip |
Reimplement em_utils_forward_messages().
Now uses e_mail_folder_build_attachment() and
e_mail_folder_get_multiple_messages().
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index df8f5f6abd..292c36c4b0 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -510,10 +510,15 @@ 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="find-duplicate-messages" type="warning"> + <error id="find-duplicate-messages" type="error"> <_primary>Failed to find duplicate messages.</_primary> <_secondary>The reported error was "{0}".</_secondary> </error> + <error id="get-multiple-messages" type="error"> + <_primary>Failed to retrieve messages.</_primary> + <_secondary>The reported error was "{0}".</_secondary> + </error> + </error-list> |