after a crash check only local folders for new messages
authorPaul Mangan <paul@claws-mail.org>
Fri, 29 Nov 2002 11:54:27 +0000 (11:54 +0000)
committerPaul Mangan <paul@claws-mail.org>
Fri, 29 Nov 2002 11:54:27 +0000 (11:54 +0000)
src/main.c

index da4b15f2a3466cd1b02f91cc4d18d79075f01a9c..77b8e9e51103a6e2cae8e46bd8a90d42cea4ed33 100644 (file)
@@ -329,8 +329,8 @@ int main(int argc, char *argv[])
 
        /* if Sylpheed crashed, rebuild caches */
        if (!cmd.crash && is_file_exist(get_crashfile_name())) {
-               debug_print("Sylpheed crashed, checking for new messages\n");
-               folderview_check_new_all();
+               debug_print("Sylpheed crashed, checking for new messages in local folders\n");
+               folderview_check_new(NULL);
        }
        /* make the crash-indicator file */
        str_write_to_file("foo", get_crashfile_name());