Author: ag
Date: 2008-03-16 13:19:21 -0600 (Sun, 16 Mar 2008)
New Revision: 7280

Modified:
   trunk/BOOK/basicnet/mailnews/mutt.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added header caching in mutt


Modified: trunk/BOOK/basicnet/mailnews/mutt.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/mutt.xml       2008-03-16 11:14:39 UTC (rev 
7279)
+++ trunk/BOOK/basicnet/mailnews/mutt.xml       2008-03-16 19:19:21 UTC (rev 
7280)
@@ -62,9 +62,11 @@
     <xref linkend="cyrus-sasl"/>,
     <xref linkend="slang"/>,
     <xref linkend="libidn"/>,
-    <xref linkend="gdbm"/>, and
     <!-- <xref linkend="db"/> -->
-    <ulink url="http://www.gnu.org/software/gdb/gdb.html";>GDB</ulink></para>
+    <xref linkend="gdbm"/> or
+    <ulink url="http://qdbm.sourceforge.net/";>QDBM</ulink>, and
+    <ulink url="http://www.gnu.org/software/gdb/gdb.html";>GDB</ulink>
+    </para>
 
     <bridgehead renderas="sect4">Optional (To Regenerate HTML
     Documentation)</bridgehead>
@@ -125,7 +127,9 @@
 
 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     --with-docdir=/usr/share/doc/mutt-&mutt-version; \
-    --enable-pop --enable-imap &amp;&amp;
+    --enable-pop --enable-imap \
+    --enable-hcache --without-qdbm \
+    --without-gdbm --with-bdb &amp;&amp;
 make</userinput></screen>
 
     <para>If you have the necessary dependencies installed and would like
@@ -162,7 +166,19 @@
 
     <para><parameter>--enable-imap</parameter>: This switch enables
     IMAP support.</para>
+    
+    <para><parameter>--enable-hcache</parameter>: This switch enables
+    header caching.</para>
 
+    <para><parameter>--without-qdbm</parameter>: This switch disables
+    <application>QDBM</application> as header cache backend.</para>
+
+    <para><parameter>--without-gdbm</parameter>: This switch disables
+    <application>GDBM</application> as header cache backend.</para>
+
+    <para><parameter>--with-bdb</parameter>: This switch enables
+     <application>Berkeley DB</application> as header cache backend.</para>
+
     <para><parameter>--enable-smtp</parameter>: This switch enables
     SMTP relay support.</para>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-03-16 11:14:39 UTC 
(rev 7279)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-03-16 19:19:21 UTC 
(rev 7280)
@@ -45,6 +45,10 @@
       <para>March 16th, 2008</para>
       <itemizedlist>
         <listitem>
+          <para>[ag] - Added header caching support in mutt. Added qdbm as
+          optional dependency.</para>
+        </listitem>
+        <listitem>
           <para>[alexander] - Fixed URL for Audacious third-party 
plugins.</para>
         </listitem>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to