* src/inc.c
Fix a compiler warning.
+2007-03-17 [wwp] 2.8.1cvs21
+
+ * src/inc.c
+ Fix a compiler warning.
+
2007-03-16 [wwp] 2.8.1cvs20
* tools/Makefile.am
( diff -u /dev/null tools/mairix.sh; ) > 2.8.1cvs18.patchset
( cvs diff -u -r 1.12.2.42 -r 1.12.2.43 src/action.c; ) > 2.8.1cvs19.patchset
( cvs diff -u -r 1.25.2.18 -r 1.25.2.19 tools/Makefile.am; cvs diff -u -r 1.30.2.18 -r 1.30.2.19 tools/README; ) > 2.8.1cvs20.patchset
+( cvs diff -u -r 1.149.2.66 -r 1.149.2.67 src/inc.c; ) > 2.8.1cvs21.patchset
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=20
+EXTRA_VERSION=21
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
**/
static void inc_finished(MainWindow *mainwin, gboolean new_messages, gboolean autocheck)
{
- FolderItem *item;
-
if (prefs_common.scan_all_after_inc)
folderview_check_new(NULL);
if (!autocheck && prefs_common.open_inbox_on_inc) {
+ FolderItem *item = NULL;
+
if (cur_account && cur_account->inbox)
item = folder_find_item_from_identifier(cur_account->inbox);
if (item == NULL && cur_account->folder)