Changeset bcb166a


Ignore:
Timestamp:
07/18/2009 09:04:00 PM (15 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
de7f20e
Parents:
1e7ac05
Message:

Enables GDBM as the default header cache backend for mutt

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r1e7ac05 rbcb166a  
    7171    <xref linkend="slang"/>,
    7272    <xref linkend="libidn"/>,
    73     <!-- <xref linkend="db"/>
    74     <xref linkend="gdbm"/> or -->
     73    <xref linkend="db"/> or
     74    <!-- <xref linkend="gdbm"/> -->
    7575    <ulink url="http://qdbm.sourceforge.net/">QDBM</ulink> or
    7676    <ulink url="http://tokyocabinet.sourceforge.net/index.html">Tokyo Cabinet</ulink>, and
     
    129129            --enable-hcache --without-qdbm \
    130130            --without-tokyocabinet \
    131             --with-gdbm --with-bdb &amp;&amp;
     131            --with-gdbm --without-bdb &amp;&amp;
    132132make</userinput></screen>
    133133
     
    182182    <application>GDBM</application> as the header cache backend.</para>
    183183
    184     <para><parameter>--with-bdb</parameter>: This switch enables
     184    <para><parameter>--without-bdb</parameter>: This switch disables
    185185     <application>Berkeley DB</application> as the header cache backend.</para>
    186186
  • general.ent

    r1e7ac05 rbcb166a  
    44-->
    55
    6 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     6<!ENTITY day          "18">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
  • introduction/welcome/changelog.xml

    r1e7ac05 rbcb166a  
    4343
    4444    <listitem>
     45      <para>July 18th, 2009</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ag] - Enables GDBM as the default header cache backend
     49          for mutt.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>July 17th, 2009</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.