diff .hgignore @ 8146:70b53e9b232e HEAD

Rewrote thread indexing code. It's a lot simpler and takes less disk space. We no longer try to keep a hash table and the entire thread tree stored on disk. Instead we keep a simple Message-ID string (actually just "uid, ref#" pointer) -> unique index number mapping on disk, read it to memory and use it to build the thread tree. After the initial build the thread tree is still updated incrementally.
author Timo Sirainen <tss@iki.fi>
date Mon, 01 Sep 2008 15:17:00 +0300
parents b37d5d9b4c0c
children 8815fc1099c8
line wrap: on
line diff
--- a/.hgignore	Mon Sep 01 15:11:54 2008 +0300
+++ b/.hgignore	Mon Sep 01 15:17:00 2008 +0300
@@ -78,5 +78,6 @@
 src/util/logview
 src/util/maildirlock
 src/util/rawlog
+src/util/threadview
 src/plugins/quota/rquota_xdr.c
 src/plugins/quota/rquota.h