Fix bug #2991, "POP3 sessions duplicated" on race conditions. Patch by
[claws.git] / src / prefs_account.c
index 7990a31879e81bbd16d96a91a9b7c4bdc3020247..43295c04ecf525cf5b442508f03cd1d8d2d9b50f 100644 (file)
@@ -3505,6 +3505,8 @@ void prefs_account_read_config(PrefsAccount *ac_prefs, const gchar *label)
                privacy_prefs = NULL;
        }
 
+       ac_prefs->receive_in_progress = FALSE;
+
        prefs_custom_header_read_config(ac_prefs);
 }