Changeset 6b9cfc9


Ignore:
Timestamp:
04/28/2005 08:41:11 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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
Children:
380f95f
Parents:
d3c4028
Message:

Tagged mutt.xml.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    rd3c4028 r6b9cfc9  
    1414
    1515<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="mutt.html"?>
    21 <title>Mutt-&mutt-version;</title>
    22 
    23 <sect2>
    24 <title>Introduction to <application>Mutt</application></title>
    25 
    26 <para>The <application>Mutt</application> package contains a Mail User Agent.
    27 This is useful for reading, writing, replying to, saving, and deleting your
    28 email.</para>
    29 
    30 <sect3><title>Package information</title>
    31 <itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink
    33 url="&mutt-download-http;"/></para></listitem>
    34 <listitem><para>Download (FTP): <ulink
    35 url="&mutt-download-ftp;"/></para></listitem>
    36 <listitem><para>Download MD5 sum: &mutt-md5sum;</para></listitem>
    37 <listitem><para>Download size: &mutt-size;</para></listitem>
    38 <listitem><para>Estimated disk space required:
    39 &mutt-buildsize;</para></listitem>
    40 <listitem><para>Estimated build time:
    41 &mutt-time;</para></listitem></itemizedlist>
    42 </sect3>
    43 
    44 <sect3><title><application>Mutt</application> dependencies</title>
    45 <sect4><title>Optional</title>
    46 <para><xref linkend="gnupg"/>,
    47 <xref linkend="ispell"/>,
    48 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
    49 <xref linkend="cyrus-sasl"/>,
    50 <xref linkend="openssl"/>,
    51 <xref linkend="slang"/> and
    52 <ulink url="http://sources.redhat.com/gdb/">GDB</ulink></para>
    53 </sect4>
    54 </sect3>
    55 
    56 </sect2>
    57 
    58 <sect2>
    59 <title>Installation of <application>Mutt</application></title>
    60 
    61 <para><application>Mutt</application> requires a group named 'mail'.  You can
    62 add this group, if it does not exist, with this command:</para>
    63 
    64 <screen><userinput><command>groupadd mail</command></userinput></screen>
    65 
    66 <para>If you did not install a <acronym>MTA</acronym>, such as
    67 <xref linkend="postfix"/> or <xref linkend="sendmail"/>, you need to
    68 modify the ownership of <filename>/var/mail</filename> with this command:</para>
    69 
    70 <screen><userinput><command>chgrp mail /var/mail</command></userinput></screen>
    71 
    72 <para>Install <application>Mutt</application> by running the following
    73 commands:</para>
    74 
    75 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
     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><xref linkend="gnupg"/>,
     57      <xref linkend="ispell"/>,
     58      <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
     59      <xref linkend="cyrus-sasl"/>,
     60      <xref linkend="openssl"/>,
     61      <xref linkend="slang"/> and
     62    <ulink url="http://sources.redhat.com/gdb/">GDB</ulink></para>
     63   
     64  </sect2>
     65 
     66  <sect2 role="installation">
     67    <title>Installation of Mutt</title>
     68   
     69    <para><application>Mutt</application> requires a group named
     70      <systemitem class="groupname">mail</systemitem>.  You can
     71    add this group, if it does not exist, with this command:</para>
     72   
     73<screen role="root"><userinput>groupadd mail</command></screen>
     74   
     75    <para>If you did not install a MTA, such as <xref linkend="postfix"/> or
     76    <xref linkend="sendmail"/>, you need to modify the ownership of
     77    <filename class="directory">/var/mail</filename> with this command:</para>
     78   
     79<screen role="root"><userinput>chgrp mail /var/mail</userinput></screen>
     80   
     81    <para>Install <application>Mutt</application> by running the following
     82    commands:</para>
     83   
     84<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    7685    --enable-pop --enable-imap &amp;&amp;
    7786make &amp;&amp;
    78 make install</command></userinput></screen>
    79 
    80 </sect2>
    81 
    82 <sect2>
    83 <title>Command explanations</title>
    84 
    85 <para><parameter>--enable-pop</parameter>: This switch enables
    86 <acronym>POP</acronym>3 support.</para>
    87 
    88 <para><parameter>--enable-imap</parameter>: This switch enables
    89 <acronym>IMAP</acronym> support.</para>
    90 
    91 </sect2>
    92 
    93 <sect2>
    94 <title>Configuring <application>Mutt</application></title>
    95 
    96 <sect3><title>Config files</title>
    97 <para><filename>/etc/Muttrc</filename>,
    98 <filename>~/.muttrc</filename>,
    99 <filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
    100 </sect3>
    101 
    102 <sect3><title>Configuration Information</title>
    103 
    104 <para>No changes in these files are necessary to begin using
    105 <application>Mutt</application>.  When you are ready to make changes, the
    106 man page for <filename>muttrc</filename> is a good starting place.</para>
    107 
    108 <para>In order to utilize <application>GnuPG</application>, use the following
    109 command:</para>
    110 
    111 <screen><userinput><command>cat /usr/share/doc/mutt/samples/gpg.rc &gt;&gt; ~/.muttrc</command></userinput></screen>
    112 </sect3>
    113 
    114 </sect2>
    115 
    116 <sect2>
    117 <title>Contents</title>
    118 
    119 <para>The <application>Mutt</application> package contains
    120 <command>mutt</command>,
    121 <command>flea</command>,
    122 <command>muttbug</command>,
    123 <command>mutt_dotlock</command>,
    124 <command>pgpwrap</command> and
    125 <command>pgpring</command>.</para>
    126 
    127 </sect2>
    128 
    129 <sect2><title>Description</title>
    130 
    131 <sect3><title>mutt</title>
    132 <para><command>mutt</command> is a Mail User Agent
    133 (<acronym>MUA</acronym>) which enables you to read, write
    134 and delete your email.</para></sect3>
    135 
    136 <sect3><title>flea</title>
    137 <para><command>flea</command> is a bug submitter for
    138 <application>Mutt</application>.</para></sect3>
    139 
    140 <sect3><title>muttbug</title>
    141 <para><command>muttbug</command> is a script that executes
    142 <command>flea</command>.</para></sect3>
    143 
    144 <sect3><title>mutt_dotlock</title>
    145 <para><command>mutt_dotlock</command> implements the mail spool file
    146 lock.</para></sect3>
    147 
    148 </sect2>
    149 
     87make install</userinput></screen>
     88   
     89  </sect2>
     90 
     91  <sect2 role="commands">
     92    <title>Command explanations</title>
     93   
     94    <para><parameter>--enable-pop</parameter>: This switch enables
     95    <acronym>POP</acronym>3 support.</para>
     96   
     97    <para><parameter>--enable-imap</parameter>: This switch enables
     98    <acronym>IMAP</acronym> support.</para>
     99   
     100  </sect2>
     101 
     102  <sect2 role="configuration">
     103    <title>Configuring Mutt</title>
     104   
     105    <sect3 id="mutt-config">
     106      <title>Config files</title>
     107     
     108      <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
     109      <filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
     110     
     111      <indexterm zone="mutt mutt-config">
     112        <primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
     113      </indexterm>
     114     
     115      <indexterm zone="mutt mutt-config">
     116        <primary sortas="e-AA.muttrc">~/.muttrc</primary>
     117      </indexterm>
     118     
     119      <indexterm zone="mutt mutt-config">
     120        <primary sortas="e-etc-mime.types">/etc/mime.types</primary>
     121      </indexterm>
     122     
     123      <indexterm zone="mutt mutt-config">
     124        <primary sortas="e-AA.mime.types">~/.mime.types</primary>
     125      </indexterm>
     126     
     127    </sect3>
     128   
     129    <sect3>
     130      <title>Configuration Information</title>
     131     
     132      <para>No changes in these files are necessary to begin using
     133      <application>Mutt</application>.  When you are ready to make changes, the
     134      man page for <filename>muttrc</filename> is a good starting place.</para>
     135     
     136      <para>In order to utilize <application>GnuPG</application>, use the following
     137      command:</para>
     138     
     139<screen><userinput>cat /usr/share/doc/mutt/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
     140     
     141    </sect3>
     142   
     143  </sect2>
     144 
     145  <sect2 role="content">
     146    <title>Contents</title>
     147   
     148    <segmentedlist>
     149      <segtitle>Installed Programs</segtitle>
     150      <segtitle>Installed Libraries</segtitle>
     151      <segtitle>Installed Directories</segtitle>
     152     
     153      <seglistitem>
     154        <seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</seg>
     155        <seg>None</seg>
     156        <seg>None</seg>
     157      </seglistitem>
     158    </segmentedlist>
     159   
     160    <variablelist>
     161      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     162      <?dbfo list-presentation="list"?>
     163      <?dbhtml list-presentation="table"?>
     164     
     165      <varlistentry id="flea">
     166        <term><command>flea</command></term>
     167        <listitem>
     168          <para>is a bug submitter for <application>Mutt</application>.</para>
     169          <indexterm zone="mutt flea">
     170            <primary sortas="b-flea">flea</primary>
     171          </indexterm>
     172        </listitem>
     173      </varlistentry>
     174     
     175      <varlistentry id="mutt-prog">
     176        <term><command>mutt</command></term>
     177        <listitem>
     178          <para>is a Mail User Agent (MUA) which enables you to read, write and delete
     179          your email.</para>
     180          <indexterm zone="mutt mutt-prog">
     181            <primary sortas="b-mutt">mutt</primary>
     182          </indexterm>
     183        </listitem>
     184      </varlistentry>
     185     
     186      <varlistentry id="mutt_dotlock">
     187        <term><command>mutt_dotlock</command></term>
     188        <listitem>
     189          <para>implements the mail spool file lock.</para>
     190          <indexterm zone="mutt mutt_dotlock">
     191            <primary sortas="b-mutt_dotlock">mutt_dotlock</primary>
     192          </indexterm>
     193        </listitem>
     194      </varlistentry>
     195     
     196      <varlistentry id="muttbug">
     197        <term><command>muttbug</command></term>
     198        <listitem>
     199          <para>is a script that executes <command>flea</command>.</para>
     200          <indexterm zone="mutt muttbug">
     201            <primary sortas="c-muttbug">muttbug</primary>
     202          </indexterm>
     203        </listitem>
     204      </varlistentry>
     205     
     206    </variablelist>
     207   
     208  </sect2>
     209 
    150210</sect1>
Note: See TracChangeset for help on using the changeset viewer.