source: networking/mailnews/mutt.xml@ 3091087

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 3091087 was 3091087, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Null enties don't render correctly

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

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