( cvs diff -u -r 1.60.2.7 -r 1.60.2.8 src/prefs_actions.c; ) > 0.9.13cvs24.2.patchset
( cvs diff -u -r 1.61.2.18 -r 1.61.2.19 src/account.c; ) > 0.9.13cvs24.3.patchset
( cvs diff -u -r 1.56.2.30 -r 1.56.2.31 src/pop.c; cvs diff -u -r 1.17.2.12 -r 1.17.2.13 src/pop.h; ) > 0.9.13cvs25.1.patchset
+( cvs diff -u -r 1.115.2.25 -r 1.115.2.26 src/main.c; cvs diff -u -r 1.100.2.9 -r 1.100.2.10 AUTHORS; ) > 0.9.13cvs25.2.patchset
if (cmd.online_mode == ONLINE_MODE_ONLINE)
main_window_toggle_work_offline(mainwin, FALSE);
+ if (cmd.status_folders) {
+ g_ptr_array_free(cmd.status_folders, TRUE);
+ cmd.status_folders = NULL;
+ }
+ if (cmd.status_full_folders) {
+ g_ptr_array_free(cmd.status_full_folders, TRUE);
+ cmd.status_full_folders = NULL;
+ }
+
+ sylpheed_register_idle_function(sylpheed_gtk_idle);
+
+ prefs_toolbar_init();
+
+ plugin_load_all("GTK2");
+
+ static_mainwindow = mainwin;
+
+#ifdef HAVE_STARTUP_NOTIFICATION
+ startup_notification_complete(FALSE);
+#endif
+
if (cmd.receive_all)
inc_all_account_mail(mainwin, FALSE,
prefs_common.newmail_notify_manu);
}
if (cmd.send)
send_queue();
- if (cmd.status_folders) {
- g_ptr_array_free(cmd.status_folders, TRUE);
- cmd.status_folders = NULL;
- }
- if (cmd.status_full_folders) {
- g_ptr_array_free(cmd.status_full_folders, TRUE);
- cmd.status_full_folders = NULL;
- }
-
- sylpheed_register_idle_function(sylpheed_gtk_idle);
-
- prefs_toolbar_init();
-
- plugin_load_all("GTK2");
- static_mainwindow = mainwin;
-
-#ifdef HAVE_STARTUP_NOTIFICATION
- startup_notification_complete(FALSE);
-#endif
gtk_main();
exit_sylpheed(mainwin);