From 0a1891750fdd192b17083fbbd690d9772e210ddf Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 12 May 2004 20:05:39 +0000 Subject: oops, tiny fix svn path=/trunk/; revision=25890 --- camel/providers/imap/camel-imap-folder.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/providers') diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index ce485e5495..d2fdcd9766 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -306,6 +306,8 @@ camel_imap_folder_selected (CamelFolder *folder, CamelImapResponse *response, * even tho they do allow storing flags. *Sigh* So many fucking broken IMAP servers out there. */ if ((perm_flags = imap_parse_flag_list (&resp)) != 0) folder->permanent_flags = perm_flags; + + got_perm_flags = TRUE; } else if (!strncasecmp (resp, "OK [UIDVALIDITY ", 16)) { validity = strtoul (resp + 16, NULL, 10); } else if (isdigit ((unsigned char)*resp)) { -- cgit v1.2.3