]> granicus.if.org Git - mutt/commitdiff
Mention tokyocabinet in UPDATING and docs
authorRocco Rutte <pdmef@gmx.net>
Fri, 26 Sep 2008 06:55:49 +0000 (08:55 +0200)
committerRocco Rutte <pdmef@gmx.net>
Fri, 26 Sep 2008 06:55:49 +0000 (08:55 +0200)
ChangeLog
UPDATING
doc/manual.xml.head
init.h

index f39f55ead69c783499ccc0740413eee0872382b8..cd7368018b8484238ed29ad2f23970af566e9068 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-25 15:07 -0700  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (2050b44407bf)
+
+       * configure.ac, hcache.c, init.h, mutt.h: Support tokyocabinet
+       (successor to qdbm). Closes #3112
+
+2008-09-24 15:58 +0200  Matthias Andree  <matthias.andree@gmx.de>  (2c8bf79d99b7)
+
+       * ChangeLog, pager.c: Fix compiler warning in dprint() (closes #3120)
+
 2008-09-24 15:53 +0200  Rocco Rutte  <pdmef@gmx.net>  (c842922bea10)
 
        * doc/manual.xml.head: Manual: Fix typo
index dc4cb21242a4ccffc5f4f90b34912e170a5196a4..583ff615ff0936e1f77169e1c6b403e0fbd6c6ec 100644 (file)
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,7 @@ The keys used are:
 
 hg tip:
 
+  + support for tokyocabinet (qdbm successor)
   ! $move now defaults to "no" instead of "ask-no"
   + $imap_pipeline_depth controls the number of commands that mutt can issue
     to an IMAP server before it must collect the responses
index d067b312f1990c067543cd4f4a934f5676356c12..38c118e329a84af30d70df4234b11b682f80bd1c 100644 (file)
@@ -5789,7 +5789,7 @@ thousands of single files (since Maildir and MH use one file per message.)
 Header caching can be enabled via the configure script and the
 <emphasis>--enable-hcache</emphasis> option. It's not turned on
 by default because external database libraries are required: one
-of qdbm, gdbm or bdb must be present.
+of tokyocabinet, qdbm, gdbm or bdb must be present.
 </para>
 
 <para>
diff --git a/init.h b/init.h
index 2a8cfaae0799234e898a2e4d9f71f171a9c4765e..f23b9d806689cd5a518b1d6ca999e71b5375da7d 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1227,7 +1227,7 @@ struct option_t MuttVars[] = {
   { "header_cache_compress", DT_BOOL, R_NONE, OPTHCACHECOMPRESS, 1 },
   /*
   ** .pp
-  ** When mutt is compiled with qdbm as header cache backend,
+  ** When mutt is compiled with qdbm or tokyocabinet as header cache backend,
   ** this option determines whether the database will be compressed.
   ** Compression results in database files roughly being one fifth
   ** of the usual diskspace, but the uncompression can result in a