From 2b55c2266b94b38b14117e0bd0b4e6a98658bfb5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 27 Aug 2001 02:56:45 +0000 Subject: If the store is not connected, scan it's subfolders first. 2001-08-26 Jeffrey Stedfast * mail-send-recv.c (receive_update_got_store): If the store is not connected, scan it's subfolders first. * mail-ops.c (report_status): Call va_end() so LinuxPPC doesn't have a caniption. svn path=/trunk/; revision=12479 --- mail/mail-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index a28db9a9e8..3ec54474eb 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1156,7 +1156,7 @@ do_scan_subfolders (CamelStore *store, CamelFolderInfo *info, void *data) EvolutionStorage *storage = data; if (info) { - gtk_object_set_data((GtkObject *)storage, "connected", (void *)1); + gtk_object_set_data (GTK_OBJECT (storage), "connected", GINT_TO_POINTER (TRUE)); mail_storage_create_folder (storage, store, info); } } -- cgit v1.2.3