From: Colin Leroy Date: Tue, 27 Nov 2012 10:22:35 +0000 (+0000) Subject: 2012-11-27 [colin] 3.9.0cvs25 X-Git-Tag: 3.9.1~178 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=a32c2d6d5ddbe098b589776d023426ad46e59142 2012-11-27 [colin] 3.9.0cvs25 * src/main.c Unbreak the build. --- diff --git a/ChangeLog b/ChangeLog index 6686a9e65..63e7b91df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-11-27 [colin] 3.9.0cvs25 + + * src/main.c + Unbreak the build. + 2012-11-27 [colin] 3.9.0cvs24 * src/common/ssl.c diff --git a/PATCHSETS b/PATCHSETS index a87655040..5f6669c8c 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -4522,3 +4522,4 @@ ( cvs diff -u -r 1.274.2.356 -r 1.274.2.357 src/mainwindow.c; cvs diff -u -r 1.204.2.213 -r 1.204.2.214 src/prefs_common.c; cvs diff -u -r 1.103.2.142 -r 1.103.2.143 src/prefs_common.h; ) > 3.9.0cvs22.patchset ( cvs diff -u -r 1.1.4.12 -r 1.1.4.13 src/gtk/manage_window.c; ) > 3.9.0cvs23.patchset ( cvs diff -u -r 1.9.2.58 -r 1.9.2.59 src/common/ssl.c; ) > 3.9.0cvs24.patchset +( cvs diff -u -r 1.115.2.264 -r 1.115.2.265 src/main.c; ) > 3.9.0cvs25.patchset diff --git a/configure.ac b/configure.ac index 0f0357768..c26a07132 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=9 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=24 +EXTRA_VERSION=25 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/main.c b/src/main.c index 27ff8217c..074def12d 100644 --- a/src/main.c +++ b/src/main.c @@ -386,11 +386,6 @@ static gboolean defer_check_all(void *data) inc_all_account_mail(static_mainwindow, autochk, prefs_common.newmail_notify_manu); - /* Accounts using a specific timer need to be checked separately - * at startup - */ - inc_all_account_spec_timer_check_mail(); - if (sc_starting) { sc_starting = FALSE; main_window_set_menu_sensitive(static_mainwindow);