diff options
author | Jesus Rodriguez Cuesta <jesusr@FreeBSD.org> | 1999-10-04 21:45:05 +0000 |
---|---|---|
committer | Jesus Rodriguez Cuesta <jesusr@FreeBSD.org> | 1999-10-04 21:45:05 +0000 |
commit | 692bd453d06f4f8488a701efb403f3ad32c9ed5a (patch) | |
tree | cdf45645feb0b3bbce3ebfca481a65222d99a903 | |
parent | dc684ab43d10fa556afbd1b67bd739828a669ecd (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/articles/mh/article.sgml | 60 | ||||
-rw-r--r-- | en_US.ISO_8859-1/articles/mh/article.sgml | 60 |
2 files changed, 58 insertions, 62 deletions
diff --git a/en_US.ISO8859-1/articles/mh/article.sgml b/en_US.ISO8859-1/articles/mh/article.sgml index 73c91e2073..f0eb23f863 100644 --- a/en_US.ISO8859-1/articles/mh/article.sgml +++ b/en_US.ISO8859-1/articles/mh/article.sgml @@ -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</>—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</>—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</>—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</>—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</>—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</>—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</>—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</>—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> diff --git a/en_US.ISO_8859-1/articles/mh/article.sgml b/en_US.ISO_8859-1/articles/mh/article.sgml index 73c91e2073..f0eb23f863 100644 --- a/en_US.ISO_8859-1/articles/mh/article.sgml +++ b/en_US.ISO_8859-1/articles/mh/article.sgml @@ -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</>—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</>—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</>—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</>—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</>—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</>—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</>—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</>—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> |