Ignore:
Timestamp:
05/14/2003 12:14:31 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6e23722
Parents:
59049e84
Message:

intro update to fetchmail, mutt, procmail, db

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

Location:
basicnet/mailnews/mutt
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt/mutt-config.xml

    r59049e84 rbe352a7  
    11<sect2>
    2 <title>Configuring mutt</title>
     2<title>Configuring <application>mutt</application></title>
    33
    44<sect3><title>Config files</title>
     
    1010<sect3><title>Configuration Information</title>
    1111
    12 <para>No changes in these files are necessary to begin using mutt.  When
    13 you are ready to make changes, the man page for muttrc is a good starting
    14 place.</para>
     12<para>No changes in these files are necessary to begin using
     13<application>mutt</application>.  When you are ready to make changes, the
     14man page for <filename>muttrc</filename> is a good starting place.</para>
    1515</sect3>
    1616
  • basicnet/mailnews/mutt/mutt-desc.xml

    r59049e84 rbe352a7  
    22<title>Contents</title>
    33
    4 <para>The mutt package contains <userinput>mutt</userinput>,
    5 <userinput>flea</userinput>, <userinput>muttbug</userinput>,
    6 <userinput>mutt_dotlock</userinput>, <userinput>pgpwrap</userinput> and <userinput>pgpring</userinput>.</para>
     4<para>The <application>mutt</application> package contains <command>mutt</command>,
     5<command>flea</command>, <command>muttbug</command>,
     6<command>mutt_dotlock</command>, <command>pgpwrap</command> and <command>pgpring</command>.</para>
    77
    88</sect2>
     
    1111
    1212<sect3><title>mutt</title>
    13 <para>mutt is a Mail User Agent (MUA) which enables you to read, write
     13<para><command>mutt</command> is a Mail User Agent
     14(<acronym>MUA</acronym>) which enables you to read, write
    1415and delete your email.</para></sect3>
    1516
    1617<sect3><title>flea</title>
    17 <para>flea is a bug submitter for mutt.</para></sect3>
     18<para><command>flea</command> is a bug submitter for
     19<application>mutt</application>.</para></sect3>
    1820
    1921<sect3><title>muttbug</title>
    20 <para>muttbug is a script that executes flea.</para></sect3>
     22<para><command>muttbug</command> is a script that executes
     23<command>flea</command>.</para></sect3>
    2124
    2225<sect3><title>mutt_dotlock</title>
    23 <para>mutt_dotlock implements the mail spool file lock.</para></sect3>
     26<para><command>mutt_dotlock</command> implements the mail spool file lock.</para></sect3>
    2427
    2528<sect3><title>pgpwrap</title>
  • basicnet/mailnews/mutt/mutt-exp.xml

    r59049e84 rbe352a7  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc</userinput> : This installs the configuration files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para>
     4<para><command>--sysconfdir=/etc</command> : This installs the configuration
     5files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para>
    56
    67</sect2>
  • basicnet/mailnews/mutt/mutt-inst.xml

    r59049e84 rbe352a7  
    11<sect2>
    2 <title>Installation of mutt</title>
     2<title>Installation of <application>mutt</application></title>
    33
    4 <para>Mutt requires a group named 'mail'.  You can add this group, if it
    5 does not exist, with this command:
    6 <screen><userinput>groupadd mail</userinput></screen></para>
     4<para><application>Mutt</application> requires a group named 'mail'.  You can
     5add this group, if it does not exist, with this command:
     6<screen><userinput><command>groupadd mail</command></userinput></screen></para>
    77
    8 <para>If you did not install a MTA, such as <xref linkend="postfix"/> or <xref
    9 linkend="sendmail"/>, you need to modify the ownership of
    10 <filename>/var/mail</filename> with this command:
    11 <screen><userinput>chgrp mail /var/mail</userinput></screen></para>
     8<para>If you did not install a <acronym>MTA</acronym>, such as <xref
     9linkend="postfix"/> or <xref linkend="sendmail"/>, you need to modify the
     10ownership of <filename>/var/mail</filename> with this command:
     11<screen><userinput><command>chgrp mail /var/mail</command></userinput></screen></para>
    1212
    13 <para>Install mutt by running the following commands:</para>
     13<para>Install <application>mutt</application> by running the following commands:</para>
    1414
    15 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     15<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    1616make &amp;&amp;
    17 make install </userinput></screen></para>
     17make install</command></userinput></screen>
    1818
    1919</sect2>
  • basicnet/mailnews/mutt/mutt-intro.xml

    r59049e84 rbe352a7  
    11<sect2>
    2 <title>Introduction to mutt</title>
     2<title>Introduction to <application>mutt</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&mutt-download-http;"/>
    5 Download location (FTP):        <ulink url="&mutt-download-ftp;"/>
    6 Version used:                   &mutt-version;
    7 Package size:                   &mutt-size;
    8 Estimated Disk space required:  &mutt-buildsize;
    9 Estimated build time:           &mutt-time;</screen>
     4<para>The <application>mutt</application> package contains a Mail User Agent. This is useful for reading, writing, replying, saving, and deleting your email.</para>
    105
    11 <para>The mutt package contains a Mail User Agent. This is useful for
    12 reading, writing, replying, saving, and deleting your email.</para>
    13 
     6<sect3><title>Package information</title>
     7<itemizedlist spacing='compact'>
     8<listitem><para>Download (HTTP): <ulink
     9url="&mutt-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink
     11url="&mutt-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &mutt-size;</para></listitem>
     13<listitem><para>Estimated Disk space required:
     14&mutt-buildsize;</para></listitem>
     15<listitem><para>Estimated build time:
     16&mutt-time;</para></listitem></itemizedlist>
     17</sect3>
    1418
    1519</sect2>
Note: See TracChangeset for help on using the changeset viewer.