diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-03 09:01:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-03 09:01:48 +0800 |
commit | ae28ea4621c9ced08524548ca67a5297c284ce01 (patch) | |
tree | cfdedc1510c91df7f11712007fb257e9c5c26791 /mail/mail.error.xml | |
parent | 52844f40f158be11749f5d8dcdf52454e776c9bd (diff) | |
download | gsoc2013-evolution-ae28ea4621c9ced08524548ca67a5297c284ce01.tar.gz gsoc2013-evolution-ae28ea4621c9ced08524548ca67a5297c284ce01.tar.zst gsoc2013-evolution-ae28ea4621c9ced08524548ca67a5297c284ce01.zip |
EMailShellView: Open the selected folder ourselves.
This one's a little involved:
- EMailShellView now obtains a CamelFolder itself in response to
EMFolderTree::folder-selected signals. Uses EActivity to do so.
- Revise EMFolderTree::folder-selected signal arguments to be more
useful: emit a CamelStore object instead of a folder URI.
- Also revise EMFolderTree::folder-activiated signal arguments the
same way while we're at it.
- Remove the "folder_uri" argument from e_mail_reader_set_folder().
If you have a CamelFolder object you can obtain the URI string by
calling camel_folder_get_uri().
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 4b9b98699e..67b7e09961 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -504,5 +504,11 @@ An mbox account will be created to preserve the old mbox folders. You can delete <_primary>Unable to retrieve message.</_primary> <_secondary xml:space="preserve">{0}</_secondary> </error> + + <error id="folder-open" type="error"> + <_primary>Failed to open folder.</_primary> + <_secondary>The reported error was "{0}".</_secondary> + </error> + </error-list> |