diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-10 05:55:57 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-10 05:55:57 +0800 |
commit | c76080568db894f538f5b4d89293295b29fcc214 (patch) | |
tree | 55f5855f425fe4686afa8a15b753f3a2bf3c1cfe /camel/providers | |
parent | ffea73e2e6c7998eaca9d4a139348d12aae833ce (diff) | |
download | gsoc2013-evolution-c76080568db894f538f5b4d89293295b29fcc214.tar gsoc2013-evolution-c76080568db894f538f5b4d89293295b29fcc214.tar.gz gsoc2013-evolution-c76080568db894f538f5b4d89293295b29fcc214.tar.bz2 gsoc2013-evolution-c76080568db894f538f5b4d89293295b29fcc214.tar.lz gsoc2013-evolution-c76080568db894f538f5b4d89293295b29fcc214.tar.xz gsoc2013-evolution-c76080568db894f538f5b4d89293295b29fcc214.tar.zst gsoc2013-evolution-c76080568db894f538f5b4d89293295b29fcc214.zip |
remove something jeff didn't mean to commit
svn path=/trunk/; revision=9737
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/imap/camel-imap-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c index 98a3421928..74f420fe41 100644 --- a/camel/providers/imap/camel-imap-store.c +++ b/camel/providers/imap/camel-imap-store.c @@ -1218,7 +1218,7 @@ get_folder_info_offline (CamelStore *store, const char *top, /* A kludge to avoid having to pass a struct to the callback */ g_ptr_array_add (folders, imap_store); - if (FALSE /*!e_path_find_folders (imap_store->storage_path, get_one_folder_offline, folders)*/) { + if (!e_path_find_folders (imap_store->storage_path, get_one_folder_offline, folders)) { camel_disco_store_check_online (CAMEL_DISCO_STORE (imap_store), ex); fi = NULL; } else { |