source: basicnet/mailnews/mutt.xml@ 5ed9bd0

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 5ed9bd0 was 5ed9bd0, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Added note about development release to Mutt-1.5.11. Updated FTP link.

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

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