source: basicnet/mailnews/mutt.xml@ 8ae8678b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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
Last change on this file since 8ae8678b was 8ae8678b, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Added optional deps for rebuilding documentation to mutt

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

  • Property mode set to 100644
File size: 8.3 KB
RevLine 
[bfe245f]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[bfe245f]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[126e7ea2]7 <!ENTITY mutt-download-http "http://prdownloads.sourceforge.net/mutt/mutt-&mutt-version;.tar.gz">
[5ed9bd0]8 <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/mutt/devel/mutt-&mutt-version;.tar.gz">
[126e7ea2]9 <!ENTITY mutt-md5sum "00e6f8f7c37d4840e5e30583ebee21ce">
10 <!ENTITY mutt-size "3.1 MB">
11 <!ENTITY mutt-buildsize "24.2 MB">
[1204d00]12 <!ENTITY mutt-time "0.4 SBU">
[bfe245f]13]>
14
[377584f]15<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
[6b9cfc9]16 <?dbhtml filename="mutt.html"?>
[481b3e8]17
[6b9cfc9]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[4dbbf634]21 <keywordset>
22 <keyword role="package">mutt-&mutt-version;.tar</keyword>
[25475f5]23 <keyword role="ftpdir">mutt</keyword>
[4dbbf634]24 </keywordset>
[6b9cfc9]25 </sect1info>
[481b3e8]26
[6b9cfc9]27 <title>Mutt-&mutt-version;</title>
[481b3e8]28
[6b9cfc9]29 <sect2 role="package">
30 <title>Introduction to Mutt</title>
[481b3e8]31
32 <para>The <application>Mutt</application> package contains a Mail User Agent.
[6b9cfc9]33 This is useful for reading, writing, replying to, saving, and deleting your email.</para>
[481b3e8]34
[6b9cfc9]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing='compact'>
37 <listitem>
38 <para>Download (HTTP): <ulink url="&mutt-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&mutt-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &mutt-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &mutt-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &mutt-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &mutt-time;</para>
54 </listitem>
55 </itemizedlist>
[481b3e8]56
[6b9cfc9]57 <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
[481b3e8]58
[6b9cfc9]59 <bridgehead renderas="sect4">Optional</bridgehead>
[4dbbf634]60 <para role="optional"><xref linkend="gnupg"/>,
[126e7ea2]61 <xref linkend="openssl"/> or
62 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
63 needs <ulink
64 url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
65 then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
[7f5c97e]66 an <xref linkend="server-mail"/>,
[6b9cfc9]67 <xref linkend="ispell"/>,
68 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
69 <xref linkend="cyrus-sasl"/>,
[126e7ea2]70 <xref linkend="slang"/>,
71 <xref linkend="libidn"/>,
[1204d00]72 <xref linkend="gdbm"/>, and
73 <!-- <xref linkend="db"/> -->
74 <ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink></para>
[481b3e8]75
[8ae8678b]76 <bridgehead renderas="sect4">Optional (To Regenerate Documentation)</bridgehead>
77 <para role="optional"><xref linkend="libxslt"/>, and
78 <xref linkend="Links"/> or
79 <xref linkend="w3m"/></para>
80
[061ec9d]81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/mutt"/></para>
83
[6b9cfc9]84 </sect2>
[481b3e8]85
[6b9cfc9]86 <sect2 role="installation">
87 <title>Installation of Mutt</title>
[481b3e8]88
[5ed9bd0]89 <note>
90 <para>This version of <application>Mutt</application> is a development
91 release. The BLFS staff has determined that it provides a stable
92 program and fixes two issues in the current stable version of
93 <application>Mutt</application>: a segmentation fault that occurs under
94 certain conditions and a compilation problem when building with
95 <application>GCC-&gcc-version;</application>. To find the current
96 stable release, please refer to the
97 <ulink url="http://www.mutt.org/">Mutt home page</ulink>.</para>
98 </note>
99
[481b3e8]100 <para><application>Mutt</application> requires a group named
101 <systemitem class="groupname">mail</systemitem>. You can
[6b9cfc9]102 add this group, if it does not exist, with this command:</para>
[481b3e8]103
[b785ab29]104<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
[481b3e8]105
106 <para>If you did not install a MTA, such as <xref linkend="postfix"/> or
107 <xref linkend="sendmail"/>, you need to modify the ownership of
[6b9cfc9]108 <filename class="directory">/var/mail</filename> with this command:</para>
[481b3e8]109
[e3353b3]110<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
[481b3e8]111
112 <para>Install <application>Mutt</application> by running the following
[6b9cfc9]113 commands:</para>
[481b3e8]114
[6b9cfc9]115<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
[53c2faf]116 --enable-pop --enable-imap &amp;&amp;
[46441976]117make</userinput></screen>
118
119 <para>This package does not come with a test suite.</para>
120
121 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
122
123<screen role='root'><userinput>make install</userinput></screen>
[481b3e8]124
[6b9cfc9]125 </sect2>
[481b3e8]126
[6b9cfc9]127 <sect2 role="commands">
[e3353b3]128 <title>Command Explanations</title>
[481b3e8]129
[6b9cfc9]130 <para><parameter>--enable-pop</parameter>: This switch enables
[481b3e8]131 POP3 support.</para>
132
[6b9cfc9]133 <para><parameter>--enable-imap</parameter>: This switch enables
[481b3e8]134 IMAP support.</para>
135
[126e7ea2]136 <para><parameter>--with-...</parameter>: This switch enables the various
137 dependencies.</para>
138
[6b9cfc9]139 </sect2>
[481b3e8]140
[6b9cfc9]141 <sect2 role="configuration">
142 <title>Configuring Mutt</title>
[481b3e8]143
[6b9cfc9]144 <sect3 id="mutt-config">
[e3353b3]145 <title>Config Files</title>
[481b3e8]146
[6b9cfc9]147 <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
148 <filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
[481b3e8]149
[6b9cfc9]150 <indexterm zone="mutt mutt-config">
151 <primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
152 </indexterm>
[481b3e8]153
[6b9cfc9]154 <indexterm zone="mutt mutt-config">
155 <primary sortas="e-AA.muttrc">~/.muttrc</primary>
156 </indexterm>
[481b3e8]157
[6b9cfc9]158 <indexterm zone="mutt mutt-config">
159 <primary sortas="e-etc-mime.types">/etc/mime.types</primary>
160 </indexterm>
[481b3e8]161
[6b9cfc9]162 <indexterm zone="mutt mutt-config">
163 <primary sortas="e-AA.mime.types">~/.mime.types</primary>
164 </indexterm>
[481b3e8]165
[6b9cfc9]166 </sect3>
[481b3e8]167
[6b9cfc9]168 <sect3>
169 <title>Configuration Information</title>
[481b3e8]170
[6b9cfc9]171 <para>No changes in these files are necessary to begin using
[481b3e8]172 <application>Mutt</application>. When you are ready to make changes, the
[6b9cfc9]173 man page for <filename>muttrc</filename> is a good starting place.</para>
[481b3e8]174
175 <para>In order to utilize <application>GnuPG</application>, use the following
[6b9cfc9]176 command:</para>
[481b3e8]177
[6b9cfc9]178<screen><userinput>cat /usr/share/doc/mutt/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
[481b3e8]179
[6b9cfc9]180 </sect3>
[481b3e8]181
[6b9cfc9]182 </sect2>
[481b3e8]183
[6b9cfc9]184 <sect2 role="content">
185 <title>Contents</title>
[481b3e8]186
[6b9cfc9]187 <segmentedlist>
188 <segtitle>Installed Programs</segtitle>
189 <segtitle>Installed Libraries</segtitle>
190 <segtitle>Installed Directories</segtitle>
[481b3e8]191
[6b9cfc9]192 <seglistitem>
193 <seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</seg>
194 <seg>None</seg>
[46441976]195 <seg>/usr/doc/mutt</seg>
[6b9cfc9]196 </seglistitem>
197 </segmentedlist>
[481b3e8]198
[6b9cfc9]199 <variablelist>
200 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
201 <?dbfo list-presentation="list"?>
202 <?dbhtml list-presentation="table"?>
[481b3e8]203
[6b9cfc9]204 <varlistentry id="flea">
205 <term><command>flea</command></term>
206 <listitem>
207 <para>is a bug submitter for <application>Mutt</application>.</para>
208 <indexterm zone="mutt flea">
209 <primary sortas="b-flea">flea</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
[481b3e8]213
[6b9cfc9]214 <varlistentry id="mutt-prog">
215 <term><command>mutt</command></term>
216 <listitem>
217 <para>is a Mail User Agent (MUA) which enables you to read, write and delete
218 your email.</para>
219 <indexterm zone="mutt mutt-prog">
220 <primary sortas="b-mutt">mutt</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
[481b3e8]224
[6b9cfc9]225 <varlistentry id="mutt_dotlock">
226 <term><command>mutt_dotlock</command></term>
227 <listitem>
228 <para>implements the mail spool file lock.</para>
229 <indexterm zone="mutt mutt_dotlock">
230 <primary sortas="b-mutt_dotlock">mutt_dotlock</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
[481b3e8]234
[6b9cfc9]235 <varlistentry id="muttbug">
236 <term><command>muttbug</command></term>
237 <listitem>
238 <para>is a script that executes <command>flea</command>.</para>
239 <indexterm zone="mutt muttbug">
240 <primary sortas="c-muttbug">muttbug</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
[481b3e8]244
[6b9cfc9]245 </variablelist>
[481b3e8]246
[6b9cfc9]247 </sect2>
[481b3e8]248
[f45b1953]249</sect1>
Note: See TracBrowser for help on using the repository browser.