File: mh-e_7.html

package info (click to toggle)
mh-book 9910-2
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 8,104 kB
  • ctags: 2,979
  • sloc: sh: 1,449; perl: 771; ansic: 279; makefile: 48; csh: 8
file content (114 lines) | stat: -rw-r--r-- 4,278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.51
     from ../mh-e.texi on 25 April 1999 -->

<TITLE>mh-e - Processing Mail Tour</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
Go to the <A HREF="mh-e_1.html">first</A>, <A HREF="mh-e_6.html">previous</A>, <A HREF="mh-e_8.html">next</A>, <A HREF="mh-e_84.html">last</A> section, <A HREF="mh-e_toc.html">table of contents</A>.
<P><HR><P>


<H2><A NAME="SEC7" HREF="mh-e_toc.html#TOC7">Processing Mail</A></H2>

<P>
<A NAME="IDX45"></A>

</P>
<P>
The first thing we want to do is reply to the message that we sent
ourselves.  Ensure that the cursor is still on the same line as your
test message and type <KBD>r</KBD>.  You are prompted in the minibuffer with
<SAMP>`Reply to whom:'</SAMP>.  Here mh-e is asking whether you'd like to reply
to the original sender only, to the sender and primary recipients, or to
the sender and all recipients.  If you simply hit <KBD>RET</KBD>, you'll
reply only to the sender.  Hit <KBD>RET</KBD> now.

</P>
<P>
You'll find yourself in an Emacs buffer similar to that when you were
sending the original message, like this:

</P>

<PRE>
To: wohler
Subject: Re: Test
In-reply-to: Bill Wohler's message of Wed, 24 Aug 1994 13:01:13 -0700
             &#60;199408242001.NAA00505@newt.com&#62;
--------
#

--**-{draft}      (MH-Letter)--All----------------------------------------
To: wohler
Subject: Test
Date: Wed, 24 Aug 1994 13:01:13 -0700
From: Bill Wohler &#60;wohler@newt.com&#62;

  This is a test message to get the wheels churning...

-----{show-+inbox} 4      (MH-Show)--Bot----------------------------------
Composing a reply...done
<I>Composition window during reply</I>
</PRE>

<P>
By default, MH will not add you to the address list of your replies, so
if you find that the <SAMP>`To:'</SAMP> header field is missing, don't worry.
In this case, type <KBD>C-c C-f C-t</KBD> to create and go to the <SAMP>`To:'</SAMP>
field, where you can type your login name again.  You can move around
with the arrow keys or with <KBD>C-p</KBD> (<CODE>previous-line</CODE>), <KBD>C-n</KBD>
(<CODE>next-line</CODE>), <KBD>C-b</KBD> (<CODE>backward-char</CODE>), and <KBD>C-f</KBD>
(<CODE>forward-char</CODE>) and can delete the previous character with
<KBD>DEL</KBD>.  When you're finished editing your message, send it with
<KBD>C-c C-c</KBD> as before.

</P>
<P>
<A NAME="IDX46"></A>

</P>
<P>
You'll often want to save messages that were sent to you in an organized
fashion.  This is done with <STRONG>folders</STRONG>.  You can use folders to keep
messages from your friends, or messages related to a particular topic.
With your cursor in the MH-Folder buffer and positioned on the message
you sent to yourself, type <KBD>o</KBD> to output (<CODE>refile</CODE> in MH
parlance) that message to a folder.  Enter <KBD>test</KBD> at the
<SAMP>`Destination:'</SAMP> prompt and type <KBD>y</KBD> (or <KBD>SPC</KBD>) when mh-e
asks to create the folder <SAMP>`+test'</SAMP>.  Note that a <SAMP>`^'</SAMP> (caret)
appears next to the message number, which means that the message has
been marked for refiling but has not yet been refiled.  We'll talk about
how the refile is actually carried out in a moment.

</P>
<P>
<A NAME="IDX47"></A>
<A NAME="IDX48"></A>

</P>
<P>
Your previous reply is now waiting in the system mailbox.  You
incorporate this mail into your MH-Folder buffer named <SAMP>`+inbox'</SAMP>
with the <KBD>i</KBD> command.  Do this now.  After the mail is incorporated,
use <KBD>n</KBD> or <KBD>p</KBD> to move the cursor to the new message, and read
it with <KBD>RET</KBD>.  Let's delete this message by typing <KBD>d</KBD>.  Note
that a <SAMP>`D'</SAMP> appears next to the message number.  This means that the
message is marked for deletion but is not yet deleted.  To perform the
deletion (and the refile we did previously), use the <KBD>x</KBD> command.

</P>
<P>
<A NAME="IDX49"></A>

</P>
<P>
If you want to send another message you can use <KBD>m</KBD> instead of
<KBD>M-x mh-smail</KBD>.  So go ahead, send some mail to your friends!

</P>
<P><HR><P>
Go to the <A HREF="mh-e_1.html">first</A>, <A HREF="mh-e_6.html">previous</A>, <A HREF="mh-e_8.html">next</A>, <A HREF="mh-e_84.html">last</A> section, <A HREF="mh-e_toc.html">table of contents</A>.
</BODY>
</HTML>