source: basicnet/mailnews/mutt.xml@ 9f12e36

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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 8.2 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 </sect1info>
22
23 <title>Mutt-&mutt-version;</title>
24
25 <sect2 role="package">
26 <title>Introduction to Mutt</title>
27
28 <para>The <application>Mutt</application> package contains a Mail User Agent.
29 This is useful for reading, writing, replying to, saving, and deleting your email.</para>
30
31 <bridgehead renderas="sect3">Package Information</bridgehead>
32 <itemizedlist spacing='compact'>
33 <listitem>
34 <para>Download (HTTP): <ulink url="&mutt-download-http;"/></para>
35 </listitem>
36 <listitem>
37 <para>Download (FTP): <ulink url="&mutt-download-ftp;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download MD5 sum: &mutt-md5sum;</para>
41 </listitem>
42 <listitem>
43 <para>Download size: &mutt-size;</para>
44 </listitem>
45 <listitem>
46 <para>Estimated disk space required: &mutt-buildsize;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated build time: &mutt-time;</para>
50 </listitem>
51 </itemizedlist>
52
53 <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
54
55 <bridgehead renderas="sect4">Optional</bridgehead>
56 <para role="optional"><xref linkend="gnupg"/>,
57 <xref linkend="openssl"/> or
58 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
59 needs <ulink
60 url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
61 then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
62 an <xref linkend="server-mail"/>,
63 <xref linkend="ispell"/>,
64 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
65 <xref linkend="cyrus-sasl"/>,
66 <xref linkend="slang"/>,
67 <xref linkend="libidn"/>,
68 <xref linkend="gdbm"/>, and
69 <!-- <xref linkend="db"/> -->
70 <ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink></para>
71
72 <bridgehead renderas="sect4">Optional (To Regenerate Documentation)</bridgehead>
73 <para role="optional"><xref linkend="libxslt"/>, and
74 <xref linkend="Links"/> or
75 <xref linkend="w3m"/></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/mutt"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Mutt</title>
84
85 <note>
86 <para>This version of <application>Mutt</application> is a development
87 release. The BLFS staff has determined that it provides a stable
88 program and fixes two issues in the current stable version of
89 <application>Mutt</application>: a segmentation fault that occurs under
90 certain conditions and a compilation problem when building with
91 <application>GCC-&gcc-version;</application>. To find the current
92 stable release, please refer to the
93 <ulink url="http://www.mutt.org/">Mutt home page</ulink>.</para>
94 </note>
95
96 <para><application>Mutt</application> requires a group named
97 <systemitem class="groupname">mail</systemitem>. You can
98 add this group, if it does not exist, with this command:</para>
99
100<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
101
102 <para>If you did not install a MTA, such as <xref linkend="postfix"/> or
103 <xref linkend="sendmail"/>, you need to modify the ownership of
104 <filename class="directory">/var/mail</filename> with this command:</para>
105
106<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
107
108 <para>Install <application>Mutt</application> by running the following
109 commands:</para>
110
111<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
112 --enable-pop --enable-imap &amp;&amp;
113make</userinput></screen>
114
115 <para>This package does not come with a test suite.</para>
116
117 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
118
119<screen role='root'><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para><parameter>--enable-pop</parameter>: This switch enables
127 POP3 support.</para>
128
129 <para><parameter>--enable-imap</parameter>: This switch enables
130 IMAP support.</para>
131
132 <para><parameter>--with-...</parameter>: This switch enables the various
133 dependencies.</para>
134
135 </sect2>
136
137 <sect2 role="configuration">
138 <title>Configuring Mutt</title>
139
140 <sect3 id="mutt-config">
141 <title>Config Files</title>
142
143 <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
144 <filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
145
146 <indexterm zone="mutt mutt-config">
147 <primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
148 </indexterm>
149
150 <indexterm zone="mutt mutt-config">
151 <primary sortas="e-AA.muttrc">~/.muttrc</primary>
152 </indexterm>
153
154 <indexterm zone="mutt mutt-config">
155 <primary sortas="e-etc-mime.types">/etc/mime.types</primary>
156 </indexterm>
157
158 <indexterm zone="mutt mutt-config">
159 <primary sortas="e-AA.mime.types">~/.mime.types</primary>
160 </indexterm>
161
162 </sect3>
163
164 <sect3>
165 <title>Configuration Information</title>
166
167 <para>No changes in these files are necessary to begin using
168 <application>Mutt</application>. When you are ready to make changes, the
169 man page for <filename>muttrc</filename> is a good starting place.</para>
170
171 <para>In order to utilize <application>GnuPG</application>, use the following
172 command:</para>
173
174<screen><userinput>cat /usr/share/doc/mutt/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
175
176 </sect3>
177
178 </sect2>
179
180 <sect2 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Programs</segtitle>
185 <segtitle>Installed Libraries</segtitle>
186 <segtitle>Installed Directories</segtitle>
187
188 <seglistitem>
189 <seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</seg>
190 <seg>None</seg>
191 <seg>/usr/doc/mutt</seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="flea">
201 <term><command>flea</command></term>
202 <listitem>
203 <para>is a bug submitter for <application>Mutt</application>.</para>
204 <indexterm zone="mutt flea">
205 <primary sortas="b-flea">flea</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="mutt-prog">
211 <term><command>mutt</command></term>
212 <listitem>
213 <para>is a Mail User Agent (MUA) which enables you to read, write and delete
214 your email.</para>
215 <indexterm zone="mutt mutt-prog">
216 <primary sortas="b-mutt">mutt</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="mutt_dotlock">
222 <term><command>mutt_dotlock</command></term>
223 <listitem>
224 <para>implements the mail spool file lock.</para>
225 <indexterm zone="mutt mutt_dotlock">
226 <primary sortas="b-mutt_dotlock">mutt_dotlock</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="muttbug">
232 <term><command>muttbug</command></term>
233 <listitem>
234 <para>is a script that executes <command>flea</command>.</para>
235 <indexterm zone="mutt muttbug">
236 <primary sortas="c-muttbug">muttbug</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 </variablelist>
242
243 </sect2>
244
245</sect1>
Note: See TracBrowser for help on using the repository browser.