ports/databases/evolution-data-server/files/patch-camel_providers_imap_camel-imap-utils.c
Joe Marcus Clarke c5939966b2 Fix the build on 4.X.
PR:		89821
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
2005-12-04 23:15:05 +00:00

21 lines
560 B
C

--- camel/providers/imap/camel-imap-utils.c.orig Tue Nov 29 03:03:43 2005
+++ camel/providers/imap/camel-imap-utils.c Sun Dec 4 23:13:35 2005
@@ -371,7 +371,7 @@ imap_parse_list_response (CamelImapStore
return FALSE;
if (folder) {
- char *astring;
+ char *astring, *mailbox;
/* get the folder name */
word = imap_next_word (word);
@@ -380,8 +380,6 @@ imap_parse_list_response (CamelImapStore
return FALSE;
*folder = astring;
-
- char *mailbox;
mailbox = imap_mailbox_decode (astring, strlen (astring));
g_free (astring);