View | Details | Raw Unified | Return to bug 14115
Collapse All | Expand All

(-)article.sgml (-30 / +28 lines)
Lines 1-11 Link Here
1
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/mh/article.sgml,v 1.4 1999/09/06 06:52:37 peter Exp $ -->
1
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/mh/article.sgml,v 1.4 1999/09/06 06:52:37 peter Exp $ -->
2
<!-- FreeBSD Documentation Project -->
2
<!-- FreeBSD Documentation Project -->
3
3
4
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
4
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
5
<book>
5
<article>
6
6
7
<bookinfo>
7
<artheader>
8
<bookbiblio>
9
<title>An MH Primer</title>
8
<title>An MH Primer</title>
10
9
11
<authorgroup>
10
<authorgroup>
Lines 24-33 Link Here
24
<abstract><para>This document contains an introduction to using MH on
23
<abstract><para>This document contains an introduction to using MH on
25
FreeBSD</para></abstract>
24
FreeBSD</para></abstract>
26
25
27
</bookbiblio>
26
</artheader>
28
</bookinfo>
29
27
30
<chapter id="mhintro">
28
<sect1 id="mhintro">
31
<title>Introduction</title>
29
<title>Introduction</title>
32
30
33
<para>MH started back in 1977 at the RAND Corporation, where the
31
<para>MH started back in 1977 at the RAND Corporation, where the
Lines 75-83 Link Here
75
for MH</ulink>. The best resource for MH is the O'Reilly and Associates book
73
for MH</ulink>. The best resource for MH is the O'Reilly and Associates book
76
written by Jerry Peek.</para>
74
written by Jerry Peek.</para>
77
75
78
</chapter>
76
</sect1>
79
77
80
<chapter>
78
<sect1>
81
<title>Reading Mail</title>
79
<title>Reading Mail</title>
82
80
83
<para>This section covers how to use <command>inc</>,
81
<para>This section covers how to use <command>inc</>,
Lines 100-106 Link Here
100
folder.</para>
98
folder.</para>
101
99
102
100
103
<sect1 id="inc">
101
<sect2 id="inc">
104
<title><command>inc</>, <command>msgchk</>&mdash;read in your new email or check it</title>
102
<title><command>inc</>, <command>msgchk</>&mdash;read in your new email or check it</title>
105
103
106
<para>If you just type in <userinput>inc</> and hit <keycap>return</>
104
<para>If you just type in <userinput>inc</> and hit <keycap>return</>
Lines 141-149 Link Here
141
<option>-host</option> and <option>-user</option> options that
139
<option>-host</option> and <option>-user</option> options that
142
<command>inc</> takes.</para>
140
<command>inc</> takes.</para>
143
141
144
</sect1>
142
</sect2>
145
143
146
<sect1 id="show">
144
<sect2 id="show">
147
<title><command>show</>, <command>next</> and <command>prev</>&mdash;displaying and moving through email</title>
145
<title><command>show</>, <command>next</> and <command>prev</>&mdash;displaying and moving through email</title>
148
146
149
<para><command>show</> is to show a letter in your current folder.
147
<para><command>show</> is to show a letter in your current folder.
Lines 163-171 Link Here
163
an implied <command>show</> command so that when you go to the next
161
an implied <command>show</> command so that when you go to the next
164
message it automatically displays it.</para>
162
message it automatically displays it.</para>
165
163
166
</sect1>
164
</sect2>
167
165
168
<sect1 id="scan">
166
<sect2 id="scan">
169
<title><command>scan</>&mdash;shows you a scan of your messages</title>
167
<title><command>scan</>&mdash;shows you a scan of your messages</title>
170
168
171
<para><command>scan</> will display a brief listing of the messages
169
<para><command>scan</> will display a brief listing of the messages
Lines 193-201 Link Here
193
/var/mail/<replaceable>username</></command>. This can be used with
191
/var/mail/<replaceable>username</></command>. This can be used with
194
any file that is in the <database>mbox</> format.</para>
192
any file that is in the <database>mbox</> format.</para>
195
193
196
</sect1>
194
</sect2>
197
195
198
<sect1 id="rmm">
196
<sect2 id="rmm">
199
<title><command>rmm</> and <command>rmf</>&mdash;remove the current message or folder</title>
197
<title><command>rmm</> and <command>rmf</>&mdash;remove the current message or folder</title>
200
198
201
<para><command>rmm</> is used to remove a mail message. The default
199
<para><command>rmm</> is used to remove a mail message. The default
Lines 208-216 Link Here
208
doesn't just rename the files but actually removes the from the hard
206
doesn't just rename the files but actually removes the from the hard
209
drive so you should be careful when you use this command.</para>
207
drive so you should be careful when you use this command.</para>
210
208
211
</sect1>
209
</sect2>
212
210
213
<sect1 id="samplereading">
211
<sect2 id="samplereading">
214
<title>A typical session of reading with MH</title>
212
<title>A typical session of reading with MH</title>
215
213
216
<para>The first thing that you will want to do is <command>inc</>
214
<para>The first thing that you will want to do is <command>inc</>
Lines 290-299 Link Here
290
through emails and displaying them is fairly intuitive and easy.
288
through emails and displaying them is fairly intuitive and easy.
291
</para>
289
</para>
292
290
291
</sect2>
293
</sect1>
292
</sect1>
294
</chapter>
295
293
296
<chapter>
294
<sect1>
297
<title>Folders and Mail Searching</title>
295
<title>Folders and Mail Searching</title>
298
296
299
<para>Anybody who gets lots of email definitely wants to be able to
297
<para>Anybody who gets lots of email definitely wants to be able to
Lines 337-343 Link Here
337
<command>inbox</>.</para>
335
<command>inbox</>.</para>
338
336
339
337
340
<sect1>
338
<sect2>
341
<title><command>pick</>&mdash;search email that matches certain criteria</title>
339
<title><command>pick</>&mdash;search email that matches certain criteria</title>
342
340
343
<para><command>pick</> is one of the more complex commands in the MH
341
<para><command>pick</> is one of the more complex commands in the MH
Lines 479-487 Link Here
479
the man page. This document is just to help you get acquainted with
477
the man page. This document is just to help you get acquainted with
480
MH.</para>
478
MH.</para>
481
  
