just changed order of calls (reverse order of
associated calls)
* src/inc.c
lock inc when checking only one account, otherwise
inc all could be executed at the same time
+2002-11-09 [christoph} 0.8.5claws111
+
+ * src/folderview.c
+ just changed order of calls (reverse order of
+ associated calls)
+ * src/inc.c
+ lock inc when checking only one account, otherwise
+ inc all could be executed at the same time
+
2002-11-09 [christoph] 0.8.5claws110
* src/folderview.c
MICRO_VERSION=5
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws110
+EXTRA_VERSION=claws111
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
main_window_cursor_wait(folderview->mainwin);
if (folder_item_open(item) != 0) {
- STATUSBAR_POP(folderview->mainwin);
main_window_cursor_normal(folderview->mainwin);
+ STATUSBAR_POP(folderview->mainwin);
alertpanel_error(_("Folder cound not be opened."));
_("Yes"), _("No"), NULL) != G_ALERTDEFAULT)
return;
+ inc_lock();
inc_autocheck_timer_remove();
main_window_lock(mainwin);
main_window_unlock(mainwin);
inc_notify_cmd(new_msgs, notify);
inc_autocheck_timer_set();
+ inc_unlock();
}
void inc_selective_download(MainWindow *mainwin, PrefsAccount *acc, gint session)