aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/mh/article.xml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/articles/mh/article.xml')
-rw-r--r--en_US.ISO8859-1/articles/mh/article.xml64
1 files changed, 25 insertions, 39 deletions
diff --git a/en_US.ISO8859-1/articles/mh/article.xml b/en_US.ISO8859-1/articles/mh/article.xml
index 5f31506852..9c3ff1518f 100644
--- a/en_US.ISO8859-1/articles/mh/article.xml
+++ b/en_US.ISO8859-1/articles/mh/article.xml
@@ -1,31 +1,23 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
- "../../../share/xml/freebsd45.dtd">
-
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
+ "../../../share/xml/freebsd50.dtd">
<!-- $FreeBSD$ -->
<!-- FreeBSD Documentation Project -->
-
-<article lang='en'>
- <articleinfo>
- <title>An <application>MH</application> Primer</title>
+<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en">
+ <info><title>An <application>MH</application> Primer</title>
+
<authorgroup>
- <author>
- <firstname>Matt</firstname>
-
- <surname>Midboe</surname>
-
- <affiliation>
+ <author><personname><firstname>Matt</firstname><surname>Midboe</surname></personname><affiliation>
<address>
<email>matt@garply.com</email>
</address>
- </affiliation>
- </author>
+ </affiliation></author>
</authorgroup>
<pubdate>v1.0, 16 January 1996</pubdate>
- <legalnotice id="trademarks" role="trademarks">
+ <legalnotice xml:id="trademarks" role="trademarks">
&tm-attrib.freebsd;
&tm-attrib.opengroup;
&tm-attrib.general;
@@ -37,9 +29,9 @@
<para>This document contains an introduction to using
<application>MH</application> on FreeBSD</para>
</abstract>
- </articleinfo>
+ </info>
- <sect1 id="mhintro">
+ <sect1 xml:id="mhintro">
<title>Introduction</title>
<para><application>MH</application> started back in 1977 at the
@@ -82,23 +74,18 @@
You will notice that it created a <filename>/usr/local/lib/mh</filename>
directory for you as well as adding several binaries to the
<filename>/usr/local/bin</filename> directory. If you would prefer to
- compile it yourself then you can anonymous ftp it from <ulink
- url="ftp://ftp.ics.uci.edu/">ftp.ics.uci.edu</ulink> or <ulink
- url="ftp://louie.udel.edu/">louie.udel.edu</ulink>.</para>
+ compile it yourself then you can anonymous ftp it from <link xlink:href="ftp://ftp.ics.uci.edu/">ftp.ics.uci.edu</link> or <link xlink:href="ftp://louie.udel.edu/">louie.udel.edu</link>.</para>
<para>This primer is not a full comprehensive explanation of how
<application>MH</application> works. This is just intended to
get you started on the road to happier, faster mail reading. You
should read the manual pages for the various commands. You might
- also want to read the <ulink
- url="news:comp.mail.mh">comp.mail.mh</ulink> newsgroup. Also you
- can read the <ulink
- url="http://www.faqs.org/faqs/mail/mh-faq/">FAQ for
- <application>MH</application></ulink>. The best resource for
- <application>MH</application> is <ulink
- url="http://www.ics.uci.edu/~mh/book/">Jerry Peek's
+ also want to read the <link xlink:href="news:comp.mail.mh">comp.mail.mh</link> newsgroup. Also you
+ can read the <link xlink:href="http://www.faqs.org/faqs/mail/mh-faq/">FAQ for
+ <application>MH</application></link>. The best resource for
+ <application>MH</application> is <link xlink:href="http://www.ics.uci.edu/~mh/book/">Jerry Peek's
<application>MH</application> &amp; nmh: Email for Users &amp;
- Programmers</ulink>.</para>
+ Programmers</link>.</para>
</sect1>
<sect1>
@@ -128,7 +115,7 @@
that refer to the current, last or first message in the
folder.</para>
- <sect2 id="inc">
+ <sect2 xml:id="inc">
<title><command>inc</command>,
<command>msgchk</command>&mdash;read in your new email or
check it</title>
@@ -162,7 +149,7 @@
command line arguments.</para>
<informalexample>
- <screen>&prompt.user; <userinput>inc -host mail.pop.org -user <replaceable>username</replaceable> -norpop</userinput></screen>
+ <screen>&prompt.user; <userinput>inc -host mail.pop.org -user username -norpop</userinput></screen>
</informalexample>
<para>That tells <command>inc</command> to go to
@@ -183,7 +170,7 @@
options that <command>inc</command> takes.</para>
</sect2>
- <sect2 id="show">
+ <sect2 xml:id="show">
<title><command>show</command>, <command>next</command> and
<command>prev</command>&mdash;displaying and moving through
email</title>
@@ -211,7 +198,7 @@
it.</para>
</sect2>
- <sect2 id="scan">
+ <sect2 xml:id="scan">
<title><command>scan</command>&mdash;shows you a scan of your
messages</title>
@@ -241,11 +228,11 @@
have it read from a file. If you want to scan your incoming
mailbox on FreeBSD without having to <command>inc</command> it you
can do <command>scan -file
- /var/mail/<replaceable>username</replaceable></command>. This can be used
+ /var/mail/username</command>. This can be used
with any file that is in the <database>mbox</database> format.</para>
</sect2>
- <sect2 id="rmm">
+ <sect2 xml:id="rmm">
<title><command>rmm</command> and <command>rmf</command>&mdash;remove the
current message or folder</title>
@@ -262,7 +249,7 @@
command.</para>
</sect2>
- <sect2 id="samplereading">
+ <sect2 xml:id="samplereading">
<title>A typical session of reading with MH</title>
<para>The first thing that you will want to do is
@@ -541,8 +528,7 @@ which I am probably the guilty party).</screen>
<screen>&prompt.user; <userinput>pick -to freebsd-hackers -or -cc freebsd-hackers</userinput></screen>
</informalexample>
- <para>That will grab all the email in your <filename
- class="directory">inbox</filename> that was sent to
+ <para>That will grab all the email in your <filename>inbox</filename> that was sent to
freebsd-hackers or cc'd to that list. The brace options allow
you to group search criteria together. This is sometimes very
necessary as in the following example</para>
@@ -576,7 +562,7 @@ which I am probably the guilty party).</screen>
manipulating your folders. The <command>folder</command>
program is used to switch between folders, pack them, and list
them. At its simplest level you can do a <command>folder
- +<replaceable>newfolder</replaceable></command> and you will
+ +newfolder</command> and you will
be switched into <replaceable>newfolder</replaceable>. From
there on out all your <application>MH</application> commands
like <command>comp</command>, <command>repl</command>,