479
  
482
</sect1>
480
</sect2>
483
481
484
<sect1>
482
<sect2>
485
<title><command>folder</>, <command>folders</>, <command>refile</>&mdash;three useful programs for folder maintenance</title>
483
<title><command>folder</>, <command>folders</>, <command>refile</>&mdash;three useful programs for folder maintenance</title>
486
484
487
<para>There are three programs which are primarily just for
485
<para>There are three programs which are primarily just for
Lines 538-547 Link Here
538
folder. You are probably beginning to realize some of the really
536
folder. You are probably beginning to realize some of the really
539
powerful things you can do with MH.</para>
537
powerful things you can do with MH.</para>
540
538
539
</sect2>
541
</sect1>
540
</sect1>
542
</chapter>
543
541
544
<chapter>
542
<sect1>
545
<title>Sending Mail</title>
543
<title>Sending Mail</title>
546
544
547
<para>Email is a two way street for most people so you want to be
545
<para>Email is a two way street for most people so you want to be
Lines 562-568 Link Here
562
email.</para>
560
email.</para>
563
561
564
562
565
<sect1>
563
<sect2>
566
<title><command>comp</>, <command>forw</>, <command>reply</>&mdash;compose, forward or reply to a message to someone</title>
564
<title><command>comp</>, <command>forw</>, <command>reply</>&mdash;compose, forward or reply to a message to someone</title>
567
565
568
<para>The <command>comp</> program has a few useful command line
566
<para>The <command>comp</> program has a few useful command line
Lines 632-640 Link Here
632
because most MH setups are configured to do this from the
630
because most MH setups are configured to do this from the
633
start.</para>
631
start.</para>
634
632
635
</sect1>
633
</sect2>
636
634
637
<sect1>
635
<sect2>
638
<title><filename>components</>, and <filename>replcomps</>&mdash;components files for <command>comp</> and <command>repl</></title>
636
<title><filename>components</>, and <filename>replcomps</>&mdash;components files for <command>comp</> and <command>repl</></title>
639
637
640
<para>The <filename>components</> file is usually in
638
<para>The <filename>components</> file is usually in
Lines 699-704 Link Here
699
again. No other email program really gives you the power and
697
again. No other email program really gives you the power and
700
flexibility that MH gives you.</para>
698
flexibility that MH gives you.</para>
701
  
699
  
700
</sect2>
702
</sect1>
701
</sect1>
703
</chapter>
702
</article>
704
</book>

Return to bug 14115