diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-11 05:27:49 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:12 +0800 |
commit | 821ec49a782d3ddaa3d99e5e51228867ddf76e42 (patch) | |
tree | c3b93db0653cb9d0fc08645fcfea9b4e4743e032 /mail/mail.error.xml | |
parent | 97c7cf435368ef465a9a3436bc083e2809323ccd (diff) | |
download | gsoc2013-evolution-821ec49a782d3ddaa3d99e5e51228867ddf76e42.tar.gz gsoc2013-evolution-821ec49a782d3ddaa3d99e5e51228867ddf76e42.tar.zst gsoc2013-evolution-821ec49a782d3ddaa3d99e5e51228867ddf76e42.zip |
EMailReader: Reimplement "mail-remove-duplicates" action.
Now uses e_mail_folder_find_duplicate_messages().
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 67b7e09961..df8f5f6abd 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -510,5 +510,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="find-duplicate-messages" type="warning"> + <_primary>Failed to find duplicate messages.</_primary> + <_secondary>The reported error was "{0}".</_secondary> + </error> + </error-list> |