2005-10-17 [colin] 1.9.15cvs70

* src/main.c
		Keep the folder list frozen while checking caches...
This commit is contained in:
Colin Leroy 2005-10-17 19:48:28 +00:00
parent 3b5176182f
commit 5e7246f2cc
4 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2005-10-17 [colin] 1.9.15cvs70
* src/main.c
Keep the folder list frozen while checking caches...
2005-10-17 [colin] 1.9.15cvs69
* src/addr_compl.c

View file

@ -906,3 +906,4 @@
( cvs diff -u -r 1.61.2.38 -r 1.61.2.39 src/account.c; cvs diff -u -r 1.105.2.39 -r 1.105.2.40 src/prefs_account.c; cvs diff -u -r 1.204.2.65 -r 1.204.2.66 src/prefs_common.c; cvs diff -u -r 1.103.2.33 -r 1.103.2.34 src/prefs_common.h; cvs diff -u -r 1.52.2.14 -r 1.52.2.15 src/prefs_folder_item.c; cvs diff -u -r 1.10.2.14 -r 1.10.2.15 src/prefs_gtk.c; cvs diff -u -r 1.1.4.12 -r 1.1.4.13 src/gtk/logwindow.c; cvs diff -u -r 1.5.2.19 -r 1.5.2.20 src/gtk/pluginwindow.c; cvs diff -u -r 1.12.2.22 -r 1.12.2.23 src/gtk/prefswindow.c; cvs diff -u -r 1.7.2.4 -r 1.7.2.5 src/gtk/prefswindow.h; ) > 1.9.15cvs67.patchset
( cvs diff -u -r 1.3.2.14 -r 1.3.2.15 src/ssl_manager.c; ) > 1.9.15cvs68.patchset
( cvs diff -u -r 1.27.2.14 -r 1.27.2.15 src/addr_compl.c; cvs diff -u -r 1.179.2.79 -r 1.179.2.80 src/imap.c; ) > 1.9.15cvs69.patchset
( cvs diff -u -r 1.115.2.59 -r 1.115.2.60 src/main.c; ) > 1.9.15cvs70.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=15
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=69
EXTRA_VERSION=70
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -444,12 +444,9 @@ int main(int argc, char *argv[])
if (!cmd.crash && crash_file_present) {
debug_print("Sylpheed crashed, checking for new messages in local folders\n");
folder_item_update_thaw();
gtk_clist_thaw(GTK_CLIST(mainwin->folderview->ctree));
folderview_check_new(NULL);
folder_clean_cache_memory_force();
folder_item_update_freeze();
gtk_clist_freeze(GTK_CLIST(mainwin->folderview->ctree));
}
/* make the crash-indicator file */
str_write_to_file("foo", get_crashfile_name());