source: networking/mailnews/mutt.xml@ 2b2671b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 2b2671b was f3429309, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • mupdf-1.8: minor reformat.
  • removing spaces from EOL, from Denis Mugnier.
  • BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate the book. One chunck had been removed. Bruce, please check if it is OK, now.

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

  • Property mode set to 100644
File size: 12.8 KB
RevLine 
[bfe245f]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[bfe245f]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[85a52e67]7<!-- <!ENTITY mutt-download-http "&sourceforge-repo;/mutt/mutt-&mutt-version;.tar.gz">-->
[30910871]8 <!ENTITY mutt-download-http " ">
[7e39ba39]9 <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
10 <!ENTITY mutt-md5sum "7f25d27f3c7c82285ac07aac35f5f0f2">
11 <!ENTITY mutt-size "3.8 MB">
[05b0caac]12 <!ENTITY mutt-buildsize "36 MB (plus a further 8MB for the PDF manual)">
[7e39ba39]13 <!ENTITY mutt-time "0.3 SBU (plus a further 0.2 SBU to build the PDF manual)">
[bfe245f]14]>
15
[377584f]16<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
[6b9cfc9]17 <?dbhtml filename="mutt.html"?>
[481b3e8]18
[6b9cfc9]19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
[481b3e8]23
[6b9cfc9]24 <title>Mutt-&mutt-version;</title>
[481b3e8]25
[8134bed]26 <indexterm zone="mutt">
27 <primary sortas="a-mutt">mutt</primary>
28 </indexterm>
29
[6b9cfc9]30 <sect2 role="package">
31 <title>Introduction to Mutt</title>
[481b3e8]32
[2561ad9e]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>
[481b3e8]36
[60d53ec3]37 &lfs78_checked;
[06f76d2c]38
[6b9cfc9]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>
[481b3e8]60
[7e39ba39]61 <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
[128db10c]62 <itemizedlist spacing='compact'>
63 <listitem>
64 <para>Required patch: <ulink
65 url="&patch-root;/mutt-&mutt-version;-upstream_fixes-1.patch"/>
66 </para>
67 </listitem>
[7e39ba39]68 </itemizedlist>-->
[128db10c]69
[6b9cfc9]70 <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
[481b3e8]71
[6b9cfc9]72 <bridgehead renderas="sect4">Optional</bridgehead>
[f82ac3f]73 <para role="optional">
74 <xref linkend="aspell"/>,
75 <xref linkend="cyrus-sasl"/>,
[05b0caac]76 <xref linkend="gdb"/>,
77 <xref linkend="gnupg2"/>,
78 <xref linkend="gpgme"/>,
79 <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>,
[f82ac3f]80 <xref linkend="libidn"/>,
[05b0caac]81 <xref linkend="mitkrb"/>,
82 <ulink url="http://mixmaster.sourceforge.net/">Mixmaster</ulink>,
83 an <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
84 <xref linkend="slang"/>,
[f3429309]85 <xref linkend="openssl"/> or
[05b0caac]86 <xref linkend="gnutls"/>,
[f82ac3f]87 <xref linkend="db"/> or
[05b0caac]88 <ulink url="http://fallabs.com/qdbm/">QDBM</ulink> or
89 <ulink url="http://fallabs.com/tokyocabinet/">Tokyo Cabinet</ulink>
[4d91d36c]90 </para>
[481b3e8]91
[2561ad9e]92 <bridgehead renderas="sect4">Optional (To Regenerate HTML
93 Documentation)</bridgehead>
[f82ac3f]94 <para role="optional">
95 <xref linkend="libxslt"/> and either
96 <xref linkend="lynx"/>,
[aadebdcc]97 <xref linkend="w3m"/>, or
[f82ac3f]98 <ulink url="http://elinks.or.cz/">ELinks</ulink>
99 </para>
[2561ad9e]100
101 <bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
[3f8a5e2]102 <para role="optional">
[05b0caac]103 <xref linkend="docbook-dsssl"/>,
[aadebdcc]104 <xref linkend="openjade"/>, and
[f720ace1]105 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
[3f8a5e2]106 </para>
[8ae8678b]107
[061ec9d]108 <para condition="html" role="usernotes">User Notes:
109 <ulink url="&blfs-wiki;/mutt"/></para>
110
[6b9cfc9]111 </sect2>
[481b3e8]112
[6b9cfc9]113 <sect2 role="installation">
114 <title>Installation of Mutt</title>
[481b3e8]115
[5ed9bd0]116 <note>
117 <para>This version of <application>Mutt</application> is a development
[80d6d7d5]118 release. The BLFS editors have determined that it provides a stable
[5ed9bd0]119 program and fixes two issues in the current stable version of
120 <application>Mutt</application>: a segmentation fault that occurs under
[8134bed]121 certain conditions and a compilation problem when building with recent
[7e39ba39]122 versions of <application>GCC</application>.
123 </para>
[5ed9bd0]124 </note>
125
[481b3e8]126 <para><application>Mutt</application> requires a group named
127 <systemitem class="groupname">mail</systemitem>. You can
[6b9cfc9]128 add this group, if it does not exist, with this command:</para>
[481b3e8]129
[b785ab29]130<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
[481b3e8]131
[af8e3ea3]132 <para>If you did not install an <xref linkend="server-mail"/>, you need to
133 modify the ownership of <filename class="directory">/var/mail</filename>
134 with this command:</para>
[481b3e8]135
[e3353b3]136<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
[481b3e8]137
[7e39ba39]138 <para><application>Mutt</application> will rebuild the html documentation
139 if <application>libxslt</application> is present, then use that to update
140 the text manual - even if none of the specified browsers are present. That
141 will create an empty text file, so we will save the shipped file.
142 </para>
143
[481b3e8]144 <para>Install <application>Mutt</application> by running the following
[6b9cfc9]145 commands:</para>
[481b3e8]146
[7e39ba39]147<screen><userinput>cp -v doc/manual.txt{,.shipped} &amp;&amp;
[128db10c]148./configure --prefix=/usr \
[aadebdcc]149 --sysconfdir=/etc \
[2188f69]150 --with-docdir=/usr/share/doc/mutt-&mutt-version; \
[aadebdcc]151 --enable-pop \
152 --enable-imap \
153 --enable-hcache \
154 --without-qdbm \
155 --with-gdbm \
156 --without-bdb \
157 --without-tokyocabinet &amp;&amp;
[7e39ba39]158make &amp;&amp;
159test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
[2561ad9e]160
[3f8a5e2]161 <para>To generate the PDF manual with <xref linkend="texlive"/>, run
[25f9f1f]162 the following command:</para>
[2561ad9e]163
164<screen><userinput>make -C doc manual.pdf</userinput></screen>
165
[46441976]166 <para>This package does not come with a test suite.</para>
167
168 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
169
170<screen role='root'><userinput>make install</userinput></screen>
[481b3e8]171
[2561ad9e]172 <para>If you generated the PDF manual, install it and the source TeX
[25f9f1f]173 file by issuing the following command as the
174 <systemitem class="username">root</systemitem> user:</para>
[2561ad9e]175
176<screen role='root'><userinput>install -v -m644 doc/manual.{pdf,tex} \
177 /usr/share/doc/mutt-&mutt-version;</userinput></screen>
178
[6b9cfc9]179 </sect2>
[481b3e8]180
[6b9cfc9]181 <sect2 role="commands">
[e3353b3]182 <title>Command Explanations</title>
[481b3e8]183
[6b9cfc9]184 <para><parameter>--enable-pop</parameter>: This switch enables
[481b3e8]185 POP3 support.</para>
186
[6b9cfc9]187 <para><parameter>--enable-imap</parameter>: This switch enables
[481b3e8]188 IMAP support.</para>
[fd7e0ed6]189
[4d91d36c]190 <para><parameter>--enable-hcache</parameter>: This switch enables
191 header caching.</para>
192
193 <para><parameter>--without-qdbm</parameter>: This switch disables
[3b03fd44]194 <application>QDBM</application> as the header cache backend.</para>
[4d91d36c]195
[2188f69]196 <para><parameter>--without-tokyocabinet</parameter>: This switch disables
197 <application>Tokyo Cabinet</application> as the header cache backend.</para>
198
[7bff1b2]199 <para><parameter>--with-gdbm</parameter>: This switch enables
[3b03fd44]200 <application>GDBM</application> as the header cache backend.</para>
[4d91d36c]201
[bcb166a]202 <para><parameter>--without-bdb</parameter>: This switch disables
[3b03fd44]203 <application>Berkeley DB</application> as the header cache backend.</para>
[481b3e8]204
[a93934d2]205 <para><option>--enable-smtp</option>: This switch enables
[2561ad9e]206 SMTP relay support.</para>
207
[a93934d2]208 <para><option>--with-ssl</option>: This parameter adds SSL/TLS
[156638b]209 support from <xref linkend="openssl"/> in POP3/IMAP/SMTP if they are
210 enabled.</para>
211
[a93934d2]212 <para><option>--with-sasl</option>: This parameter adds
[156638b]213 authentication support from <xref linkend="cyrus-sasl"/> in POP3/IMAP/SMTP
214 if they are enabled. Depending on the server configuration, this may not
215 be needed for POP3 or IMAP. However, it is needed for SMTP
216 authentication.</para>
[a41f643]217
[a93934d2]218 <para><option>--with-slang</option>: Use <application>S-Lang
[448c517]219 </application> instead of <application>Ncurses</application>.</para>
[126e7ea2]220
[7e39ba39]221 <para><option>test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</option>:
222 if the text manual is now empty (<application>libxslt</application> is installed,
223 but without any of the specified text browsers), restore it from the copy.</para>
224
[6b9cfc9]225 </sect2>
[481b3e8]226
[6b9cfc9]227 <sect2 role="configuration">
228 <title>Configuring Mutt</title>
[481b3e8]229
[6b9cfc9]230 <sect3 id="mutt-config">
[e3353b3]231 <title>Config Files</title>
[481b3e8]232
[6b9cfc9]233 <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
234 <filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
[481b3e8]235
[6b9cfc9]236 <indexterm zone="mutt mutt-config">
237 <primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
238 </indexterm>
[481b3e8]239
[6b9cfc9]240 <indexterm zone="mutt mutt-config">
241 <primary sortas="e-AA.muttrc">~/.muttrc</primary>
242 </indexterm>
[481b3e8]243
[6b9cfc9]244 <indexterm zone="mutt mutt-config">
245 <primary sortas="e-etc-mime.types">/etc/mime.types</primary>
246 </indexterm>
[481b3e8]247
[6b9cfc9]248 <indexterm zone="mutt mutt-config">
249 <primary sortas="e-AA.mime.types">~/.mime.types</primary>
250 </indexterm>
[481b3e8]251
[6b9cfc9]252 </sect3>
[481b3e8]253
[6b9cfc9]254 <sect3>
255 <title>Configuration Information</title>
[481b3e8]256
[6b9cfc9]257 <para>No changes in these files are necessary to begin using
[481b3e8]258 <application>Mutt</application>. When you are ready to make changes, the
[6b9cfc9]259 man page for <filename>muttrc</filename> is a good starting place.</para>
[481b3e8]260
261 <para>In order to utilize <application>GnuPG</application>, use the following
[6b9cfc9]262 command:</para>
[481b3e8]263
[2561ad9e]264<screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
[481b3e8]265
[6b9cfc9]266 </sect3>
[481b3e8]267
[6b9cfc9]268 </sect2>
[481b3e8]269
[6b9cfc9]270 <sect2 role="content">
271 <title>Contents</title>
[481b3e8]272
[6b9cfc9]273 <segmentedlist>
274 <segtitle>Installed Programs</segtitle>
275 <segtitle>Installed Libraries</segtitle>
276 <segtitle>Installed Directories</segtitle>
[481b3e8]277
[6b9cfc9]278 <seglistitem>
[2561ad9e]279 <seg>flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and
280 smime_keys</seg>
[6b9cfc9]281 <seg>None</seg>
[2561ad9e]282 <seg>/usr/share/doc/mutt-&mutt-version;</seg>
[6b9cfc9]283 </seglistitem>
284 </segmentedlist>
[481b3e8]285
[6b9cfc9]286 <variablelist>
287 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
288 <?dbfo list-presentation="list"?>
289 <?dbhtml list-presentation="table"?>
[481b3e8]290
[6b9cfc9]291 <varlistentry id="flea">
292 <term><command>flea</command></term>
293 <listitem>
294 <para>is a bug submitter for <application>Mutt</application>.</para>
295 <indexterm zone="mutt flea">
296 <primary sortas="b-flea">flea</primary>
297 </indexterm>
298 </listitem>
299 </varlistentry>
[481b3e8]300
[6b9cfc9]301 <varlistentry id="mutt-prog">
302 <term><command>mutt</command></term>
303 <listitem>
[2561ad9e]304 <para>is a Mail User Agent (MUA) which enables you to read, write
305 and delete your email.</para>
[6b9cfc9]306 <indexterm zone="mutt mutt-prog">
307 <primary sortas="b-mutt">mutt</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
[481b3e8]311
[6b9cfc9]312 <varlistentry id="mutt_dotlock">
313 <term><command>mutt_dotlock</command></term>
314 <listitem>
315 <para>implements the mail spool file lock.</para>
316 <indexterm zone="mutt mutt_dotlock">
317 <primary sortas="b-mutt_dotlock">mutt_dotlock</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
[481b3e8]321
[6b9cfc9]322 <varlistentry id="muttbug">
323 <term><command>muttbug</command></term>
324 <listitem>
325 <para>is a script that executes <command>flea</command>.</para>
326 <indexterm zone="mutt muttbug">
[e2abad8e]327 <primary sortas="b-muttbug">muttbug</primary>
[6b9cfc9]328 </indexterm>
329 </listitem>
330 </varlistentry>
[481b3e8]331
[2561ad9e]332 <varlistentry id="pgpewrap">
333 <term><command>pgpewrap</command></term>
334 <listitem>
[f82ac3f]335 <para>prepares a command line for the <xref linkend="gnupg2"/>
[2561ad9e]336 utilities.</para>
337 <indexterm zone="mutt pgpewrap">
[e2abad8e]338 <primary sortas="b-pgpewrap">pgpewrap</primary>
[2561ad9e]339 </indexterm>
340 </listitem>
341 </varlistentry>
342
343 <varlistentry id="pgpring">
344 <term><command>pgpring</command></term>
345 <listitem>
346 <para>is a key ring dumper for <ulink
347 url="http://www.pgp.com/">PGP</ulink>. It is not needed for
[f82ac3f]348 <xref linkend="gnupg2"/>.</para>
[2561ad9e]349 <indexterm zone="mutt pgpring">
[e2abad8e]350 <primary sortas="b-pgpring">pgpring</primary>
[2561ad9e]351 </indexterm>
352 </listitem>
353 </varlistentry>
354
355 <varlistentry id="smime_keys">
356 <term><command>smime_keys</command></term>
357 <listitem>
358 <para>manages a keystore for S/MIME certificates.</para>
359 <indexterm zone="mutt smime_keys">
[e2abad8e]360 <primary sortas="b-smime_keys">smime_keys</primary>
[2561ad9e]361 </indexterm>
362 </listitem>
363 </varlistentry>
364
[6b9cfc9]365 </variablelist>
[481b3e8]366
[6b9cfc9]367 </sect2>
[481b3e8]368
[f45b1953]369</sect1>
Note: See TracBrowser for help on using the repository browser.