source: basicnet/mailnews/mutt.xml@ 5cd0959d

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 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

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