Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 897175 Details for
Bug 1098036
Evolution does not work with shared mail folders on a Cyrus IMAP server
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
backported upstream patch
eds-1098036.patch (text/plain), 1.96 KB, created by
Milan Crha
on 2014-05-19 14:11:27 UTC
(
hide
)
Description:
backported upstream patch
Filename:
MIME Type:
Creator:
Milan Crha
Created:
2014-05-19 14:11:27 UTC
Size:
1.96 KB
patch
obsolete
>diff -up evolution-data-server-3.8.5/camel/camel-imapx-store-summary.c.eds-1098036 evolution-data-server-3.8.5/camel/camel-imapx-store-summary.c >--- evolution-data-server-3.8.5/camel/camel-imapx-store-summary.c.eds-1098036 2013-07-23 13:57:54.000000000 +0200 >+++ evolution-data-server-3.8.5/camel/camel-imapx-store-summary.c 2014-05-19 15:39:42.145061474 +0200 >@@ -355,17 +355,26 @@ camel_imapx_store_summary_namespace_find > { > gint len; > CamelIMAPXStoreNamespace *ns; >+ CamelIMAPXStoreNamespace *namespaces[] = >+ { >+ s->namespaces->personal, >+ s->namespaces->other, >+ s->namespaces->shared, >+ NULL >+ }; >+ gint ii = 0; > >- /* NB: this currently only compares against 1 namespace, in future compare against others */ >- /* CHEN TODO */ >- ns = s->namespaces->personal; >- while (ns) { >+ for (ii = 0; ii < 3; ii++) { >+ ns = namespaces[ii]; >+ if (!ns) >+ continue; >+ >+ d ("find_path: comparing namespace '%s' to name '%s'\n", ns->path, path); > len = strlen (ns->path); > if (len == 0 > || (strncmp (ns->path, path, len) == 0 > && (path[len] == '/' || path[len] == 0))) > break; >- ns = NULL; > } > > /* have a default? */ >@@ -378,11 +387,20 @@ camel_imapx_store_summary_namespace_find > { > gint len = 0; > CamelIMAPXStoreNamespace *ns; >+ CamelIMAPXStoreNamespace *namespaces[] = >+ { >+ s->namespaces->personal, >+ s->namespaces->other, >+ s->namespaces->shared, >+ NULL >+ }; >+ gint ii = 0; >+ >+ for (ii = 0; ii < 3; ii++) { >+ ns = namespaces[ii]; >+ if (!ns) >+ continue; > >- /* NB: this currently only compares against 1 namespace, in future compare against others */ >- /* CHEN TODO */ >- ns = s->namespaces->personal; >- while (ns) { > if (ns->full_name) > len = strlen (ns->full_name); > d ("find_full: comparing namespace '%s' to name '%s'\n", ns->full_name, full); >@@ -390,7 +408,6 @@ camel_imapx_store_summary_namespace_find > || (strncmp (ns->full_name, full, len) == 0 > && (full[len] == ns->sep || full[len] == 0))) > break; >- ns = NULL; > } > > /* have a default? */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1098036
: 897175