+2007-02-07 [paul] 2.7.2cvs29
+
+ * src/folder.c
+ cut down on unnecessary debug_prints
+ * src/imap_gtk.c
+ fix menu_set_active() on 'Show only
+ subscribed folders'
+
2007-02-07 [paul] 2.7.2cvs28
* src/plugins/clamav/clamav_plugin.c
( cvs diff -u -r 1.395.2.282 -r 1.395.2.283 src/summaryview.c; ) > 2.7.2cvs26.patchset
( cvs diff -u -r 1.47.2.38 -r 1.47.2.39 src/procheader.c; ) > 2.7.2cvs27.patchset
( cvs diff -u -r 1.13.2.29 -r 1.13.2.30 src/plugins/clamav/clamav_plugin.c; cvs diff -u -r 1.3.2.7 -r 1.3.2.8 src/plugins/clamav/clamav_plugin.h; cvs diff -u -r 1.9.2.23 -r 1.9.2.24 src/plugins/clamav/clamav_plugin_gtk.c; ) > 2.7.2cvs28.patchset
+( cvs diff -u -r 1.213.2.134 -r 1.213.2.135 src/folder.c; cvs diff -u -r 1.1.2.42 -r 1.1.2.43 src/imap_gtk.c; ) > 2.7.2cvs29.patchset
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=28
+EXTRA_VERSION=29
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
folder_func_to_all_folders(folder_item_want_synchronise_func, want_sync_data);
result = want_sync_data->want_sync;
g_free(want_sync_data);
- debug_print("Folder %s wants sync: %d\n", folder->name, result);
+ if (result > 0)
+ debug_print("Folder %s wants sync\n", folder->name);
return result;
}
SET_SENS("/Subscriptions/Unsubscribe...", item->stype == F_NORMAL && folder_item_parent(item) != NULL);
SET_SENS("/Subscriptions/Subscribe...", TRUE);
- menu_set_active(factory, "/Subscriptions/Show subscribed folders only", item->folder->account->imap_subsonly);
+ menu_set_active(factory, "/Subscriptions/Show only subscribed folders", item->folder->account->imap_subsonly);
#undef SET_SENS
}