source: basicnet/mailnews/mutt.xml@ bfe245f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 bfe245f was bfe245f, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Update -- Chapter 20

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

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mutt-download-http "http://gd.tuwien.ac.at/infosys/mail/mutt/mutt-&mutt-version;.tar.gz">
8 <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/mutt/mutt-&mutt-version;.tar.gz">
9 <!ENTITY mutt-size "2.6 MB">
10 <!ENTITY mutt-buildsize "16.9 MB">
11 <!ENTITY mutt-time "0.35 SBU">
12]>
13
14<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
15<?dbhtml filename="mutt.html"?>
16<title>Mutt-&mutt-version;</title>
17
18<sect2>
19<title>Introduction to <application>Mutt</application></title>
20
21<para>The <application>Mutt</application> package contains a Mail User Agent. This is useful for reading, writing, replying, saving, and deleting your email.</para>
22
23<sect3><title>Package information</title>
24<itemizedlist spacing='compact'>
25<listitem><para>Download (HTTP): <ulink
26url="&mutt-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink
28url="&mutt-download-ftp;"/></para></listitem>
29<listitem><para>Download size: &mutt-size;</para></listitem>
30<listitem><para>Estimated Disk space required:
31&mutt-buildsize;</para></listitem>
32<listitem><para>Estimated build time:
33&mutt-time;</para></listitem></itemizedlist>
34</sect3>
35<sect3><title><application>Mutt</application> dependencies</title>
36<sect4><title>Optional</title>
37<para><xref linkend="gnupg"/></para></sect4>
38</sect3>
39
40
41</sect2>
42
43<sect2>
44<title>Installation of <application>Mutt</application></title>
45
46<para><application>Mutt</application> requires a group named 'mail'. You can
47add this group, if it does not exist, with this command:</para>
48<screen><userinput><command>groupadd mail</command></userinput></screen>
49
50<para>If you did not install a <acronym>MTA</acronym>, such as <xref
51linkend="postfix"/> or <xref linkend="sendmail"/>, you need to modify the
52ownership of <filename>/var/mail</filename> with this command:</para>
53<screen><userinput><command>chgrp mail /var/mail</command></userinput></screen>
54
55<para>Install <application>Mutt</application> by running the following commands:</para>
56
57<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
58make &amp;&amp;
59make install</command></userinput></screen>
60
61</sect2>
62
63<sect2>
64<title>Command explanations</title>
65
66<para><parameter>--sysconfdir=/etc</parameter>: This installs the configuration
67files into <filename class="directory">/etc</filename> instead of
68<filename class="directory">/usr/etc</filename>.</para>
69
70</sect2>
71
72<sect2>
73<title>Configuring <application>Mutt</application></title>
74
75<sect3><title>Config files</title>
76<para><filename>/etc/Muttrc</filename>,
77<filename>~/.muttrc</filename>,
78<filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
79</sect3>
80
81<sect3><title>Configuration Information</title>
82
83<para>No changes in these files are necessary to begin using
84<application>Mutt</application>. When you are ready to make changes, the
85man page for <filename>muttrc</filename> is a good starting place.</para>
86
87<para>In order to utilize <application>GnuPG</application>, use the following
88command:</para>
89<screen><userinput><command>cat /usr/share/doc/mutt/samples/gpg.rc &gt;&gt; ~/.muttrc</command></userinput></screen>
90</sect3>
91
92</sect2>
93
94<sect2>
95<title>Contents</title>
96
97<para>The <application>Mutt</application> package contains <command>mutt</command>,
98<command>flea</command>, <command>muttbug</command>,
99<command>mutt_dotlock</command>, <command>pgpwrap</command> and <command>pgpring</command>.</para>
100
101</sect2>
102
103<sect2><title>Description</title>
104
105<sect3><title>mutt</title>
106<para><command>mutt</command> is a Mail User Agent
107(<acronym>MUA</acronym>) which enables you to read, write
108and delete your email.</para></sect3>
109
110<sect3><title>flea</title>
111<para><command>flea</command> is a bug submitter for
112<application>Mutt</application>.</para></sect3>
113
114<sect3><title>muttbug</title>
115<para><command>muttbug</command> is a script that executes
116<command>flea</command>.</para></sect3>
117
118<sect3><title>mutt_dotlock</title>
119<para><command>mutt_dotlock</command> implements the mail spool file lock.</para></sect3>
120
121</sect2>
122
123</sect1>
124
Note: See TracBrowser for help on using the repository browser.