[evolution-data-server] fix a error from previous commit for bug 612121
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] fix a error from previous commit for bug 612121
- Date: Tue, 9 Mar 2010 08:43:10 +0000 (UTC)
commit 433544fd66f0b774a2f42cff2ae229d3b534aab6
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Tue Mar 9 14:15:22 2010 +0530
fix a error from previous commit for bug 612121
camel/providers/imapx/camel-imapx-server.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 1cdddd5..c1f48c8 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -601,7 +601,7 @@ imapx_command_addv(CamelIMAPXCommand *ic, const gchar *fmt, va_list ap)
} else
encoded = camel_utf8_utf7 (s);
- camel_stream_printf((CamelStream *)ic->mem, "\"%s\"", s?s:"");
+ camel_stream_printf((CamelStream *)ic->mem, "\"%s\"", encoded?encoded:"");
g_free (encoded);
break;
@@ -2281,10 +2281,10 @@ retry:
ns->next = NULL;
ns->path = g_strdup ("");
ns->full_name = g_strdup ("");
- /* FIXME needs to be identified from list response */
ns->sep = '/';
nsl->personal = ns;
imapx_store->summary->namespaces = nsl;
+ /* FIXME needs to be identified from list response */
imapx_store->dir_sep = ns->sep;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]