Changeset 4d91d36c


Ignore:
Timestamp:
03/16/2008 07:19:21 PM (16 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ab94a1f
Parents:
1d6b5f9
Message:

Added header caching in mutt

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7280 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r1d6b5f9 r4d91d36c  
    6363    <xref linkend="slang"/>,
    6464    <xref linkend="libidn"/>,
    65     <xref linkend="gdbm"/>, and
    6665    <!-- <xref linkend="db"/> -->
    67     <ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink></para>
     66    <xref linkend="gdbm"/> or
     67    <ulink url="http://qdbm.sourceforge.net/">QDBM</ulink>, and
     68    <ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink>
     69    </para>
    6870
    6971    <bridgehead renderas="sect4">Optional (To Regenerate HTML
     
    126128<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    127129    --with-docdir=/usr/share/doc/mutt-&mutt-version; \
    128     --enable-pop --enable-imap &amp;&amp;
     130    --enable-pop --enable-imap \
     131    --enable-hcache --without-qdbm \
     132    --without-gdbm --with-bdb &amp;&amp;
    129133make</userinput></screen>
    130134
     
    163167    <para><parameter>--enable-imap</parameter>: This switch enables
    164168    IMAP support.</para>
     169   
     170    <para><parameter>--enable-hcache</parameter>: This switch enables
     171    header caching.</para>
     172
     173    <para><parameter>--without-qdbm</parameter>: This switch disables
     174    <application>QDBM</application> as header cache backend.</para>
     175
     176    <para><parameter>--without-gdbm</parameter>: This switch disables
     177    <application>GDBM</application> as header cache backend.</para>
     178
     179    <para><parameter>--with-bdb</parameter>: This switch enables
     180     <application>Berkeley DB</application> as header cache backend.</para>
    165181
    166182    <para><parameter>--enable-smtp</parameter>: This switch enables
  • introduction/welcome/changelog.xml

    r1d6b5f9 r4d91d36c  
    4545      <para>March 16th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ag] - Added header caching support in mutt. Added qdbm as
     49          optional dependency.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[alexander] - Fixed URL for Audacious third-party plugins.</para>
Note: See TracChangeset for help on using the changeset viewer.