source: networking/mailnews/mutt.xml@ a93934d2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 a93934d2 was a93934d2, checked in by Igor Živković <igor@…>, 10 years ago

update to mutt-1.5.22

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

  • Property mode set to 100644
File size: 12.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mutt-download-http "&sourceforge-repo;/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 "48267aba1bc53db636777f4a1ec87cb6">
10 <!ENTITY mutt-size "3.7 MB">
11 <!ENTITY mutt-buildsize "36 MB">
12 <!ENTITY mutt-time "0.5 SBU (plus a further 0.3SBU to regenerate the html if the required dependencies are present)">
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 </sect1info>
22
23 <title>Mutt-&mutt-version;</title>
24
25 <indexterm zone="mutt">
26 <primary sortas="a-mutt">mutt</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Mutt</title>
31
32 <para>The <application>Mutt</application> package contains a Mail User
33 Agent. This is useful for reading, writing, replying to, saving, and
34 deleting your email.</para>
35
36 &lfs74_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing='compact'>
40 <listitem>
41 <para>Download (HTTP): <ulink url="&mutt-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&mutt-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &mutt-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &mutt-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &mutt-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &mutt-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Optional</bridgehead>
63 <para role="optional">
64 <xref linkend="gnupg2"/>,
65 <xref linkend="openssl"/> or
66 <xref linkend="gnutls"/>,
67 an <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
68 <xref linkend="aspell"/>,
69 <xref linkend="mitkrb"/>,
70 <xref linkend="cyrus-sasl"/>,
71 <xref linkend="slang"/>,
72 <xref linkend="libidn"/>,
73 <xref linkend="texlive"/>
74 <xref linkend="db"/> or
75 <ulink url="http://qdbm.sourceforge.net/">QDBM</ulink> or
76 <ulink url="http://tokyocabinet.sourceforge.net/index.html">Tokyo Cabinet</ulink>, and
77 <ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink>
78 </para>
79
80 <bridgehead renderas="sect4">Optional (To Regenerate HTML
81 Documentation)</bridgehead>
82 <para role="optional">
83 <xref linkend="libxslt"/> and either
84 <xref linkend="lynx"/>,
85 <xref linkend="w3m"/> or
86 <ulink url="http://elinks.or.cz/">ELinks</ulink>
87 </para>
88
89 <bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
90 <para role="optional">
91 <xref linkend="docbook-dsssl"/>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/mutt"/></para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Mutt</title>
101
102 <note>
103 <para>This version of <application>Mutt</application> is a development
104 release. The BLFS staff has determined that it provides a stable
105 program and fixes two issues in the current stable version of
106 <application>Mutt</application>: a segmentation fault that occurs under
107 certain conditions and a compilation problem when building with recent
108 versions of <application>GCC</application>. To find the current
109 stable release, please refer to the
110 <ulink url="http://www.mutt.org/">Mutt home page</ulink>.</para>
111 </note>
112
113 <para><application>Mutt</application> requires a group named
114 <systemitem class="groupname">mail</systemitem>. You can
115 add this group, if it does not exist, with this command:</para>
116
117<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
118
119 <para>If you did not install an MTA, such as <xref linkend="postfix"/> or
120 <xref linkend="sendmail"/>, you need to modify the ownership of
121 <filename class="directory">/var/mail</filename> with this command:</para>
122
123<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
124
125 <para>Install <application>Mutt</application> by running the following
126 commands:</para>
127
128<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
129 --with-docdir=/usr/share/doc/mutt-&mutt-version; \
130 --enable-pop --enable-imap \
131 --enable-hcache --without-qdbm \
132 --without-tokyocabinet \
133 --with-gdbm --without-bdb &amp;&amp;
134make</userinput></screen>
135
136 <!-- for the moment, the html is regenerated automatically if the deps are
137 present, there is no way to stop it except by removing a dependency
138 <para>If you have the necessary dependencies installed and would like
139 to rebuild the HTML documentation, issue the following commands:</para>
140
141<screen><userinput>make -C doc clean &amp;&amp;
142make -C doc</userinput></screen> -->
143
144 <para>To generate the PDF manual with <xref linkend="texlive"/>, run
145 the following command:</para>
146
147<screen><userinput>make -C doc manual.pdf</userinput></screen>
148
149 <para>This package does not come with a test suite.</para>
150
151 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
152
153<screen role='root'><userinput>make install</userinput></screen>
154
155 <para>If you generated the PDF manual, install it and the source TeX
156 file by issuing the following command as the
157 <systemitem class="username">root</systemitem> user:</para>
158
159<screen role='root'><userinput>install -v -m644 doc/manual.{pdf,tex} \
160 /usr/share/doc/mutt-&mutt-version;</userinput></screen>
161
162 </sect2>
163
164 <sect2 role="commands">
165 <title>Command Explanations</title>
166
167 <para><parameter>--enable-pop</parameter>: This switch enables
168 POP3 support.</para>
169
170 <para><parameter>--enable-imap</parameter>: This switch enables
171 IMAP support.</para>
172
173 <para><parameter>--enable-hcache</parameter>: This switch enables
174 header caching.</para>
175
176 <para><parameter>--without-qdbm</parameter>: This switch disables
177 <application>QDBM</application> as the header cache backend.</para>
178
179 <para><parameter>--without-tokyocabinet</parameter>: This switch disables
180 <application>Tokyo Cabinet</application> as the header cache backend.</para>
181
182 <para><parameter>--with-gdbm</parameter>: This switch enables
183 <application>GDBM</application> as the header cache backend.</para>
184
185 <para><parameter>--without-bdb</parameter>: This switch disables
186 <application>Berkeley DB</application> as the header cache backend.</para>
187
188 <para><option>--enable-smtp</option>: This switch enables
189 SMTP relay support.</para>
190
191 <para><option>--with-ssl</option>: This parameter adds SSL/TLS
192 support from <xref linkend="openssl"/> in POP3/IMAP/SMTP if they are
193 enabled.</para>
194
195 <para><option>--with-sasl</option>: This parameter adds
196 authentication support from <xref linkend="cyrus-sasl"/> in POP3/IMAP/SMTP
197 if they are enabled. Depending on the server configuration, this may not
198 be needed for POP3 or IMAP. However, it is needed for SMTP
199 authentication.</para>
200
201 <para><option>--with-slang</option>: Use <application>S-Lang
202 </application> instead of <application>Ncurses</application>.</para>
203
204 </sect2>
205
206 <sect2 role="configuration">
207 <title>Configuring Mutt</title>
208
209 <sect3 id="mutt-config">
210 <title>Config Files</title>
211
212 <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
213 <filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
214
215 <indexterm zone="mutt mutt-config">
216 <primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
217 </indexterm>
218
219 <indexterm zone="mutt mutt-config">
220 <primary sortas="e-AA.muttrc">~/.muttrc</primary>
221 </indexterm>
222
223 <indexterm zone="mutt mutt-config">
224 <primary sortas="e-etc-mime.types">/etc/mime.types</primary>
225 </indexterm>
226
227 <indexterm zone="mutt mutt-config">
228 <primary sortas="e-AA.mime.types">~/.mime.types</primary>
229 </indexterm>
230
231 </sect3>
232
233 <sect3>
234 <title>Configuration Information</title>
235
236 <para>No changes in these files are necessary to begin using
237 <application>Mutt</application>. When you are ready to make changes, the
238 man page for <filename>muttrc</filename> is a good starting place.</para>
239
240 <para>In order to utilize <application>GnuPG</application>, use the following
241 command:</para>
242
243<screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
244
245 </sect3>
246
247 </sect2>
248
249 <sect2 role="content">
250 <title>Contents</title>
251
252 <segmentedlist>
253 <segtitle>Installed Programs</segtitle>
254 <segtitle>Installed Libraries</segtitle>
255 <segtitle>Installed Directories</segtitle>
256
257 <seglistitem>
258 <seg>flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and
259 smime_keys</seg>
260 <seg>None</seg>
261 <seg>/usr/share/doc/mutt-&mutt-version;</seg>
262 </seglistitem>
263 </segmentedlist>
264
265 <variablelist>
266 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
267 <?dbfo list-presentation="list"?>
268 <?dbhtml list-presentation="table"?>
269
270 <varlistentry id="flea">
271 <term><command>flea</command></term>
272 <listitem>
273 <para>is a bug submitter for <application>Mutt</application>.</para>
274 <indexterm zone="mutt flea">
275 <primary sortas="b-flea">flea</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="mutt-prog">
281 <term><command>mutt</command></term>
282 <listitem>
283 <para>is a Mail User Agent (MUA) which enables you to read, write
284 and delete your email.</para>
285 <indexterm zone="mutt mutt-prog">
286 <primary sortas="b-mutt">mutt</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="mutt_dotlock">
292 <term><command>mutt_dotlock</command></term>
293 <listitem>
294 <para>implements the mail spool file lock.</para>
295 <indexterm zone="mutt mutt_dotlock">
296 <primary sortas="b-mutt_dotlock">mutt_dotlock</primary>
297 </indexterm>
298 </listitem>
299 </varlistentry>
300
301 <varlistentry id="muttbug">
302 <term><command>muttbug</command></term>
303 <listitem>
304 <para>is a script that executes <command>flea</command>.</para>
305 <indexterm zone="mutt muttbug">
306 <primary sortas="b-muttbug">muttbug</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="pgpewrap">
312 <term><command>pgpewrap</command></term>
313 <listitem>
314 <para>prepares a command line for the <xref linkend="gnupg2"/>
315 utilities.</para>
316 <indexterm zone="mutt pgpewrap">
317 <primary sortas="b-pgpewrap">pgpewrap</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
322 <varlistentry id="pgpring">
323 <term><command>pgpring</command></term>
324 <listitem>
325 <para>is a key ring dumper for <ulink
326 url="http://www.pgp.com/">PGP</ulink>. It is not needed for
327 <xref linkend="gnupg2"/>.</para>
328 <indexterm zone="mutt pgpring">
329 <primary sortas="b-pgpring">pgpring</primary>
330 </indexterm>
331 </listitem>
332 </varlistentry>
333
334 <varlistentry id="smime_keys">
335 <term><command>smime_keys</command></term>
336 <listitem>
337 <para>manages a keystore for S/MIME certificates.</para>
338 <indexterm zone="mutt smime_keys">
339 <primary sortas="b-smime_keys">smime_keys</primary>
340 </indexterm>
341 </listitem>
342 </varlistentry>
343
344 </variablelist>
345
346 </sect2>
347
348</sect1>
Note: See TracBrowser for help on using the repository browser.