From: Rocco Rutte Date: Fri, 26 Sep 2008 06:55:49 +0000 (+0200) Subject: Mention tokyocabinet in UPDATING and docs X-Git-Tag: mutt-1-5-19-rel~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f15e9df8bbfb5d4b7a4dbab411892042691ecbc;p=mutt Mention tokyocabinet in UPDATING and docs --- diff --git a/ChangeLog b/ChangeLog index f39f55ea..cd736801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-09-25 15:07 -0700 Emanuele Giaquinta (2050b44407bf) + + * configure.ac, hcache.c, init.h, mutt.h: Support tokyocabinet + (successor to qdbm). Closes #3112 + +2008-09-24 15:58 +0200 Matthias Andree (2c8bf79d99b7) + + * ChangeLog, pager.c: Fix compiler warning in dprint() (closes #3120) + 2008-09-24 15:53 +0200 Rocco Rutte (c842922bea10) * doc/manual.xml.head: Manual: Fix typo diff --git a/UPDATING b/UPDATING index dc4cb212..583ff615 100644 --- 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 diff --git a/doc/manual.xml.head b/doc/manual.xml.head index d067b312..38c118e3 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -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 --enable-hcache 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. diff --git a/init.h b/init.h index 2a8cfaae..f23b9d80 100644 --- 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