From 1ce3011d9f2cf8866d51041c37f35c53606e254d Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Fri, 29 Nov 2002 11:54:27 +0000 Subject: [PATCH] after a crash check only local folders for new messages --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index da4b15f2a..77b8e9e51 100644 --- a/src/main.c +++ b/src/main.c @@ -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()); -- 2.25.1