Ignore:
Timestamp:
06/12/2007 07:42:21 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
e571e42
Parents:
4f46a03b
Message:

Updated to Mutt-1.5.16

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r4f46a03b r2561ad9e  
    77  <!ENTITY mutt-download-http "http://downloads.sourceforge.net/mutt/mutt-&mutt-version;.tar.gz">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/mutt/devel/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "00e6f8f7c37d4840e5e30583ebee21ce">
    10   <!ENTITY mutt-size          "3.1 MB">
    11   <!ENTITY mutt-buildsize     "24.2 MB">
     9  <!ENTITY mutt-md5sum        "10eff7024dbb7ce1f773d688a69ea9db">
     10  <!ENTITY mutt-size          "3.4 MB">
     11  <!ENTITY mutt-buildsize     "25.7 MB">
    1212  <!ENTITY mutt-time          "0.4 SBU">
    1313]>
     
    2626    <title>Introduction to Mutt</title>
    2727
    28     <para>The <application>Mutt</application> package contains a Mail User Agent.
    29     This is useful for reading, writing, replying to, saving, and deleting your email.</para>
     28    <para>The <application>Mutt</application> package contains a Mail User
     29    Agent. This is useful for reading, writing, replying to, saving, and
     30    deleting your email.</para>
    3031
    3132    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    4849      <listitem>
    4950        <para>Estimated build time: &mutt-time;</para>
    50       </listitem>
    51     </itemizedlist>
    52 
    53     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    54     <itemizedlist spacing='compact'>
    55       <listitem>
    56         <para>Required Patch: <ulink
    57         url="&patch-root;/mutt-&mutt-version;-security_fix-1.patch"/></para>
    5851      </listitem>
    5952    </itemizedlist>
     
    8174      <ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink></para>
    8275
    83     <bridgehead renderas="sect4">Optional (To Regenerate Documentation)</bridgehead>
    84     <para role="optional"><xref linkend="libxslt"/>, and
    85       <xref linkend="Links"/> or
    86       <xref linkend="w3m"/></para>
     76    <bridgehead renderas="sect4">Optional (To Regenerate HTML
     77    Documentation)</bridgehead>
     78    <para role="optional"><xref linkend="libxslt"/> and either
     79    <xref linkend="lynx"/>, <xref linkend="w3m"/> or
     80    <ulink url="http://elinks.or.cz/">ELinks</ulink></para>
     81
     82    <!-- Untested PDF generation with jadetex/openjade/opensp
     83    <bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
     84    <para role="optional"><xref linkend="jadetex"/></para>
     85    -->
    8786
    8887    <para condition="html" role="usernotes">User Notes:
     
    125124
    126125<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    127     --enable-pop --enable-imap &amp;&amp;
     126    --with-docdir=/usr/share/doc/mutt-&mutt-version; \
     127    --enable-pop --enable-imap --enable-smtp &amp;&amp;
    128128make</userinput></screen>
    129129
     130    <para>If you have the necessary dependencies installed and would like
     131    to rebuild the HTML documentation, issue the following commands:</para>
     132
     133<screen><userinput>make -C doc clean &amp;&amp;
     134make -C doc</userinput></screen>
     135
     136    <!-- Untested PDF generation
     137    <para>To generate the PDF manual with <xref linkend="jadetex"/>, run
     138    the following commands:</para>
     139
     140<screen><userinput>make -C doc manual.pdf</userinput></screen>
     141    -->
     142
    130143    <para>This package does not come with a test suite.</para>
    131144
     
    133146
    134147<screen role='root'><userinput>make install</userinput></screen>
     148
     149    <!-- Untested PDF generation
     150    <para>If you generated the PDF manual, install it and the source TeX
     151    file as the <systemitem class="username">root</systemitem> user:</para>
     152
     153<screen role='root'><userinput>install -v -m644 doc/manual.{pdf,tex} \
     154    /usr/share/doc/mutt-&mutt-version;</userinput></screen>
     155    -->
    135156
    136157  </sect2>
     
    144165    <para><parameter>--enable-imap</parameter>: This switch enables
    145166    IMAP support.</para>
     167
     168    <para><parameter>--enable-smtp</parameter>: This switch enables
     169    SMTP relay support.</para>
    146170
    147171    <para><parameter>--with-...</parameter>: This switch enables the various
     
    187211      command:</para>
    188212
    189 <screen><userinput>cat /usr/share/doc/mutt/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
     213<screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
    190214
    191215    </sect3>
     
    202226
    203227      <seglistitem>
    204         <seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</seg>
     228        <seg>flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and
     229        smime_keys</seg>
    205230        <seg>None</seg>
    206         <seg>/usr/doc/mutt</seg>
     231        <seg>/usr/share/doc/mutt-&mutt-version;</seg>
    207232      </seglistitem>
    208233    </segmentedlist>
     
    226251        <term><command>mutt</command></term>
    227252        <listitem>
    228           <para>is a Mail User Agent (MUA) which enables you to read, write and delete
    229           your email.</para>
     253          <para>is a Mail User Agent (MUA) which enables you to read, write
     254          and delete your email.</para>
    230255          <indexterm zone="mutt mutt-prog">
    231256            <primary sortas="b-mutt">mutt</primary>
     
    254279      </varlistentry>
    255280
     281      <varlistentry id="pgpewrap">
     282        <term><command>pgpewrap</command></term>
     283        <listitem>
     284          <para>prepares a command line for the <xref linkend="gnupg"/>
     285          utilities.</para>
     286          <indexterm zone="mutt pgpewrap">
     287            <primary sortas="c-pgpewrap">pgpewrap</primary>
     288          </indexterm>
     289        </listitem>
     290      </varlistentry>
     291
     292      <varlistentry id="pgpring">
     293        <term><command>pgpring</command></term>
     294        <listitem>
     295          <para>is a key ring dumper for <ulink
     296          url="http://www.pgp.com/">PGP</ulink>. It is not needed for
     297          <xref linkend="gnupg"/>.</para>
     298          <indexterm zone="mutt pgpring">
     299            <primary sortas="c-pgpring">pgpring</primary>
     300          </indexterm>
     301        </listitem>
     302      </varlistentry>
     303
     304      <varlistentry id="smime_keys">
     305        <term><command>smime_keys</command></term>
     306        <listitem>
     307          <para>manages a keystore for S/MIME certificates.</para>
     308          <indexterm zone="mutt smime_keys">
     309            <primary sortas="c-smime_keys">smime_keys</primary>
     310          </indexterm>
     311        </listitem>
     312      </varlistentry>
     313
    256314    </variablelist>
    257315
Note: See TracChangeset for help on using the changeset viewer.