mh article wasn't. Fixed, but whitespace/indentation not.

PR:		docs/14115
Submitted by:	nbm@rucus.ru.ac.za
This commit is contained in:
Jesus Rodriguez Cuesta 1999-10-04 21:45:05 +00:00
parent dc684ab43d
commit 692bd453d0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5805
2 changed files with 58 additions and 62 deletions

View file

@ -1,11 +1,10 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/mh/article.sgml,v 1.4 1999/09/06 06:52:37 peter Exp $ -->
<!-- FreeBSD Documentation Project -->
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<book>
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
<article>
<bookinfo>
<bookbiblio>
<artheader>
<title>An MH Primer</title>
<authorgroup>
@ -24,10 +23,9 @@
<abstract><para>This document contains an introduction to using MH on
FreeBSD</para></abstract>
</bookbiblio>
</bookinfo>
</artheader>
<chapter id="mhintro">
<sect1 id="mhintro">
<title>Introduction</title>
<para>MH started back in 1977 at the RAND Corporation, where the
@ -75,9 +73,9 @@ URL="http://www.cis.ohio-state.edu/hypertext/faq/usenet/mh-faq/part1/faq.html">F
for MH</ulink>. The best resource for MH is the O'Reilly and Associates book
written by Jerry Peek.</para>
</chapter>
</sect1>
<chapter>
<sect1>
<title>Reading Mail</title>
<para>This section covers how to use <command>inc</>,
@ -100,7 +98,7 @@ messages that refer to the current, last or first message in the
folder.</para>
<sect1 id="inc">
<sect2 id="inc">
<title><command>inc</>, <command>msgchk</>&mdash;read in your new email or check it</title>
<para>If you just type in <userinput>inc</> and hit <keycap>return</>
@ -141,9 +139,9 @@ whether or not you have new email. <command>msgchk</> takes the same
<option>-host</option> and <option>-user</option> options that
<command>inc</> takes.</para>
</sect1>
</sect2>
<sect1 id="show">
<sect2 id="show">
<title><command>show</>, <command>next</> and <command>prev</>&mdash;displaying and moving through email</title>
<para><command>show</> is to show a letter in your current folder.
@ -163,9 +161,9 @@ basically just does a <command>more</> on the email message.</para>
an implied <command>show</> command so that when you go to the next
message it automatically displays it.</para>
</sect1>
</sect2>
<sect1 id="scan">
<sect2 id="scan">
<title><command>scan</>&mdash;shows you a scan of your messages</title>
<para><command>scan</> will display a brief listing of the messages
@ -193,9 +191,9 @@ you can do <command>scan -file
/var/mail/<replaceable>username</></command>. This can be used with
any file that is in the <database>mbox</> format.</para>
</sect1>
</sect2>
<sect1 id="rmm">
<sect2 id="rmm">
<title><command>rmm</> and <command>rmf</>&mdash;remove the current message or folder</title>
<para><command>rmm</> is used to remove a mail message. The default
@ -208,9 +206,9 @@ messages.</para>
doesn't just rename the files but actually removes the from the hard
drive so you should be careful when you use this command.</para>
</sect1>
</sect2>
<sect1 id="samplereading">
<sect2 id="samplereading">
<title>A typical session of reading with MH</title>
<para>The first thing that you will want to do is <command>inc</>
@ -290,10 +288,10 @@ tell from this sample session MH is pretty easy to use and looking
through emails and displaying them is fairly intuitive and easy.
</para>
</sect2>
</sect1>
</chapter>
<chapter>
<sect1>
<title>Folders and Mail Searching</title>
<para>Anybody who gets lots of email definitely wants to be able to
@ -337,7 +335,7 @@ changed but most places have probably left it as
<command>inbox</>.</para>
<sect1>
<sect2>
<title><command>pick</>&mdash;search email that matches certain criteria</title>
<para><command>pick</> is one of the more complex commands in the MH
@ -479,9 +477,9 @@ rules for <command>pick</>. It's fairly complex so you might want to study
the man page. This document is just to help you get acquainted with
MH.</para>
</sect1>
</sect2>
<sect1>
<sect2>
<title><command>folder</>, <command>folders</>, <command>refile</>&mdash;three useful programs for folder maintenance</title>
<para>There are three programs which are primarily just for
@ -538,10 +536,10 @@ current folder and link it you can do a <command>refile -link 23
folder. You are probably beginning to realize some of the really
powerful things you can do with MH.</para>
</sect2>
</sect1>
</chapter>
<chapter>
<sect1>
<title>Sending Mail</title>
<para>Email is a two way street for most people so you want to be
@ -562,7 +560,7 @@ telling the <command>whatnow</> program what to do with your
email.</para>
<sect1>
<sect2>
<title><command>comp</>, <command>forw</>, <command>reply</>&mdash;compose, forward or reply to a message to someone</title>
<para>The <command>comp</> program has a few useful command line
@ -632,9 +630,9 @@ probably noticed that the original message isn't included. This is
because most MH setups are configured to do this from the
start.</para>
</sect1>
</sect2>
<sect1>
<sect2>
<title><filename>components</>, and <filename>replcomps</>&mdash;components files for <command>comp</> and <command>repl</></title>
<para>The <filename>components</> file is usually in
@ -699,6 +697,6 @@ your customized <filename>replcomps</> file you won't need to touch it
again. No other email program really gives you the power and
flexibility that MH gives you.</para>
</sect2>
</sect1>
</chapter>
</book>
</article>

