( cvs diff -u -r 1.382.2.72 -r 1.382.2.73 src/compose.c; ) > 0.9.12cvs158.8.patchset
( cvs diff -u -r 1.382.2.73 -r 1.382.2.74 src/compose.c; cvs diff -u -r 1.16.2.9 -r 1.16.2.10 src/msgcache.c; ) > 0.9.12cvs158.9.patchset
( cvs diff -u -r 1.204.2.24 -r 1.204.2.25 src/prefs_common.c; cvs diff -u -r 1.3.2.13 -r 1.3.2.14 src/prefs_themes.c; cvs diff -u -r 1.150.2.17 -r 1.150.2.18 src/procmsg.c; ) > 0.9.12cvs162.1.patchset
+( cvs diff -u -r 1.115.2.23 -r 1.115.2.24 src/main.c; ) > 0.9.12cvs163.1.patchset
prefs_matcher_read_config();
/* make one all-folder processing before using sylpheed */
+ main_window_cursor_wait(mainwin);
folder_func_to_all_folders(initial_processing, (gpointer *)mainwin);
+ main_window_cursor_normal(mainwin);
/* if Sylpheed crashed, rebuild caches */
if (!cmd.crash && is_file_exist(get_crashfile_name())) {
debug_print("%s\n", buf);
g_free(buf);
- main_window_cursor_wait(mainwin);
if (item->prefs->enable_processing)
folder_item_apply_processing(item);
debug_print("done.\n");
STATUSBAR_POP(mainwin);
- main_window_cursor_normal(mainwin);
}
static void draft_all_messages(void)