]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* The full text indexer now runs in its own dedicated thread instead of
[citadel.git] / citadel / ChangeLog
index 862c44e9d4ba38d9e1d158362a1ae5c512a5f336..3c075a6498beaf2fdf2d20d15a0eff90808577d6 100644 (file)
@@ -1,4 +1,12 @@
- $Log$
+ Revision 647.20  2005/05/23 19:26:04  ajc
+ * Move the location of the "enable full text index" configuration item to
+   a new location.  Reusing an old location was a stupid idea because old
+   clients can inadvertently switch it on.
+
+ Revision 647.19  2005/05/23 14:07:39  ajc
+ * serv_imap.c: improve SELECT time by fetching the msglist directly out of
+   the database instead of doing a CtdlForEachMessage() loop.
+
  Revision 647.18  2005/05/22 16:12:25  ajc
  * Full text indexer is now switchable on/off