View file

@ -1,11 +1,10 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/mh/article.sgml,v 1.4 1999/09/06 06:52:37 peter Exp $ -->
<!-- FreeBSD Documentation Project -->
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<book>
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
<article>
<bookinfo>
<bookbiblio>
<artheader>
<title>An MH Primer</title>
<authorgroup>
@ -24,10 +23,9 @@
<abstract><para>This document contains an introduction to using MH on
FreeBSD</para></abstract>
</bookbiblio>
</bookinfo>
</artheader>
<chapter id="mhintro">
<sect1 id="mhintro">
<title>Introduction</title>
<para>MH started back in 1977 at the RAND Corporation, where the
@ -75,9 +73,9 @@ URL="http://www.cis.ohio-state.edu/hypertext/faq/usenet/mh-faq/part1/faq.html">F
for MH</ulink>. The best resource for MH is the O'Reilly and Associates book
written by Jerry Peek.</para>
</chapter>
</sect1>
<chapter>
<sect1>
<title>Reading Mail</title>
<para>This section covers how to use <command>inc</>,
@ -100,7 +98,7 @@ messages that refer to the current, last or first message in the
folder.</para>
<sect1 id="inc">
<sect2 id="inc">
<title><command>inc</>, <command>msgchk</>&mdash;read in your new email or check it</title>
<para>If you just type in <userinput>inc</> and hit <keycap>return</>
@ -141,9 +139,9 @@ whether or not you have new email. <command>msgchk</> takes the same
<option>-host</option> and <option>-user</option> options that
<command>inc</> takes.</para>
</sect1>
</sect2>
<sect1 id="show">
<sect2 id="show">
<title><command>show</>, <command>next</> and <command>prev</>&mdash;displaying and moving through email</title>
<para><command>show</> is to show a letter in your current folder.
@ -163,9 +161,9 @@ basically just does a <command>more</> on the email message.</para>
an implied <command>show</> command so that when you go to the next
message it automatically displays it.</para>
</sect1>
</sect2>
<sect1 id="scan">
<sect2 id="scan">
<title><command>scan</>&mdash;shows you a scan of your messages</title>
<para><command>scan</> will display a brief listing of the messages
@ -193,9 +191,9 @@ you can do <command>scan -file
/var/mail/<replaceable>username</></command>. This can be used with
any file that is in the <database>mbox</> format.</para>
</sect1>
</sect2>
<sect1 id="rmm">
<sect2 id="rmm">
<title><command>rmm</> and <command>rmf</>&mdash;remove the current message or folder</title>
<para><command>rmm</> is used to remove a mail message. The default
@ -208,9 +206,9 @@ messages.</para>
doesn't just rename the files but actually removes the from the hard
drive so you should be careful when you use this command.</para>
</sect1>
</sect2>
<sect1 id="samplereading">
<sect2 id="samplereading">
<title>A typical session of reading with MH</title>
<para>The first thing that you will want to do is <command>inc</>
@ -290,10 +288,10 @@ tell from this sample session MH is pretty easy to use and looking
through emails and displaying them is fairly intuitive and easy.
</para>
</sect2>
</sect1>
</chapter>
<chapter>
<sect1>
<title>Folders and Mail Searching</title>
<para>Anybody who gets lots of email definitely wants to be able to
@ -337,7 +335,7 @@ changed but most places have probably left it as
<command>inbox</>.</para>
<sect1>
<sect2>
<title><command>pick</>&mdash;search email that matches certain criteria</title>
<para><command>pick</> is one of the more complex commands in the MH
@ -479,9 +477,9 @@ rules for <command>pick</>. It's fairly complex so you might want to study
the man page. This document is just to help you get acquainted with
MH.</para>
</sect1>
</sect2>
<sect1>
<sect2>
<title><command>folder</>, <command>folders</>, <command>refile</>&mdash;three useful programs for folder maintenance</title>
<para>There are three programs which are primarily just for
@ -538,10 +536,10 @@ current folder and link it you can do a <command>refile -link 23
folder. You are probably beginning to realize some of the really
powerful things you can do with MH.</para>
</sect2>
</sect1>
</chapter>
<chapter>
<sect1>
<title>Sending Mail</title>
<para>Email is a two way street for most people so you want to be
@ -562,7 +560,7 @@ telling the <command>whatnow</> program what to do with your
email.</para>
<sect1>
<sect2>
<title><command>comp</>, <command>forw</>, <command>reply</>&mdash;compose, forward or reply to a message to someone</title>
<para>The <command>comp</> program has a few useful command line
@ -632,9 +630,9 @@ probably noticed that the original message isn't included. This is
because most MH setups are configured to do this from the
start.</para>
</sect1>
</sect2>
<sect1>
<sect2>
<title><filename>components</>, and <filename>replcomps</>&mdash;components files for <command>comp</> and <command>repl</></title>
<para>The <filename>components</> file is usually in
@ -699,6 +697,6 @@ your customized <filename>replcomps</> file you won't need to touch it
again. No other email program really gives you the power and
flexibility that MH gives you.</para>
</sect2>
</sect1>
</chapter>
</book>
</article>