diff options
Diffstat (limited to 'camel')
-rw-r--r-- | camel/providers/imap/camel-imap-folder.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)) { |