Author: ag
Date: 2009-07-18 15:04:00 -0600 (Sat, 18 Jul 2009)
New Revision: 7848
Modified:
trunk/BOOK/basicnet/mailnews/mutt.xml
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Enables GDBM as the default header cache backend for mutt
Modified: trunk/BOOK/basicnet/mailnews/mutt.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/mutt.xml 2009-07-18 15:34:25 UTC (rev
7847)
+++ trunk/BOOK/basicnet/mailnews/mutt.xml 2009-07-18 21:04:00 UTC (rev
7848)
@@ -70,8 +70,8 @@
<xref linkend="cyrus-sasl"/>,
<xref linkend="slang"/>,
<xref linkend="libidn"/>,
- <!-- <xref linkend="db"/>
- <xref linkend="gdbm"/> or -->
+ <xref linkend="db"/> or
+ <!-- <xref linkend="gdbm"/> -->
<ulink url="http://qdbm.sourceforge.net/">QDBM</ulink> or
<ulink url="http://tokyocabinet.sourceforge.net/index.html">Tokyo
Cabinet</ulink>, and
<ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink>
@@ -128,7 +128,7 @@
--enable-pop --enable-imap \
--enable-hcache --without-qdbm \
--without-tokyocabinet \
- --with-gdbm --with-bdb &&
+ --with-gdbm --without-bdb &&
make</userinput></screen>
<para>If you have the necessary dependencies installed and would like
@@ -181,7 +181,7 @@
<para><parameter>--with-gdbm</parameter>: This switch enables
<application>GDBM</application> as the header cache backend.</para>
- <para><parameter>--with-bdb</parameter>: This switch enables
+ <para><parameter>--without-bdb</parameter>: This switch disables
<application>Berkeley DB</application> as the header cache backend.</para>
<para><parameter>--enable-smtp</parameter>: This switch enables
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-07-18 15:34:25 UTC (rev 7847)
+++ trunk/BOOK/general.ent 2009-07-18 21:04:00 UTC (rev 7848)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "17"> <!-- Always 2 digits -->
+<!ENTITY day "18"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2009">
<!ENTITY copyrightdate "2001-&year;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-07-18 15:34:25 UTC
(rev 7847)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-07-18 21:04:00 UTC
(rev 7848)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>July 18th, 2009</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ag] - Enables GDBM as the default header cache backend
+ for mutt.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 17th, 2009</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page