Ignore:
Timestamp:
05/30/2005 09:22:39 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
2ca26748
Parents:
f420f67
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/nail.xml

    rf420f67 rf314186c  
    3030    <title>Introduction to Nail</title>
    3131
    32     <para>The <application>Nail</application> package contains 
    33     <command>nail</command>, a command-line Mail User Agent derived from Berkeley 
    34     Mail which is intended to provide the functionality of the POSIX 
    35     <command>mailx</command> command with additional support for MIME messages, 
     32    <para>The <application>Nail</application> package contains
     33    <command>nail</command>, a command-line Mail User Agent derived from Berkeley
     34    Mail which is intended to provide the functionality of the POSIX
     35    <command>mailx</command> command with additional support for MIME messages,
    3636    IMAP (including caching), POP3, SMTP, S/MIME, message threading/sorting, scoring,
    3737    and filtering. <application>Nail</application> is especially useful for writing scripts
     
    6262
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para><xref linkend="openssl"/> or Mozilla NSS (from 
    65     <xref linkend="mozilla"/> or 
    66     <xref linkend="firefox"/> or 
    67     <xref linkend="thunderbird"/>), 
     64    <para><xref linkend="openssl"/> or Mozilla NSS (from
     65    <xref linkend="mozilla"/> or
     66    <xref linkend="firefox"/> or
     67    <xref linkend="thunderbird"/>),
    6868    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/> (for IMAP GSSAPI
    69     authentication) and 
     69    authentication) and
    7070    <ulink url="../server/mail.html">MTA</ulink></para>
    7171
     
    7575    <title>Installation of Nail</title>
    7676
    77     <para>Install <application>Nail</application> by running the following 
     77    <para>Install <application>Nail</application> by running the following
    7878    commands.</para>
    7979
     
    9494    default MTA path of <command>/usr/lib/sendmail</command>.</para>
    9595
    96     <para><command>make PREFIX=/usr install UCBINSTALL=/usr/bin/install</command>: 
    97     This changes the default installation path of 
    98     <filename class='directory'>/usr/local</filename> and the default 
    99     <command>install</command> command path of 
     96    <para><command>make PREFIX=/usr install UCBINSTALL=/usr/bin/install</command>:
     97    This changes the default installation path of
     98    <filename class='directory'>/usr/local</filename> and the default
     99    <command>install</command> command path of
    100100    <filename class='directory'>/usr/ucb</filename>.</para>
    101101
     
    108108      <title>Config Files</title>
    109109
    110       <para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and 
     110      <para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and
    111111      <filename>~/.nailrc</filename></para>
    112112
     
    150150        <term><command>nail</command></term>
    151151        <listitem>
    152           <para>is a command-line mail user agent compatible with the 
     152          <para>is a command-line mail user agent compatible with the
    153153          <command>mail</command> command found on commercial Unix versions.</para>
    154154          <indexterm zone="nail nail-prog">
Note: See TracChangeset for help on using the changeset viewer.