From 322f9d6eb0c7287255585431abb64d4a50a09d4d Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Thu, 3 May 2007 07:05:57 +0000 Subject: [PATCH 1/1] 2007-05-03 [colin] 2.9.1cvs39 * src/inc.c Fix bug 1211, 'Offline dialog message bugs/annoyances...' --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/inc.c | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1583644a4..ccbd639b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-03 [colin] 2.9.1cvs39 + + * src/inc.c + Fix bug 1211, 'Offline dialog message bugs/annoyances...' + 2007-05-02 [colin] 2.9.1cvs38 * src/textview.c diff --git a/PATCHSETS b/PATCHSETS index 8881800a4..fbb52b256 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -2566,3 +2566,4 @@ ( cvs diff -u -r 1.213.2.143 -r 1.213.2.144 src/folder.c; cvs diff -u -r 1.9.2.36 -r 1.9.2.37 src/common/defs.h; ) > 2.9.1cvs36.patchset ( cvs diff -u -r 1.14.2.17 -r 1.14.2.18 src/grouplistdialog.c; ) > 2.9.1cvs37.patchset ( cvs diff -u -r 1.96.2.171 -r 1.96.2.172 src/textview.c; ) > 2.9.1cvs38.patchset +( cvs diff -u -r 1.149.2.72 -r 1.149.2.73 src/inc.c; ) > 2.9.1cvs39.patchset diff --git a/configure.ac b/configure.ac index 51193adb2..dd4d7616d 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=38 +EXTRA_VERSION=39 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/inc.c b/src/inc.c index 9ec2c36ea..53dccaa44 100644 --- a/src/inc.c +++ b/src/inc.c @@ -303,7 +303,7 @@ void inc_all_account_mail(MainWindow *mainwin, gboolean autocheck, gint account_new_msgs = 0; if (prefs_common.work_offline && - !inc_offline_should_override(TRUE, + !inc_offline_should_override( (autocheck == FALSE), _("Claws Mail needs network access in order " "to get mails."))) return; -- 2.25.1