aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-04-03 21:28:30 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-04-03 21:28:30 +0800
commite9a1f5121d164292990f5cec0ef73efd4ddf0ed5 (patch)
tree184ca42544efdffa2834ce20e9ec81c2cb852ca8 /camel/providers/local
parentc98a56ead46ff62ddfc938a0f422ce7bcf7a31c6 (diff)
downloadgsoc2013-evolution-e9a1f5121d164292990f5cec0ef73efd4ddf0ed5.tar
gsoc2013-evolution-e9a1f5121d164292990f5cec0ef73efd4ddf0ed5.tar.gz
gsoc2013-evolution-e9a1f5121d164292990f5cec0ef73efd4ddf0ed5.tar.bz2
gsoc2013-evolution-e9a1f5121d164292990f5cec0ef73efd4ddf0ed5.tar.lz
gsoc2013-evolution-e9a1f5121d164292990f5cec0ef73efd4ddf0ed5.tar.xz
gsoc2013-evolution-e9a1f5121d164292990f5cec0ef73efd4ddf0ed5.tar.zst
gsoc2013-evolution-e9a1f5121d164292990f5cec0ef73efd4ddf0ed5.zip
Turn indexing back on, fingers crossed ...
2002-04-03 Not Zed <NotZed@Ximian.com> * providers/local/camel-local-folder.c (camel_local_folder_construct): Turn indexing back on, fingers crossed ... * camel-block-file.c (sync_nolock): #!@$@$#@~#$ DF@#$!Q@$#!@$#!#%. Well it helps if we're iterating a list to iterate the node pointer ... * camel-text-index.c (text_index_sync): Sync the key tables explcitly. (text_index_sync): Debug out frag info. (camel_text_index_dump): Added a (rather large, but optional) raw dumping mode for debugging purposes. * camel-partition-table.c (camel_key_table_finalise): Sync root block when done. svn path=/trunk/; revision=16329
Diffstat (limited to 'camel/providers/local')
-rw-r--r--camel/providers/local/camel-local-folder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/local/camel-local-folder.c b/camel/providers/local/camel-local-folder.c
index a9cb4649aa..3ae6c74873 100644
--- a/camel/providers/local/camel-local-folder.c
+++ b/camel/providers/local/camel-local-folder.c
@@ -216,7 +216,7 @@ camel_local_folder_construct(CamelLocalFolder *lf, CamelStore *parent_store, con
the old-format 'ibex' files that might be lying around */
unlink(lf->index_path);
-#if 1
+#if 0
forceindex = FALSE;
#else
/* if we have no/invalid index file, force it */