aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-27 10:56:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-27 10:56:45 +0800
commit2b55c2266b94b38b14117e0bd0b4e6a98658bfb5 (patch)
tree4876f4dd9eeddd6c0b81482266cb391cc5e170a2 /mail/mail-ops.c
parente44fff904efc9f973d6f725fa3712b8a46a42a6f (diff)
downloadgsoc2013-evolution-2b55c2266b94b38b14117e0bd0b4e6a98658bfb5.tar
gsoc2013-evolution-2b55c2266b94b38b14117e0bd0b4e6a98658bfb5.tar.gz
gsoc2013-evolution-2b55c2266b94b38b14117e0bd0b4e6a98658bfb5.tar.bz2
gsoc2013-evolution-2b55c2266b94b38b14117e0bd0b4e6a98658bfb5.tar.lz
gsoc2013-evolution-2b55c2266b94b38b14117e0bd0b4e6a98658bfb5.tar.xz
gsoc2013-evolution-2b55c2266b94b38b14117e0bd0b4e6a98658bfb5.tar.zst
gsoc2013-evolution-2b55c2266b94b38b14117e0bd0b4e6a98658bfb5.zip
If the store is not connected, scan it's subfolders first.
2001-08-26 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}