source: networking/mailnews/mutt.xml@ afd9074

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since afd9074 was afd9074, checked in by Ken Moffat <ken@…>, 4 years ago

mutt-1.14.0

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

  • Property mode set to 100644
File size: 14.1 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 "https://bitbucket.org/mutt/mutt/downloads/mutt-&mutt-version;.tar.gz">
8 <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
9 <!ENTITY mutt-md5sum "1d9ad55b6e4c760792c28a28cdee62b3">
10 <!ENTITY mutt-size "5.0 MB">
11 <!ENTITY mutt-buildsize "49 MB">
12 <!ENTITY mutt-time "0.3 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 </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>
33 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.
36 </para>
37
38 &lfs91_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing='compact'>
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&mutt-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&mutt-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &mutt-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &mutt-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &mutt-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &mutt-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing='compact'>
76 <listitem>
77 <para>
78 Required patch: <ulink
79 url="&patch-root;/mutt-&mutt-version;-upstream_fixes-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>-->
83
84 <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="aspell"/>,
89 <xref linkend="cyrus-sasl"/>,
90 <xref linkend="gdb"/>,
91 <xref linkend="gnupg2"/>,
92 <xref linkend="gnutls"/>,
93 <xref linkend="gpgme"/>,
94 <xref linkend="libidn"/>,
95 <xref linkend="mitkrb"/>,
96 an <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
97 <xref linkend="slang"/>,
98 <xref linkend="sqlite"/>,
99 <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>,
100 <ulink url="http://mixmaster.sourceforge.net/">Mixmaster</ulink>,
101 <!-- from configure: \-\-with-bdb[=DIR] Use BerkeleyDB4 if gdbm is not
102 available but gdbm is installed in LFS, so do not mention BerkeleyDB
103 <xref linkend="db"/> or -->
104 <ulink url="http://fallabs.com/qdbm/">QDBM</ulink> or
105 <ulink url="http://fallabs.com/tokyocabinet/">Tokyo Cabinet</ulink>
106 </para>
107
108 <bridgehead renderas="sect4">Optional (To Regenerate HTML
109 Documentation)</bridgehead>
110 <para role="optional">
111 <xref linkend="libxslt"/> and either
112 <xref linkend="lynx"/>,
113 <ulink url="&w3m-url;">W3m</ulink>, or
114 <ulink url="&elinks-url;">ELinks</ulink>
115 </para>
116
117<!--<bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
118 <para role="optional">
119 <xref linkend="docbook-dsssl"/>,
120 <xref linkend="openjade"/>, and
121 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/> with
122 <command>pdfjadetex</command> installed)
123 </para>-->
124
125 <para condition="html" role="usernotes">User Notes:
126 <ulink url="&blfs-wiki;/mutt"/></para>
127
128 </sect2>
129
130 <sect2 role="installation">
131 <title>Installation of Mutt</title>
132
133 <para>
134 <application>Mutt</application> requires a group named
135 <systemitem class="groupname">mail</systemitem>. You can
136 add this group, if it does not exist, with this command:
137 </para>
138
139<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
140
141 <para>
142 If you did not install an <xref linkend="server-mail"/>, you need to
143 modify the ownership of <filename class="directory">/var/mail</filename>
144 with this command:
145 </para>
146
147<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
148
149 <para>
150 <application>Mutt</application> will rebuild the html documentation
151 if <application>libxslt</application> is present, then use that to update
152 the text manual - even if none of the specified browsers are present. That
153 will create an empty text file, so we will save the shipped file.
154 </para>
155
156 <para>
157 Install <application>Mutt</application> by running the following
158 commands:
159 </para>
160
161<screen><userinput>./configure --prefix=/usr \
162 --sysconfdir=/etc \
163 --with-docdir=/usr/share/doc/mutt-&mutt-version; \
164 --with-ssl \
165 --enable-external-dotlock \
166 --enable-pop \
167 --enable-imap \
168 --enable-hcache \
169 --enable-sidebar &amp;&amp;
170make</userinput></screen>
171
172<!-- PDF broken with 1.14.0
173 <para>
174 To generate the PDF manual with <xref linkend="texlive"/>, run
175 the following command:
176 </para>
177
178<screen remap="doc"><userinput>make -C doc manual.pdf</userinput></screen>-->
179
180 <para>
181 This package does not come with a test suite.
182 </para>
183
184 <para>
185 Now, as the <systemitem class="username">root</systemitem> user:
186 </para>
187
188 <screen role='root'><userinput>make install</userinput></screen>
189
190<!--<para>
191 If you generated the PDF manual, install it
192 by issuing the following command as the
193 <systemitem class="username">root</systemitem> user:
194 </para>
195
196<screen role='root' remap='doc'><userinput>install -v -m644 doc/manual.pdf \
197 /usr/share/doc/mutt-&mutt-version;</userinput></screen>-->
198
199 <note>
200 <para>
201 If you used a DESTDIR method to only install to a temporary location as
202 a regular user (as part of a package menagement process), you will need
203 to run the following as the <systemitem class="username">root
204 </systemitem> user after completing the real install:
205 </para>
206
207<screen role="nodump"><userinput>chown root:mail /usr/bin/mutt_dotlock &amp;&amp;
208chmod -v 2755 /usr/bin/mutt_dotlock</userinput></screen>
209
210 <para>
211 An info file is now installed, so you will also need to recreate the
212 <filename>/usr/share/info/dir</filename> as described when
213 <application>Texinfo</application> was installed in LFS.
214 </para>
215 </note>
216
217
218 </sect2>
219
220 <sect2 role="commands">
221 <title>Command Explanations</title>
222
223 <para>
224 <parameter>--enable-external-dotlock</parameter>: In some circumstances
225 the mutt-dotlock program is not created. This switch ensures it is always
226 created.
227 </para>
228
229 <para>
230 <parameter>--enable-pop</parameter>: This switch enables POP3 support.
231 </para>
232
233 <para>
234 <parameter>--enable-imap</parameter>: This switch enables IMAP support.
235 </para>
236
237 <para>
238 <parameter>--enable-hcache</parameter>: This switch enables
239 header caching.
240 </para>
241
242 <para>
243 <parameter>--enable-sidebar</parameter>: This switch enables support
244 for the sidebar (a list of mailboxes). It is off by default, but can be
245 turned on by <command>:set sidebar_visible</command> in mutt (and off
246 again with ':unset'), or it can be enabled in <filename>
247 ~/.muttrc</filename>.
248 </para>
249
250 <para>
251 <parameter>--with-ssl</parameter>: This parameter adds SSL/TLS
252 support from openssl in POP3/IMAP/SMTP.
253 </para>
254
255 <para>
256 <option>--enable-autocrypt --with-sqlite3</option>: These two
257 switches add support for passive protection against data collection,
258 using gnupg and gpgme (gpgme is enabled by autocrypt). See <ulink
259 url="http://www.mutt.org/doc/manual/#autocryptdoc">The Manual</ulink>.
260 </para>
261
262 <para>
263 <option>--enable-gpgme</option>: This switch enables GPG support
264 through the GPGME package. Use this switch if you want GPG support in
265 Mutt.
266 </para>
267
268 <para>
269 <option>--enable-smtp</option>: This switch enables
270 SMTP relay support.
271 </para>
272
273 <para>
274 <option>--with-idn2</option>: Use this parameter if both libidn and
275 libidn2 have been installed, and you wish to use libidn2 here.
276 </para>
277
278 <para>
279 <option>--with-sasl</option>: This parameter adds authentication support
280 from <xref linkend="cyrus-sasl"/> in POP3/IMAP/SMTP if they are enabled.
281 Depending on the server configuration, this may not be needed for POP3
282 or IMAP. However, it is needed for SMTP authentication.
283 </para>
284
285 <!-- we do not normally list all possible switches. LFS installs ncurses.
286 <para>
287 <option>\-\-with-slang</option>: Use <application>S-Lang
288 </application> instead of <application>Ncurses</application>.
289 </para> -->
290
291 </sect2>
292
293 <sect2 role="configuration">
294 <title>Configuring Mutt</title>
295
296 <sect3 id="mutt-config">
297 <title>Config Files</title>
298
299 <para>
300 <filename>/etc/Muttrc</filename>,
301 <filename>~/.muttrc</filename>,
302 <filename>/etc/mime.types</filename>, and
303 <filename>~/.mime.types</filename>
304 </para>
305
306 <indexterm zone="mutt mutt-config">
307 <primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
308 </indexterm>
309
310 <indexterm zone="mutt mutt-config">
311 <primary sortas="e-AA.muttrc">~/.muttrc</primary>
312 </indexterm>
313
314 <indexterm zone="mutt mutt-config">
315 <primary sortas="e-etc-mime.types">/etc/mime.types</primary>
316 </indexterm>
317
318 <indexterm zone="mutt mutt-config">
319 <primary sortas="e-AA.mime.types">~/.mime.types</primary>
320 </indexterm>
321
322 </sect3>
323
324 <sect3>
325 <title>Configuration Information</title>
326
327 <para>
328 No changes in these files are necessary to begin using
329 <application>Mutt</application>. When you are ready to make changes,
330 the man page for <filename>muttrc</filename> is a good starting place.
331 </para>
332
333 <para>
334 In order to utilize <application>GnuPG</application>, use the following
335 command:
336 </para>
337
338<screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
339
340 </sect3>
341
342 </sect2>
343
344 <sect2 role="content">
345 <title>Contents</title>
346
347 <segmentedlist>
348 <segtitle>Installed Programs</segtitle>
349 <segtitle>Installed Libraries</segtitle>
350 <segtitle>Installed Directories</segtitle>
351
352 <seglistitem>
353 <seg>flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and
354 smime_keys</seg>
355 <seg>None</seg>
356 <seg>/usr/share/doc/mutt-&mutt-version;</seg>
357 </seglistitem>
358 </segmentedlist>
359
360 <variablelist>
361 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
362 <?dbfo list-presentation="list"?>
363 <?dbhtml list-presentation="table"?>
364
365 <varlistentry id="flea">
366 <term><command>flea</command></term>
367 <listitem>
368 <para>
369 is a script showing where to report bugs.
370 </para>
371 <indexterm zone="mutt flea">
372 <primary sortas="b-flea">flea</primary>
373 </indexterm>
374 </listitem>
375 </varlistentry>
376
377 <varlistentry id="mutt-prog">
378 <term><command>mutt</command></term>
379 <listitem>
380 <para>
381 is a Mail User Agent (MUA) which enables you to read, write
382 and delete your email.
383 </para>
384 <indexterm zone="mutt mutt-prog">
385 <primary sortas="b-mutt">mutt</primary>
386 </indexterm>
387 </listitem>
388 </varlistentry>
389
390 <varlistentry id="mutt_dotlock">
391 <term><command>mutt_dotlock</command></term>
392 <listitem>
393 <para>
394 implements the mail spool file lock.
395 </para>
396 <indexterm zone="mutt mutt_dotlock">
397 <primary sortas="b-mutt_dotlock">mutt_dotlock</primary>
398 </indexterm>
399 </listitem>
400 </varlistentry>
401
402 <varlistentry id="muttbug">
403 <term><command>muttbug</command></term>
404 <listitem>
405 <para>
406 is a script identical to <command>flea</command>.
407 </para>
408 <indexterm zone="mutt muttbug">
409 <primary sortas="b-muttbug">muttbug</primary>
410 </indexterm>
411 </listitem>
412 </varlistentry>
413
414 <varlistentry id="pgpewrap">
415 <term><command>pgpewrap</command></term>
416 <listitem>
417 <para>
418 prepares a command line for the <xref linkend="gnupg2"/> utilities.
419 </para>
420 <indexterm zone="mutt pgpewrap">
421 <primary sortas="b-pgpewrap">pgpewrap</primary>
422 </indexterm>
423 </listitem>
424 </varlistentry>
425
426 <varlistentry id="pgpring">
427 <term><command>pgpring</command></term>
428 <listitem>
429 <para>
430 is a key ring dumper for <ulink
431 url="http://www.pgp.com/">PGP</ulink>. It is not needed for
432 <xref linkend="gnupg2"/>.
433 </para>
434 <indexterm zone="mutt pgpring">
435 <primary sortas="b-pgpring">pgpring</primary>
436 </indexterm>
437 </listitem>
438 </varlistentry>
439
440 <varlistentry id="smime_keys">
441 <term><command>smime_keys</command></term>
442 <listitem>
443 <para>
444 manages a keystore for S/MIME certificates.
445 </para>
446 <indexterm zone="mutt smime_keys">
447 <primary sortas="b-smime_keys">smime_keys</primary>
448 </indexterm>
449 </listitem>
450 </varlistentry>
451
452 </variablelist>
453
454 </sect2>
455
456</sect1>
Note: See TracBrowser for help on using the repository browser.