[evolution-data-server/gnome-2-30] Accept literals as folder names in STATUS (cherry picked from commit adf32ba611f5fc56da7b40651942d9b



commit 47997e9affad501f1b121cf95a4761c7f782f4bd
Author: David Woodhouse <David Woodhouse intel com>
Date:   Mon Jun 21 11:10:01 2010 +0100

    Accept literals as folder names in STATUS
    (cherry picked from commit adf32ba611f5fc56da7b40651942d9bec3598e54)

 camel/providers/imapx/camel-imapx-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-utils.c b/camel/providers/imapx/camel-imapx-utils.c
index a2fd5c0..1fc96f3 100644
--- a/camel/providers/imapx/camel-imapx-utils.c
+++ b/camel/providers/imapx/camel-imapx-utils.c
@@ -1478,7 +1478,7 @@ imapx_parse_status_info (struct _CamelIMAPXStream *is, CamelException *ex)
 	sinfo = g_malloc0 (sizeof(*sinfo));
 
 	/* skip the folder name */
-	camel_imapx_stream_token (is, &token, &len, ex);
+	camel_imapx_stream_astring (is, &token, ex);
 
 	tok = camel_imapx_stream_token(is, &token, &len, ex);
 	if (tok != '(') {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]