annotate man/sending.texi @ 36222:db153cee8704

Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 20 Feb 2001 11:29:32 +0000
parents 1f5dd1c73a2a
children 11db0318031d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
1 @c This is part of the Emacs manual.
28126
e7cf77f27506 Fix copyright line.
Dave Love <fx@gnu.org>
parents: 27209
diff changeset
2 @c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000
e7cf77f27506 Fix copyright line.
Dave Love <fx@gnu.org>
parents: 27209
diff changeset
3 @c Free Software Foundation, Inc.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
4 @c See file emacs.texi for copying conditions.
Dave Love <fx@gnu.org>
parents:
diff changeset
5 @node Sending Mail, Rmail, Picture, Top
Dave Love <fx@gnu.org>
parents:
diff changeset
6 @chapter Sending Mail
Dave Love <fx@gnu.org>
parents:
diff changeset
7 @cindex sending mail
Dave Love <fx@gnu.org>
parents:
diff changeset
8 @cindex mail
Dave Love <fx@gnu.org>
parents:
diff changeset
9 @cindex message
Dave Love <fx@gnu.org>
parents:
diff changeset
10
Dave Love <fx@gnu.org>
parents:
diff changeset
11 To send a message in Emacs, you start by typing a command (@kbd{C-x m})
Dave Love <fx@gnu.org>
parents:
diff changeset
12 to select and initialize the @samp{*mail*} buffer. Then you edit the text
Dave Love <fx@gnu.org>
parents:
diff changeset
13 and headers of the message in this buffer, and type another command
Dave Love <fx@gnu.org>
parents:
diff changeset
14 (@kbd{C-c C-s} or @kbd{C-c C-c}) to send the message.
Dave Love <fx@gnu.org>
parents:
diff changeset
15
Dave Love <fx@gnu.org>
parents:
diff changeset
16 @table @kbd
Dave Love <fx@gnu.org>
parents:
diff changeset
17 @item C-x m
Dave Love <fx@gnu.org>
parents:
diff changeset
18 Begin composing a message to send (@code{compose-mail}).
Dave Love <fx@gnu.org>
parents:
diff changeset
19 @item C-x 4 m
Dave Love <fx@gnu.org>
parents:
diff changeset
20 Likewise, but display the message in another window
Dave Love <fx@gnu.org>
parents:
diff changeset
21 (@code{compose-mail-other-window}).
Dave Love <fx@gnu.org>
parents:
diff changeset
22 @item C-x 5 m
Dave Love <fx@gnu.org>
parents:
diff changeset
23 Likewise, but make a new frame (@code{compose-mail-other-frame}).
Dave Love <fx@gnu.org>
parents:
diff changeset
24 @item C-c C-s
Dave Love <fx@gnu.org>
parents:
diff changeset
25 In Mail mode, send the message (@code{mail-send}).
Dave Love <fx@gnu.org>
parents:
diff changeset
26 @item C-c C-c
Dave Love <fx@gnu.org>
parents:
diff changeset
27 Send the message and bury the mail buffer (@code{mail-send-and-exit}).
Dave Love <fx@gnu.org>
parents:
diff changeset
28 @end table
Dave Love <fx@gnu.org>
parents:
diff changeset
29
Dave Love <fx@gnu.org>
parents:
diff changeset
30 @kindex C-x m
Dave Love <fx@gnu.org>
parents:
diff changeset
31 @findex compose-mail
Dave Love <fx@gnu.org>
parents:
diff changeset
32 @kindex C-x 4 m
Dave Love <fx@gnu.org>
parents:
diff changeset
33 @findex compose-mail-other-window
Dave Love <fx@gnu.org>
parents:
diff changeset
34 @kindex C-x 5 m
Dave Love <fx@gnu.org>
parents:
diff changeset
35 @findex compose-mail-other-frame
Dave Love <fx@gnu.org>
parents:
diff changeset
36 The command @kbd{C-x m} (@code{compose-mail}) selects a buffer named
Dave Love <fx@gnu.org>
parents:
diff changeset
37 @samp{*mail*} and initializes it with the skeleton of an outgoing
Dave Love <fx@gnu.org>
parents:
diff changeset
38 message. @kbd{C-x 4 m} (@code{compose-mail-other-window}) selects the
Dave Love <fx@gnu.org>
parents:
diff changeset
39 @samp{*mail*} buffer in a different window, leaving the previous current
Dave Love <fx@gnu.org>
parents:
diff changeset
40 buffer visible. @kbd{C-x 5 m} (@code{compose-mail-other-frame}) creates
Dave Love <fx@gnu.org>
parents:
diff changeset
41 a new frame to select the @samp{*mail*} buffer.
Dave Love <fx@gnu.org>
parents:
diff changeset
42
Dave Love <fx@gnu.org>
parents:
diff changeset
43 Because the mail-composition buffer is an ordinary Emacs buffer, you can
Dave Love <fx@gnu.org>
parents:
diff changeset
44 switch to other buffers while in the middle of composing mail, and switch
Dave Love <fx@gnu.org>
parents:
diff changeset
45 back later (or never). If you use the @kbd{C-x m} command again when you
Dave Love <fx@gnu.org>
parents:
diff changeset
46 have been composing another message but have not sent it, you are asked to
Dave Love <fx@gnu.org>
parents:
diff changeset
47 confirm before the old message is erased. If you answer @kbd{n}, the
Dave Love <fx@gnu.org>
parents:
diff changeset
48 @samp{*mail*} buffer is left selected with its old contents, so you can
Dave Love <fx@gnu.org>
parents:
diff changeset
49 finish the old message and send it. @kbd{C-u C-x m} is another way to do
Dave Love <fx@gnu.org>
parents:
diff changeset
50 this. Sending the message marks the @samp{*mail*} buffer ``unmodified,''
Dave Love <fx@gnu.org>
parents:
diff changeset
51 which avoids the need for confirmation when @kbd{C-x m} is next used.
Dave Love <fx@gnu.org>
parents:
diff changeset
52
Dave Love <fx@gnu.org>
parents:
diff changeset
53 If you are composing a message in the @samp{*mail*} buffer and want to
Dave Love <fx@gnu.org>
parents:
diff changeset
54 send another message before finishing the first, rename the
Dave Love <fx@gnu.org>
parents:
diff changeset
55 @samp{*mail*} buffer using @kbd{M-x rename-uniquely} (@pxref{Misc
Dave Love <fx@gnu.org>
parents:
diff changeset
56 Buffer}). Then you can use @kbd{C-x m} or its variants described above
Dave Love <fx@gnu.org>
parents:
diff changeset
57 to make a new @samp{*mail*} buffer. Once you've done that, you can work
Dave Love <fx@gnu.org>
parents:
diff changeset
58 with each mail buffer independently.
Dave Love <fx@gnu.org>
parents:
diff changeset
59
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
60 @ignore
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
61 @c Commented out because it is not user-oriented;
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
62 @c it doesn't say how to do some job. -- rms.
30986
ab681757a44b (Sending Mail): Mention EUDC.
Dave Love <fx@gnu.org>
parents: 30806
diff changeset
63 @cindex directory servers
ab681757a44b (Sending Mail): Mention EUDC.
Dave Love <fx@gnu.org>
parents: 30806
diff changeset
64 @cindex LDAP
ab681757a44b (Sending Mail): Mention EUDC.
Dave Love <fx@gnu.org>
parents: 30806
diff changeset
65 @cindex PH/QI
ab681757a44b (Sending Mail): Mention EUDC.
Dave Love <fx@gnu.org>
parents: 30806
diff changeset
66 @cindex names and addresses
ab681757a44b (Sending Mail): Mention EUDC.
Dave Love <fx@gnu.org>
parents: 30806
diff changeset
67 There is an interface to directory servers using various protocols such
ab681757a44b (Sending Mail): Mention EUDC.
Dave Love <fx@gnu.org>
parents: 30806
diff changeset
68 as LDAP or the CCSO white pages directory system (PH/QI), described in a
ab681757a44b (Sending Mail): Mention EUDC.
Dave Love <fx@gnu.org>
parents: 30806
diff changeset
69 separate manual. It may be useful for looking up names and addresses.
ab681757a44b (Sending Mail): Mention EUDC.
Dave Love <fx@gnu.org>
parents: 30806
diff changeset
70 @xref{Top,,EUDC, eudc, EUDC Manual}.
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
71 @end ignore
30986
ab681757a44b (Sending Mail): Mention EUDC.
Dave Love <fx@gnu.org>
parents: 30806
diff changeset
72
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
73 @menu
Dave Love <fx@gnu.org>
parents:
diff changeset
74 * Format: Mail Format. Format of the mail being composed.
Dave Love <fx@gnu.org>
parents:
diff changeset
75 * Headers: Mail Headers. Details of permitted mail header fields.
Dave Love <fx@gnu.org>
parents:
diff changeset
76 * Aliases: Mail Aliases. Abbreviating and grouping mail addresses.
Dave Love <fx@gnu.org>
parents:
diff changeset
77 * Mode: Mail Mode. Special commands for editing mail being composed.
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
78 * Amuse: Mail Amusements. Distracting the NSA; adding fortune messages.
30806
033b219f3c99 small fixes
Dave Love <fx@gnu.org>
parents: 29107
diff changeset
79 * Methods: Mail Methods. Using alternative mail-composition methods.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
80 @end menu
Dave Love <fx@gnu.org>
parents:
diff changeset
81
Dave Love <fx@gnu.org>
parents:
diff changeset
82 @node Mail Format
Dave Love <fx@gnu.org>
parents:
diff changeset
83 @section The Format of the Mail Buffer
Dave Love <fx@gnu.org>
parents:
diff changeset
84
Dave Love <fx@gnu.org>
parents:
diff changeset
85 In addition to the @dfn{text} or @dfn{body}, a message has @dfn{header
Dave Love <fx@gnu.org>
parents:
diff changeset
86 fields} which say who sent it, when, to whom, why, and so on. Some
Dave Love <fx@gnu.org>
parents:
diff changeset
87 header fields, such as @samp{Date} and @samp{Sender}, are created
Dave Love <fx@gnu.org>
parents:
diff changeset
88 automatically when you send the message. Others, such as the recipient
Dave Love <fx@gnu.org>
parents:
diff changeset
89 names, must be specified by you in order to send the message properly.
Dave Love <fx@gnu.org>
parents:
diff changeset
90
Dave Love <fx@gnu.org>
parents:
diff changeset
91 Mail mode provides a few commands to help you edit some header fields,
Dave Love <fx@gnu.org>
parents:
diff changeset
92 and some are preinitialized in the buffer automatically at times. You can
Dave Love <fx@gnu.org>
parents:
diff changeset
93 insert and edit header fields using ordinary editing commands.
Dave Love <fx@gnu.org>
parents:
diff changeset
94
Dave Love <fx@gnu.org>
parents:
diff changeset
95 The line in the buffer that says
Dave Love <fx@gnu.org>
parents:
diff changeset
96
Dave Love <fx@gnu.org>
parents:
diff changeset
97 @example
Dave Love <fx@gnu.org>
parents:
diff changeset
98 --text follows this line--
Dave Love <fx@gnu.org>
parents:
diff changeset
99 @end example
Dave Love <fx@gnu.org>
parents:
diff changeset
100
Dave Love <fx@gnu.org>
parents:
diff changeset
101 @noindent
Dave Love <fx@gnu.org>
parents:
diff changeset
102 is a special delimiter that separates the headers you have specified from
Dave Love <fx@gnu.org>
parents:
diff changeset
103 the text. Whatever follows this line is the text of the message; the
Dave Love <fx@gnu.org>
parents:
diff changeset
104 headers precede it. The delimiter line itself does not appear in the
Dave Love <fx@gnu.org>
parents:
diff changeset
105 message actually sent. The text used for the delimiter line is controlled
Dave Love <fx@gnu.org>
parents:
diff changeset
106 by the variable @code{mail-header-separator}.
Dave Love <fx@gnu.org>
parents:
diff changeset
107
Dave Love <fx@gnu.org>
parents:
diff changeset
108 Here is an example of what the headers and text in the mail buffer
Dave Love <fx@gnu.org>
parents:
diff changeset
109 might look like.
Dave Love <fx@gnu.org>
parents:
diff changeset
110
Dave Love <fx@gnu.org>
parents:
diff changeset
111 @example
Dave Love <fx@gnu.org>
parents:
diff changeset
112 To: gnu@@gnu.org
Dave Love <fx@gnu.org>
parents:
diff changeset
113 CC: lungfish@@spam.org, byob@@spam.org
Dave Love <fx@gnu.org>
parents:
diff changeset
114 Subject: The Emacs Manual
Dave Love <fx@gnu.org>
parents:
diff changeset
115 --Text follows this line--
Dave Love <fx@gnu.org>
parents:
diff changeset
116 Please ignore this message.
Dave Love <fx@gnu.org>
parents:
diff changeset
117 @end example
Dave Love <fx@gnu.org>
parents:
diff changeset
118
Dave Love <fx@gnu.org>
parents:
diff changeset
119 @node Mail Headers
Dave Love <fx@gnu.org>
parents:
diff changeset
120 @section Mail Header Fields
Dave Love <fx@gnu.org>
parents:
diff changeset
121 @cindex headers (of mail message)
Dave Love <fx@gnu.org>
parents:
diff changeset
122
Dave Love <fx@gnu.org>
parents:
diff changeset
123 A header field in the mail buffer starts with a field name at the
Dave Love <fx@gnu.org>
parents:
diff changeset
124 beginning of a line, terminated by a colon. Upper and lower case are
Dave Love <fx@gnu.org>
parents:
diff changeset
125 equivalent in field names (and in mailing addresses also). After the
Dave Love <fx@gnu.org>
parents:
diff changeset
126 colon and optional whitespace comes the contents of the field.
Dave Love <fx@gnu.org>
parents:
diff changeset
127
Dave Love <fx@gnu.org>
parents:
diff changeset
128 You can use any name you like for a header field, but normally people
Dave Love <fx@gnu.org>
parents:
diff changeset
129 use only standard field names with accepted meanings. Here is a table
Dave Love <fx@gnu.org>
parents:
diff changeset
130 of fields commonly used in outgoing messages.
Dave Love <fx@gnu.org>
parents:
diff changeset
131
Dave Love <fx@gnu.org>
parents:
diff changeset
132 @table @samp
Dave Love <fx@gnu.org>
parents:
diff changeset
133 @item To
Dave Love <fx@gnu.org>
parents:
diff changeset
134 This field contains the mailing addresses to which the message is
Dave Love <fx@gnu.org>
parents:
diff changeset
135 addressed. If you list more than one address, use commas, not spaces,
Dave Love <fx@gnu.org>
parents:
diff changeset
136 to separate them.
Dave Love <fx@gnu.org>
parents:
diff changeset
137
Dave Love <fx@gnu.org>
parents:
diff changeset
138 @item Subject
Dave Love <fx@gnu.org>
parents:
diff changeset
139 The contents of the @samp{Subject} field should be a piece of text
Dave Love <fx@gnu.org>
parents:
diff changeset
140 that says what the message is about. The reason @samp{Subject} fields
Dave Love <fx@gnu.org>
parents:
diff changeset
141 are useful is that most mail-reading programs can provide a summary of
Dave Love <fx@gnu.org>
parents:
diff changeset
142 messages, listing the subject of each message but not its text.
Dave Love <fx@gnu.org>
parents:
diff changeset
143
Dave Love <fx@gnu.org>
parents:
diff changeset
144 @item CC
Dave Love <fx@gnu.org>
parents:
diff changeset
145 This field contains additional mailing addresses to send the message to,
Dave Love <fx@gnu.org>
parents:
diff changeset
146 like @samp{To} except that these readers should not regard the message
Dave Love <fx@gnu.org>
parents:
diff changeset
147 as directed at them.
Dave Love <fx@gnu.org>
parents:
diff changeset
148
Dave Love <fx@gnu.org>
parents:
diff changeset
149 @item BCC
Dave Love <fx@gnu.org>
parents:
diff changeset
150 This field contains additional mailing addresses to send the message to,
Dave Love <fx@gnu.org>
parents:
diff changeset
151 which should not appear in the header of the message actually sent.
Dave Love <fx@gnu.org>
parents:
diff changeset
152 Copies sent this way are called @dfn{blind carbon copies}.
Dave Love <fx@gnu.org>
parents:
diff changeset
153
Dave Love <fx@gnu.org>
parents:
diff changeset
154 @vindex mail-self-blind
32392
4d8ff72a1290 Document mail-default-headers and an alternative method to send Bcc
Eli Zaretskii <eliz@gnu.org>
parents: 32313
diff changeset
155 @cindex copy of every outgoing message
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
156 To send a blind carbon copy of every outgoing message to yourself, set
32392
4d8ff72a1290 Document mail-default-headers and an alternative method to send Bcc
Eli Zaretskii <eliz@gnu.org>
parents: 32313
diff changeset
157 the variable @code{mail-self-blind} to @code{t}. To send a blind carbon
4d8ff72a1290 Document mail-default-headers and an alternative method to send Bcc
Eli Zaretskii <eliz@gnu.org>
parents: 32313
diff changeset
158 copy of every message to some other @var{address}, set the variable
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
159 @code{mail-default-headers} to @code{"Bcc: @var{address}\n"}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
160
Dave Love <fx@gnu.org>
parents:
diff changeset
161 @item FCC
Dave Love <fx@gnu.org>
parents:
diff changeset
162 This field contains the name of one file and directs Emacs to append a
Dave Love <fx@gnu.org>
parents:
diff changeset
163 copy of the message to that file when you send the message. If the file
Dave Love <fx@gnu.org>
parents:
diff changeset
164 is in Rmail format, Emacs writes the message in Rmail format; otherwise,
Dave Love <fx@gnu.org>
parents:
diff changeset
165 Emacs writes the message in system mail file format.
Dave Love <fx@gnu.org>
parents:
diff changeset
166
Dave Love <fx@gnu.org>
parents:
diff changeset
167 @vindex mail-archive-file-name
Dave Love <fx@gnu.org>
parents:
diff changeset
168 To put a fixed file name in the @samp{FCC} field each time you start
Dave Love <fx@gnu.org>
parents:
diff changeset
169 editing an outgoing message, set the variable
Dave Love <fx@gnu.org>
parents:
diff changeset
170 @code{mail-archive-file-name} to that file name. Unless you remove the
Dave Love <fx@gnu.org>
parents:
diff changeset
171 @samp{FCC} field before sending, the message will be written into that
Dave Love <fx@gnu.org>
parents:
diff changeset
172 file when it is sent.
Dave Love <fx@gnu.org>
parents:
diff changeset
173
Dave Love <fx@gnu.org>
parents:
diff changeset
174 @item From
Dave Love <fx@gnu.org>
parents:
diff changeset
175 Use the @samp{From} field to say who you are, when the account you are
Dave Love <fx@gnu.org>
parents:
diff changeset
176 using to send the mail is not your own. The contents of the @samp{From}
Dave Love <fx@gnu.org>
parents:
diff changeset
177 field should be a valid mailing address, since replies will normally go
Dave Love <fx@gnu.org>
parents:
diff changeset
178 there. If you don't specify the @samp{From} field yourself, Emacs uses
Dave Love <fx@gnu.org>
parents:
diff changeset
179 the value of @code{user-mail-address} as the default.
Dave Love <fx@gnu.org>
parents:
diff changeset
180
Dave Love <fx@gnu.org>
parents:
diff changeset
181 @item Reply-to
Dave Love <fx@gnu.org>
parents:
diff changeset
182 Use this field to direct replies to a different address. Most
Dave Love <fx@gnu.org>
parents:
diff changeset
183 mail-reading programs (including Rmail) automatically send replies to
Dave Love <fx@gnu.org>
parents:
diff changeset
184 the @samp{Reply-to} address in preference to the @samp{From} address.
Dave Love <fx@gnu.org>
parents:
diff changeset
185 By adding a @samp{Reply-to} field to your header, you can work around
Dave Love <fx@gnu.org>
parents:
diff changeset
186 any problems your @samp{From} address may cause for replies.
Dave Love <fx@gnu.org>
parents:
diff changeset
187
29107
203ba1f77b7b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28126
diff changeset
188 @cindex @env{REPLYTO} environment variable
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
189 @vindex mail-default-reply-to
Dave Love <fx@gnu.org>
parents:
diff changeset
190 To put a fixed @samp{Reply-to} address into every outgoing message, set
Dave Love <fx@gnu.org>
parents:
diff changeset
191 the variable @code{mail-default-reply-to} to that address (as a string).
Dave Love <fx@gnu.org>
parents:
diff changeset
192 Then @code{mail} initializes the message with a @samp{Reply-to} field as
Dave Love <fx@gnu.org>
parents:
diff changeset
193 specified. You can delete or alter that header field before you send
Dave Love <fx@gnu.org>
parents:
diff changeset
194 the message, if you wish. When Emacs starts up, if the environment
29107
203ba1f77b7b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28126
diff changeset
195 variable @env{REPLYTO} is set, @code{mail-default-reply-to} is
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
196 initialized from that environment variable.
Dave Love <fx@gnu.org>
parents:
diff changeset
197
Dave Love <fx@gnu.org>
parents:
diff changeset
198 @item In-reply-to
Dave Love <fx@gnu.org>
parents:
diff changeset
199 This field contains a piece of text describing a message you are
Dave Love <fx@gnu.org>
parents:
diff changeset
200 replying to. Some mail systems can use this information to correlate
Dave Love <fx@gnu.org>
parents:
diff changeset
201 related pieces of mail. Normally this field is filled in by Rmail
Dave Love <fx@gnu.org>
parents:
diff changeset
202 when you reply to a message in Rmail, and you never need to
Dave Love <fx@gnu.org>
parents:
diff changeset
203 think about it (@pxref{Rmail}).
Dave Love <fx@gnu.org>
parents:
diff changeset
204
Dave Love <fx@gnu.org>
parents:
diff changeset
205 @item References
Dave Love <fx@gnu.org>
parents:
diff changeset
206 This field lists the message IDs of related previous messages. Rmail
Dave Love <fx@gnu.org>
parents:
diff changeset
207 sets up this field automatically when you reply to a message.
Dave Love <fx@gnu.org>
parents:
diff changeset
208 @end table
Dave Love <fx@gnu.org>
parents:
diff changeset
209
Dave Love <fx@gnu.org>
parents:
diff changeset
210 The @samp{To}, @samp{CC}, @samp{BCC} and @samp{FCC} header fields can
Dave Love <fx@gnu.org>
parents:
diff changeset
211 appear any number of times, and each such header field can contain
Dave Love <fx@gnu.org>
parents:
diff changeset
212 multiple addresses, separated by commas. This way, you can specify any
Dave Love <fx@gnu.org>
parents:
diff changeset
213 number of places to send the message. A @samp{To}, @samp{CC}, or
Dave Love <fx@gnu.org>
parents:
diff changeset
214 @samp{BCC} field can also have continuation lines: one or more lines
Dave Love <fx@gnu.org>
parents:
diff changeset
215 starting with whitespace, following the starting line of the field, are
Dave Love <fx@gnu.org>
parents:
diff changeset
216 considered part of the field. Here's an example of a @samp{To} field
Dave Love <fx@gnu.org>
parents:
diff changeset
217 with a continuation line:@refill
Dave Love <fx@gnu.org>
parents:
diff changeset
218
Dave Love <fx@gnu.org>
parents:
diff changeset
219 @example
Dave Love <fx@gnu.org>
parents:
diff changeset
220 @group
Dave Love <fx@gnu.org>
parents:
diff changeset
221 To: foo@@here.net, this@@there.net,
Dave Love <fx@gnu.org>
parents:
diff changeset
222 me@@gnu.cambridge.mass.usa.earth.spiral3281
Dave Love <fx@gnu.org>
parents:
diff changeset
223 @end group
Dave Love <fx@gnu.org>
parents:
diff changeset
224 @end example
Dave Love <fx@gnu.org>
parents:
diff changeset
225
Dave Love <fx@gnu.org>
parents:
diff changeset
226 @vindex mail-from-style
Dave Love <fx@gnu.org>
parents:
diff changeset
227 When you send the message, if you didn't write a @samp{From} field
Dave Love <fx@gnu.org>
parents:
diff changeset
228 yourself, Emacs puts in one for you. The variable
Dave Love <fx@gnu.org>
parents:
diff changeset
229 @code{mail-from-style} controls the format:
Dave Love <fx@gnu.org>
parents:
diff changeset
230
Dave Love <fx@gnu.org>
parents:
diff changeset
231 @table @code
Dave Love <fx@gnu.org>
parents:
diff changeset
232 @item nil
Dave Love <fx@gnu.org>
parents:
diff changeset
233 Use just the email address, as in @samp{king@@grassland.com}.
Dave Love <fx@gnu.org>
parents:
diff changeset
234 @item parens
Dave Love <fx@gnu.org>
parents:
diff changeset
235 Use both email address and full name, as in @samp{king@@grassland.com (Elvis
Dave Love <fx@gnu.org>
parents:
diff changeset
236 Parsley)}.
Dave Love <fx@gnu.org>
parents:
diff changeset
237 @item angles
Dave Love <fx@gnu.org>
parents:
diff changeset
238 Use both email address and full name, as in @samp{Elvis Parsley
Dave Love <fx@gnu.org>
parents:
diff changeset
239 <king@@grassland.com>}.
Dave Love <fx@gnu.org>
parents:
diff changeset
240 @item system-default
Dave Love <fx@gnu.org>
parents:
diff changeset
241 Allow the system to insert the @samp{From} field.
Dave Love <fx@gnu.org>
parents:
diff changeset
242 @end table
Dave Love <fx@gnu.org>
parents:
diff changeset
243
32392
4d8ff72a1290 Document mail-default-headers and an alternative method to send Bcc
Eli Zaretskii <eliz@gnu.org>
parents: 32313
diff changeset
244 @vindex mail-default-headers
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
245 You can direct Emacs to insert certain default headers into the
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
246 outgoing message by setting the variable @code{mail-default-headers}
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
247 to a string. Then @code{C-x m} inserts this string into the message
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
248 headers. If the default header fields are not appropriate for a
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
249 particular message, edit them as appropriate before sending the
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
250 message.
32392
4d8ff72a1290 Document mail-default-headers and an alternative method to send Bcc
Eli Zaretskii <eliz@gnu.org>
parents: 32313
diff changeset
251
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
252 @node Mail Aliases
Dave Love <fx@gnu.org>
parents:
diff changeset
253 @section Mail Aliases
Dave Love <fx@gnu.org>
parents:
diff changeset
254 @cindex mail aliases
Dave Love <fx@gnu.org>
parents:
diff changeset
255 @cindex @file{.mailrc} file
Dave Love <fx@gnu.org>
parents:
diff changeset
256 @cindex mailrc file
Dave Love <fx@gnu.org>
parents:
diff changeset
257
Dave Love <fx@gnu.org>
parents:
diff changeset
258 You can define @dfn{mail aliases} in a file named @file{~/.mailrc}.
Dave Love <fx@gnu.org>
parents:
diff changeset
259 These are short mnemonic names which stand for mail addresses or groups of
Dave Love <fx@gnu.org>
parents:
diff changeset
260 mail addresses. Like many other mail programs, Emacs expands aliases
Dave Love <fx@gnu.org>
parents:
diff changeset
261 when they occur in the @samp{To}, @samp{From}, @samp{CC}, @samp{BCC}, and
Dave Love <fx@gnu.org>
parents:
diff changeset
262 @samp{Reply-to} fields, plus their @samp{Resent-} variants.
Dave Love <fx@gnu.org>
parents:
diff changeset
263
Dave Love <fx@gnu.org>
parents:
diff changeset
264 To define an alias in @file{~/.mailrc}, write a line in the following
Dave Love <fx@gnu.org>
parents:
diff changeset
265 format:
Dave Love <fx@gnu.org>
parents:
diff changeset
266
Dave Love <fx@gnu.org>
parents:
diff changeset
267 @example
Dave Love <fx@gnu.org>
parents:
diff changeset
268 alias @var{shortaddress} @var{fulladdresses}
Dave Love <fx@gnu.org>
parents:
diff changeset
269 @end example
Dave Love <fx@gnu.org>
parents:
diff changeset
270
Dave Love <fx@gnu.org>
parents:
diff changeset
271 @noindent
Dave Love <fx@gnu.org>
parents:
diff changeset
272 Here @var{fulladdresses} stands for one or more mail addresses for
Dave Love <fx@gnu.org>
parents:
diff changeset
273 @var{shortaddress} to expand into. Separate multiple addresses with
Dave Love <fx@gnu.org>
parents:
diff changeset
274 spaces; if an address contains a space, quote the whole address with a
Dave Love <fx@gnu.org>
parents:
diff changeset
275 pair of double-quotes.
Dave Love <fx@gnu.org>
parents:
diff changeset
276
Dave Love <fx@gnu.org>
parents:
diff changeset
277 For instance, to make @code{maingnu} stand for
Dave Love <fx@gnu.org>
parents:
diff changeset
278 @code{gnu@@gnu.org} plus a local address of your own, put in
Dave Love <fx@gnu.org>
parents:
diff changeset
279 this line:@refill
Dave Love <fx@gnu.org>
parents:
diff changeset
280
Dave Love <fx@gnu.org>
parents:
diff changeset
281 @example
Dave Love <fx@gnu.org>
parents:
diff changeset
282 alias maingnu gnu@@gnu.org local-gnu
Dave Love <fx@gnu.org>
parents:
diff changeset
283 @end example
Dave Love <fx@gnu.org>
parents:
diff changeset
284
Dave Love <fx@gnu.org>
parents:
diff changeset
285 Emacs also recognizes include commands in @samp{.mailrc} files.
Dave Love <fx@gnu.org>
parents:
diff changeset
286 They look like this:
Dave Love <fx@gnu.org>
parents:
diff changeset
287
Dave Love <fx@gnu.org>
parents:
diff changeset
288 @example
Dave Love <fx@gnu.org>
parents:
diff changeset
289 source @var{filename}
Dave Love <fx@gnu.org>
parents:
diff changeset
290 @end example
Dave Love <fx@gnu.org>
parents:
diff changeset
291
Dave Love <fx@gnu.org>
parents:
diff changeset
292 @noindent
Dave Love <fx@gnu.org>
parents:
diff changeset
293 The file @file{~/.mailrc} is used primarily by other mail-reading
Dave Love <fx@gnu.org>
parents:
diff changeset
294 programs; it can contain various other commands. Emacs ignores
Dave Love <fx@gnu.org>
parents:
diff changeset
295 everything in it except for alias definitions and include commands.
Dave Love <fx@gnu.org>
parents:
diff changeset
296
Dave Love <fx@gnu.org>
parents:
diff changeset
297 @findex define-mail-alias
Dave Love <fx@gnu.org>
parents:
diff changeset
298 Another way to define a mail alias, within Emacs alone, is with the
Dave Love <fx@gnu.org>
parents:
diff changeset
299 @code{define-mail-alias} command. It prompts for the alias and then the
Dave Love <fx@gnu.org>
parents:
diff changeset
300 full address. You can use it to define aliases in your @file{.emacs}
Dave Love <fx@gnu.org>
parents:
diff changeset
301 file, like this:
Dave Love <fx@gnu.org>
parents:
diff changeset
302
Dave Love <fx@gnu.org>
parents:
diff changeset
303 @example
Dave Love <fx@gnu.org>
parents:
diff changeset
304 (define-mail-alias "maingnu" "gnu@@gnu.org")
Dave Love <fx@gnu.org>
parents:
diff changeset
305 @end example
Dave Love <fx@gnu.org>
parents:
diff changeset
306
Dave Love <fx@gnu.org>
parents:
diff changeset
307 @vindex mail-aliases
Dave Love <fx@gnu.org>
parents:
diff changeset
308 @code{define-mail-alias} records aliases by adding them to a
Dave Love <fx@gnu.org>
parents:
diff changeset
309 variable named @code{mail-aliases}. If you are comfortable with
Dave Love <fx@gnu.org>
parents:
diff changeset
310 manipulating Lisp lists, you can set @code{mail-aliases} directly. The
Dave Love <fx@gnu.org>
parents:
diff changeset
311 initial value of @code{mail-aliases} is @code{t}, which means that
Dave Love <fx@gnu.org>
parents:
diff changeset
312 Emacs should read @file{.mailrc} to get the proper value.
Dave Love <fx@gnu.org>
parents:
diff changeset
313
Dave Love <fx@gnu.org>
parents:
diff changeset
314 @vindex mail-personal-alias-file
Dave Love <fx@gnu.org>
parents:
diff changeset
315 You can specify a different file name to use instead of
Dave Love <fx@gnu.org>
parents:
diff changeset
316 @file{~/.mailrc} by setting the variable
Dave Love <fx@gnu.org>
parents:
diff changeset
317 @code{mail-personal-alias-file}.
Dave Love <fx@gnu.org>
parents:
diff changeset
318
Dave Love <fx@gnu.org>
parents:
diff changeset
319 @findex expand-mail-aliases
Dave Love <fx@gnu.org>
parents:
diff changeset
320 Normally, Emacs expands aliases when you send the message. You do not
Dave Love <fx@gnu.org>
parents:
diff changeset
321 need to expand mail aliases before sending the message, but you can
Dave Love <fx@gnu.org>
parents:
diff changeset
322 expand them if you want to see where the mail will actually go. To do
Dave Love <fx@gnu.org>
parents:
diff changeset
323 this, use the command @kbd{M-x expand-mail-aliases}; it expands all mail
Dave Love <fx@gnu.org>
parents:
diff changeset
324 aliases currently present in the mail headers that hold addresses.
Dave Love <fx@gnu.org>
parents:
diff changeset
325
Dave Love <fx@gnu.org>
parents:
diff changeset
326 If you like, you can have mail aliases expand as abbrevs, as soon as
Dave Love <fx@gnu.org>
parents:
diff changeset
327 you type them in (@pxref{Abbrevs}). To enable this feature, execute the
Dave Love <fx@gnu.org>
parents:
diff changeset
328 following:
Dave Love <fx@gnu.org>
parents:
diff changeset
329
Dave Love <fx@gnu.org>
parents:
diff changeset
330 @example
34922
962646fc3a58 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34151
diff changeset
331 (add-hook 'mail-mode-hook 'mail-abbrevs-setup)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
332 @end example
Dave Love <fx@gnu.org>
parents:
diff changeset
333
Dave Love <fx@gnu.org>
parents:
diff changeset
334 @noindent
Dave Love <fx@gnu.org>
parents:
diff changeset
335 @findex define-mail-abbrev
Dave Love <fx@gnu.org>
parents:
diff changeset
336 @vindex mail-abbrevs
Dave Love <fx@gnu.org>
parents:
diff changeset
337 This can go in your @file{.emacs} file. @xref{Hooks}. If you use this
Dave Love <fx@gnu.org>
parents:
diff changeset
338 feature, you must use @code{define-mail-abbrev} instead of
Dave Love <fx@gnu.org>
parents:
diff changeset
339 @code{define-mail-alias}; the latter does not work with this package.
Dave Love <fx@gnu.org>
parents:
diff changeset
340 Note that the mail abbreviation package uses the variable
Dave Love <fx@gnu.org>
parents:
diff changeset
341 @code{mail-abbrevs} instead of @code{mail-aliases}, and that all alias
Dave Love <fx@gnu.org>
parents:
diff changeset
342 names are converted to lower case.
Dave Love <fx@gnu.org>
parents:
diff changeset
343
Dave Love <fx@gnu.org>
parents:
diff changeset
344 @kindex C-c C-a @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
345 @findex mail-interactive-insert-alias
Dave Love <fx@gnu.org>
parents:
diff changeset
346 The mail abbreviation package also provides the @kbd{C-c C-a}
Dave Love <fx@gnu.org>
parents:
diff changeset
347 (@code{mail-interactive-insert-alias}) command, which reads an alias
Dave Love <fx@gnu.org>
parents:
diff changeset
348 name (with completion) and inserts its definition at point. This is
Dave Love <fx@gnu.org>
parents:
diff changeset
349 useful when editing the message text itself or a header field such as
Dave Love <fx@gnu.org>
parents:
diff changeset
350 @samp{Subject} in which Emacs does not normally expand aliases.
Dave Love <fx@gnu.org>
parents:
diff changeset
351
Dave Love <fx@gnu.org>
parents:
diff changeset
352 Note that abbrevs expand only if you insert a word-separator character
Dave Love <fx@gnu.org>
parents:
diff changeset
353 afterward. However, you can rebind @kbd{C-n} and @kbd{M->} to cause
Dave Love <fx@gnu.org>
parents:
diff changeset
354 expansion as well. Here's how to do that:
Dave Love <fx@gnu.org>
parents:
diff changeset
355
Dave Love <fx@gnu.org>
parents:
diff changeset
356 @smallexample
34922
962646fc3a58 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34151
diff changeset
357 (add-hook 'mail-mode-hook
34151
33df9c2e70bf Don't quote lambdas.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 33839
diff changeset
358 (lambda ()
33df9c2e70bf Don't quote lambdas.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 33839
diff changeset
359 (substitute-key-definition
33df9c2e70bf Don't quote lambdas.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 33839
diff changeset
360 'next-line 'mail-abbrev-next-line
33df9c2e70bf Don't quote lambdas.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 33839
diff changeset
361 mail-mode-map global-map)
33df9c2e70bf Don't quote lambdas.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 33839
diff changeset
362 (substitute-key-definition
33df9c2e70bf Don't quote lambdas.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 33839
diff changeset
363 'end-of-buffer 'mail-abbrev-end-of-buffer
33df9c2e70bf Don't quote lambdas.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 33839
diff changeset
364 mail-mode-map global-map)))
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
365 @end smallexample
Dave Love <fx@gnu.org>
parents:
diff changeset
366
Dave Love <fx@gnu.org>
parents:
diff changeset
367 @node Mail Mode
Dave Love <fx@gnu.org>
parents:
diff changeset
368 @section Mail Mode
Dave Love <fx@gnu.org>
parents:
diff changeset
369 @cindex Mail mode
Dave Love <fx@gnu.org>
parents:
diff changeset
370 @cindex mode, Mail
Dave Love <fx@gnu.org>
parents:
diff changeset
371
Dave Love <fx@gnu.org>
parents:
diff changeset
372 The major mode used in the mail buffer is Mail mode, which is much
Dave Love <fx@gnu.org>
parents:
diff changeset
373 like Text mode except that various special commands are provided on the
Dave Love <fx@gnu.org>
parents:
diff changeset
374 @kbd{C-c} prefix. These commands all have to do specifically with
Dave Love <fx@gnu.org>
parents:
diff changeset
375 editing or sending the message. In addition, Mail mode defines the
Dave Love <fx@gnu.org>
parents:
diff changeset
376 character @samp{%} as a word separator; this is helpful for using the
Dave Love <fx@gnu.org>
parents:
diff changeset
377 word commands to edit mail addresses.
Dave Love <fx@gnu.org>
parents:
diff changeset
378
Dave Love <fx@gnu.org>
parents:
diff changeset
379 Mail mode is normally used in buffers set up automatically by the
Dave Love <fx@gnu.org>
parents:
diff changeset
380 @code{mail} command and related commands. However, you can also switch
Dave Love <fx@gnu.org>
parents:
diff changeset
381 to Mail mode in a file-visiting buffer. That is a useful thing to do if
Dave Love <fx@gnu.org>
parents:
diff changeset
382 you have saved draft message text in a file.
Dave Love <fx@gnu.org>
parents:
diff changeset
383
Dave Love <fx@gnu.org>
parents:
diff changeset
384 @menu
Dave Love <fx@gnu.org>
parents:
diff changeset
385 * Mail Sending:: Commands to send the message.
Dave Love <fx@gnu.org>
parents:
diff changeset
386 * Header Editing:: Commands to move to header fields and edit them.
Dave Love <fx@gnu.org>
parents:
diff changeset
387 * Citing Mail:: Copying all or part of a message you are replying to.
Dave Love <fx@gnu.org>
parents:
diff changeset
388 * Mail Mode Misc:: Spell checking, signatures, etc.
Dave Love <fx@gnu.org>
parents:
diff changeset
389 @end menu
Dave Love <fx@gnu.org>
parents:
diff changeset
390
Dave Love <fx@gnu.org>
parents:
diff changeset
391 @node Mail Sending
Dave Love <fx@gnu.org>
parents:
diff changeset
392 @subsection Mail Sending
Dave Love <fx@gnu.org>
parents:
diff changeset
393
Dave Love <fx@gnu.org>
parents:
diff changeset
394 Mail mode has two commands for sending the message you have been
Dave Love <fx@gnu.org>
parents:
diff changeset
395 editing:
Dave Love <fx@gnu.org>
parents:
diff changeset
396
Dave Love <fx@gnu.org>
parents:
diff changeset
397 @table @kbd
Dave Love <fx@gnu.org>
parents:
diff changeset
398 @item C-c C-s
Dave Love <fx@gnu.org>
parents:
diff changeset
399 Send the message, and leave the mail buffer selected (@code{mail-send}).
Dave Love <fx@gnu.org>
parents:
diff changeset
400 @item C-c C-c
Dave Love <fx@gnu.org>
parents:
diff changeset
401 Send the message, and select some other buffer (@code{mail-send-and-exit}).
Dave Love <fx@gnu.org>
parents:
diff changeset
402 @end table
Dave Love <fx@gnu.org>
parents:
diff changeset
403
Dave Love <fx@gnu.org>
parents:
diff changeset
404 @kindex C-c C-s @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
405 @kindex C-c C-c @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
406 @findex mail-send
Dave Love <fx@gnu.org>
parents:
diff changeset
407 @findex mail-send-and-exit
Dave Love <fx@gnu.org>
parents:
diff changeset
408 @kbd{C-c C-s} (@code{mail-send}) sends the message and marks the mail
Dave Love <fx@gnu.org>
parents:
diff changeset
409 buffer unmodified, but leaves that buffer selected so that you can
Dave Love <fx@gnu.org>
parents:
diff changeset
410 modify the message (perhaps with new recipients) and send it again.
Dave Love <fx@gnu.org>
parents:
diff changeset
411 @kbd{C-c C-c} (@code{mail-send-and-exit}) sends and then deletes the
Dave Love <fx@gnu.org>
parents:
diff changeset
412 window or switches to another buffer. It puts the mail buffer at the
Dave Love <fx@gnu.org>
parents:
diff changeset
413 lowest priority for reselection by default, since you are finished with
Dave Love <fx@gnu.org>
parents:
diff changeset
414 using it. This is the usual way to send the message.
Dave Love <fx@gnu.org>
parents:
diff changeset
415
Dave Love <fx@gnu.org>
parents:
diff changeset
416 In a file-visiting buffer, sending the message does not clear the
Dave Love <fx@gnu.org>
parents:
diff changeset
417 modified flag, because only saving the file should do that. As a
Dave Love <fx@gnu.org>
parents:
diff changeset
418 result, you don't get a warning if you try to send the same message
Dave Love <fx@gnu.org>
parents:
diff changeset
419 twice.
Dave Love <fx@gnu.org>
parents:
diff changeset
420
Dave Love <fx@gnu.org>
parents:
diff changeset
421 @vindex sendmail-coding-system
Dave Love <fx@gnu.org>
parents:
diff changeset
422 When you send a message that contains non-ASCII characters, they need
Dave Love <fx@gnu.org>
parents:
diff changeset
423 to be encoded with a coding system (@pxref{Coding Systems}). Usually
Dave Love <fx@gnu.org>
parents:
diff changeset
424 the coding system is specified automatically by your chosen language
Dave Love <fx@gnu.org>
parents:
diff changeset
425 environment (@pxref{Language Environments}). You can explicitly specify
Dave Love <fx@gnu.org>
parents:
diff changeset
426 the coding system for outgoing mail by setting the variable
Dave Love <fx@gnu.org>
parents:
diff changeset
427 @code{sendmail-coding-system}.
Dave Love <fx@gnu.org>
parents:
diff changeset
428
Dave Love <fx@gnu.org>
parents:
diff changeset
429 If the coding system thus determined does not handle the characters in
Dave Love <fx@gnu.org>
parents:
diff changeset
430 a particular message, Emacs asks you to select the coding system to use,
Dave Love <fx@gnu.org>
parents:
diff changeset
431 showing a list of possible coding systems.
Dave Love <fx@gnu.org>
parents:
diff changeset
432
Dave Love <fx@gnu.org>
parents:
diff changeset
433 @node Header Editing
Dave Love <fx@gnu.org>
parents:
diff changeset
434 @subsection Mail Header Editing
Dave Love <fx@gnu.org>
parents:
diff changeset
435
Dave Love <fx@gnu.org>
parents:
diff changeset
436 Mail mode provides special commands to move to particular header
Dave Love <fx@gnu.org>
parents:
diff changeset
437 fields and to complete addresses in headers.
Dave Love <fx@gnu.org>
parents:
diff changeset
438
Dave Love <fx@gnu.org>
parents:
diff changeset
439 @table @kbd
Dave Love <fx@gnu.org>
parents:
diff changeset
440 @item C-c C-f C-t
Dave Love <fx@gnu.org>
parents:
diff changeset
441 Move to the @samp{To} header field, creating one if there is none
Dave Love <fx@gnu.org>
parents:
diff changeset
442 (@code{mail-to}).
Dave Love <fx@gnu.org>
parents:
diff changeset
443 @item C-c C-f C-s
Dave Love <fx@gnu.org>
parents:
diff changeset
444 Move to the @samp{Subject} header field, creating one if there is
Dave Love <fx@gnu.org>
parents:
diff changeset
445 none (@code{mail-subject}).
Dave Love <fx@gnu.org>
parents:
diff changeset
446 @item C-c C-f C-c
Dave Love <fx@gnu.org>
parents:
diff changeset
447 Move to the @samp{CC} header field, creating one if there is none
Dave Love <fx@gnu.org>
parents:
diff changeset
448 (@code{mail-cc}).
Dave Love <fx@gnu.org>
parents:
diff changeset
449 @item C-c C-f C-b
Dave Love <fx@gnu.org>
parents:
diff changeset
450 Move to the @samp{BCC} header field, creating one if there is none
Dave Love <fx@gnu.org>
parents:
diff changeset
451 (@code{mail-bcc}).
Dave Love <fx@gnu.org>
parents:
diff changeset
452 @item C-c C-f C-f
Dave Love <fx@gnu.org>
parents:
diff changeset
453 Move to the @samp{FCC} header field, creating one if there is none
Dave Love <fx@gnu.org>
parents:
diff changeset
454 (@code{mail-fcc}).
Dave Love <fx@gnu.org>
parents:
diff changeset
455 @item M-@key{TAB}
Dave Love <fx@gnu.org>
parents:
diff changeset
456 Complete a mailing address (@code{mail-complete}).
Dave Love <fx@gnu.org>
parents:
diff changeset
457 @end table
Dave Love <fx@gnu.org>
parents:
diff changeset
458
Dave Love <fx@gnu.org>
parents:
diff changeset
459 @kindex C-c C-f C-t @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
460 @findex mail-to
Dave Love <fx@gnu.org>
parents:
diff changeset
461 @kindex C-c C-f C-s @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
462 @findex mail-subject
Dave Love <fx@gnu.org>
parents:
diff changeset
463 @kindex C-c C-f C-c @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
464 @findex mail-cc
Dave Love <fx@gnu.org>
parents:
diff changeset
465 @kindex C-c C-f C-b @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
466 @findex mail-bcc
Dave Love <fx@gnu.org>
parents:
diff changeset
467 @kindex C-c C-f C-f @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
468 @findex mail-fcc
Dave Love <fx@gnu.org>
parents:
diff changeset
469 There are five commands to move point to particular header fields, all
Dave Love <fx@gnu.org>
parents:
diff changeset
470 based on the prefix @kbd{C-c C-f} (@samp{C-f} is for ``field''). They
Dave Love <fx@gnu.org>
parents:
diff changeset
471 are listed in the table above. If the field in question does not exist,
Dave Love <fx@gnu.org>
parents:
diff changeset
472 these commands create one. We provide special motion commands for these
Dave Love <fx@gnu.org>
parents:
diff changeset
473 particular fields because they are the fields users most often want to
Dave Love <fx@gnu.org>
parents:
diff changeset
474 edit.
Dave Love <fx@gnu.org>
parents:
diff changeset
475
Dave Love <fx@gnu.org>
parents:
diff changeset
476 @findex mail-complete
Dave Love <fx@gnu.org>
parents:
diff changeset
477 @kindex M-TAB @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
478 While editing a header field that contains mailing addresses, such as
Dave Love <fx@gnu.org>
parents:
diff changeset
479 @samp{To:}, @samp{CC:} and @samp{BCC:}, you can complete a mailing
Dave Love <fx@gnu.org>
parents:
diff changeset
480 address by typing @kbd{M-@key{TAB}} (@code{mail-complete}). It inserts
Dave Love <fx@gnu.org>
parents:
diff changeset
481 the full name corresponding to the address, if it can determine the full
Dave Love <fx@gnu.org>
parents:
diff changeset
482 name. The variable @code{mail-complete-style} controls whether to insert
Dave Love <fx@gnu.org>
parents:
diff changeset
483 the full name, and what style to use, as in @code{mail-from-style}
Dave Love <fx@gnu.org>
parents:
diff changeset
484 (@pxref{Mail Headers}).
Dave Love <fx@gnu.org>
parents:
diff changeset
485
Dave Love <fx@gnu.org>
parents:
diff changeset
486 For completion purposes, the valid mailing addresses are taken to be
Dave Love <fx@gnu.org>
parents:
diff changeset
487 the local users' names plus your personal mail aliases. You can specify
Dave Love <fx@gnu.org>
parents:
diff changeset
488 additional sources of valid addresses; use the customization buffer
Dave Love <fx@gnu.org>
parents:
diff changeset
489 to see the options for this.
Dave Love <fx@gnu.org>
parents:
diff changeset
490
Dave Love <fx@gnu.org>
parents:
diff changeset
491 If you type @kbd{M-@key{TAB}} in the body of the message, it invokes
Dave Love <fx@gnu.org>
parents:
diff changeset
492 @code{ispell-complete-word}, as in Text mode.
Dave Love <fx@gnu.org>
parents:
diff changeset
493
Dave Love <fx@gnu.org>
parents:
diff changeset
494 @node Citing Mail
Dave Love <fx@gnu.org>
parents:
diff changeset
495 @subsection Citing Mail
Dave Love <fx@gnu.org>
parents:
diff changeset
496 @cindex citing mail
Dave Love <fx@gnu.org>
parents:
diff changeset
497
Dave Love <fx@gnu.org>
parents:
diff changeset
498 Mail mode also has commands for yanking or @dfn{citing} all or part of
Dave Love <fx@gnu.org>
parents:
diff changeset
499 a message that you are replying to. These commands are active only when
Dave Love <fx@gnu.org>
parents:
diff changeset
500 you started sending a message using an Rmail command.
Dave Love <fx@gnu.org>
parents:
diff changeset
501
Dave Love <fx@gnu.org>
parents:
diff changeset
502 @table @kbd
Dave Love <fx@gnu.org>
parents:
diff changeset
503 @item C-c C-y
Dave Love <fx@gnu.org>
parents:
diff changeset
504 Yank the selected message from Rmail (@code{mail-yank-original}).
Dave Love <fx@gnu.org>
parents:
diff changeset
505 @item C-c C-r
Dave Love <fx@gnu.org>
parents:
diff changeset
506 Yank the region from the Rmail buffer (@code{mail-yank-region}).
Dave Love <fx@gnu.org>
parents:
diff changeset
507 @item C-c C-q
Dave Love <fx@gnu.org>
parents:
diff changeset
508 Fill each paragraph cited from another message
Dave Love <fx@gnu.org>
parents:
diff changeset
509 (@code{mail-fill-yanked-message}).
Dave Love <fx@gnu.org>
parents:
diff changeset
510 @end table
Dave Love <fx@gnu.org>
parents:
diff changeset
511
Dave Love <fx@gnu.org>
parents:
diff changeset
512 @kindex C-c C-y @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
513 @findex mail-yank-original
Dave Love <fx@gnu.org>
parents:
diff changeset
514 When mail sending is invoked from the Rmail mail reader using an Rmail
Dave Love <fx@gnu.org>
parents:
diff changeset
515 command, @kbd{C-c C-y} can be used inside the mail buffer to insert
Dave Love <fx@gnu.org>
parents:
diff changeset
516 the text of the message you are replying to. Normally it indents each line
Dave Love <fx@gnu.org>
parents:
diff changeset
517 of that message three spaces and eliminates most header fields. A numeric
Dave Love <fx@gnu.org>
parents:
diff changeset
518 argument specifies the number of spaces to indent. An argument of just
Dave Love <fx@gnu.org>
parents:
diff changeset
519 @kbd{C-u} says not to indent at all and not to eliminate anything.
Dave Love <fx@gnu.org>
parents:
diff changeset
520 @kbd{C-c C-y} always uses the current message from the Rmail buffer,
Dave Love <fx@gnu.org>
parents:
diff changeset
521 so you can insert several old messages by selecting one in Rmail,
Dave Love <fx@gnu.org>
parents:
diff changeset
522 switching to @samp{*mail*} and yanking it, then switching back to
Dave Love <fx@gnu.org>
parents:
diff changeset
523 Rmail to select another.
Dave Love <fx@gnu.org>
parents:
diff changeset
524
Dave Love <fx@gnu.org>
parents:
diff changeset
525 @vindex mail-yank-prefix
Dave Love <fx@gnu.org>
parents:
diff changeset
526 You can specify the text for @kbd{C-c C-y} to insert at the beginning
Dave Love <fx@gnu.org>
parents:
diff changeset
527 of each line: set @code{mail-yank-prefix} to the desired string. (A
Dave Love <fx@gnu.org>
parents:
diff changeset
528 value of @code{nil} means to use indentation; this is the default.)
Dave Love <fx@gnu.org>
parents:
diff changeset
529 However, @kbd{C-u C-c C-y} never adds anything at the beginning of the
Dave Love <fx@gnu.org>
parents:
diff changeset
530 inserted lines, regardless of the value of @code{mail-yank-prefix}.
Dave Love <fx@gnu.org>
parents:
diff changeset
531
Dave Love <fx@gnu.org>
parents:
diff changeset
532 @kindex C-c C-r @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
533 @findex mail-yank-region
Dave Love <fx@gnu.org>
parents:
diff changeset
534 To yank just a part of an incoming message, set the region in Rmail to
Dave Love <fx@gnu.org>
parents:
diff changeset
535 the part you want; then go to the @samp{*Mail*} message and type
Dave Love <fx@gnu.org>
parents:
diff changeset
536 @kbd{C-c C-r} (@code{mail-yank-region}). Each line that is copied is
Dave Love <fx@gnu.org>
parents:
diff changeset
537 indented or prefixed according to @code{mail-yank-prefix}.
Dave Love <fx@gnu.org>
parents:
diff changeset
538
Dave Love <fx@gnu.org>
parents:
diff changeset
539 @kindex C-c C-q @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
540 @findex mail-fill-yanked-message
Dave Love <fx@gnu.org>
parents:
diff changeset
541 After using @kbd{C-c C-y} or @kbd{C-c C-r}, you can type @kbd{C-c C-q}
Dave Love <fx@gnu.org>
parents:
diff changeset
542 (@code{mail-fill-yanked-message}) to fill the paragraphs of the yanked
Dave Love <fx@gnu.org>
parents:
diff changeset
543 old message or messages. One use of @kbd{C-c C-q} fills all such
Dave Love <fx@gnu.org>
parents:
diff changeset
544 paragraphs, each one individually. To fill a single paragraph of the
Dave Love <fx@gnu.org>
parents:
diff changeset
545 quoted message, use @kbd{M-q}. If filling does not automatically
Dave Love <fx@gnu.org>
parents:
diff changeset
546 handle the type of citation prefix you use, try setting the fill prefix
Dave Love <fx@gnu.org>
parents:
diff changeset
547 explicitly. @xref{Filling}.
Dave Love <fx@gnu.org>
parents:
diff changeset
548
Dave Love <fx@gnu.org>
parents:
diff changeset
549 @node Mail Mode Misc
Dave Love <fx@gnu.org>
parents:
diff changeset
550 @subsection Mail Mode Miscellany
Dave Love <fx@gnu.org>
parents:
diff changeset
551
Dave Love <fx@gnu.org>
parents:
diff changeset
552 @table @kbd
Dave Love <fx@gnu.org>
parents:
diff changeset
553 @item C-c C-t
Dave Love <fx@gnu.org>
parents:
diff changeset
554 Move to the beginning of the message body text (@code{mail-text}).
Dave Love <fx@gnu.org>
parents:
diff changeset
555 @item C-c C-w
Dave Love <fx@gnu.org>
parents:
diff changeset
556 Insert the file @file{~/.signature} at the end of the message text
Dave Love <fx@gnu.org>
parents:
diff changeset
557 (@code{mail-signature}).
Dave Love <fx@gnu.org>
parents:
diff changeset
558 @item C-c C-i @var{file} @key{RET}
Dave Love <fx@gnu.org>
parents:
diff changeset
559 Insert the contents of @var{file} at the end of the outgoing message
Dave Love <fx@gnu.org>
parents:
diff changeset
560 (@code{mail-attach-file}).
Dave Love <fx@gnu.org>
parents:
diff changeset
561 @item M-x ispell-message
Dave Love <fx@gnu.org>
parents:
diff changeset
562 Do spelling correction on the message text, but not on citations from
Dave Love <fx@gnu.org>
parents:
diff changeset
563 other messages.
Dave Love <fx@gnu.org>
parents:
diff changeset
564 @end table
Dave Love <fx@gnu.org>
parents:
diff changeset
565
Dave Love <fx@gnu.org>
parents:
diff changeset
566 @kindex C-c C-t @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
567 @findex mail-text
Dave Love <fx@gnu.org>
parents:
diff changeset
568 @kbd{C-c C-t} (@code{mail-text}) moves point to just after the header
Dave Love <fx@gnu.org>
parents:
diff changeset
569 separator line---that is, to the beginning of the message body text.
Dave Love <fx@gnu.org>
parents:
diff changeset
570
Dave Love <fx@gnu.org>
parents:
diff changeset
571 @kindex C-c C-w @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
572 @findex mail-signature
Dave Love <fx@gnu.org>
parents:
diff changeset
573 @vindex mail-signature
Dave Love <fx@gnu.org>
parents:
diff changeset
574 @kbd{C-c C-w} (@code{mail-signature}) adds a standard piece of text at
Dave Love <fx@gnu.org>
parents:
diff changeset
575 the end of the message to say more about who you are. The text comes
Dave Love <fx@gnu.org>
parents:
diff changeset
576 from the file @file{~/.signature} in your home directory. To insert
Dave Love <fx@gnu.org>
parents:
diff changeset
577 your signature automatically, set the variable @code{mail-signature} to
Dave Love <fx@gnu.org>
parents:
diff changeset
578 @code{t}; then starting a mail message automatically inserts the
Dave Love <fx@gnu.org>
parents:
diff changeset
579 contents of your @file{~/.signature} file. If you want to omit your
Dave Love <fx@gnu.org>
parents:
diff changeset
580 signature from a particular message, delete it from the buffer before
Dave Love <fx@gnu.org>
parents:
diff changeset
581 you send the message.
Dave Love <fx@gnu.org>
parents:
diff changeset
582
Dave Love <fx@gnu.org>
parents:
diff changeset
583 You can also set @code{mail-signature} to a string; then that string
Dave Love <fx@gnu.org>
parents:
diff changeset
584 is inserted automatically as your signature when you start editing a
Dave Love <fx@gnu.org>
parents:
diff changeset
585 message to send. If you set it to some other Lisp expression, the
Dave Love <fx@gnu.org>
parents:
diff changeset
586 expression is evaluated each time, and its value (which should be a
Dave Love <fx@gnu.org>
parents:
diff changeset
587 string) specifies the signature.
Dave Love <fx@gnu.org>
parents:
diff changeset
588
Dave Love <fx@gnu.org>
parents:
diff changeset
589 @findex ispell-message
Dave Love <fx@gnu.org>
parents:
diff changeset
590 You can do spelling correction on the message text you have written
Dave Love <fx@gnu.org>
parents:
diff changeset
591 with the command @kbd{M-x ispell-message}. If you have yanked an
Dave Love <fx@gnu.org>
parents:
diff changeset
592 incoming message into the outgoing draft, this command skips what was
Dave Love <fx@gnu.org>
parents:
diff changeset
593 yanked, but it checks the text that you yourself inserted. (It looks
Dave Love <fx@gnu.org>
parents:
diff changeset
594 for indentation or @code{mail-yank-prefix} to distinguish the cited
Dave Love <fx@gnu.org>
parents:
diff changeset
595 lines from your input.) @xref{Spelling}.
Dave Love <fx@gnu.org>
parents:
diff changeset
596
Dave Love <fx@gnu.org>
parents:
diff changeset
597 @kindex C-c C-i @r{(Mail mode)}
Dave Love <fx@gnu.org>
parents:
diff changeset
598 @findex mail-attach-file
Dave Love <fx@gnu.org>
parents:
diff changeset
599 To include a file in the outgoing message, you can use @kbd{C-x i},
Dave Love <fx@gnu.org>
parents:
diff changeset
600 the usual command to insert a file in the current buffer. But it is
Dave Love <fx@gnu.org>
parents:
diff changeset
601 often more convenient to use a special command, @kbd{C-c C-i}
Dave Love <fx@gnu.org>
parents:
diff changeset
602 (@code{mail-attach-file}). This command inserts the file contents at
Dave Love <fx@gnu.org>
parents:
diff changeset
603 the end of the buffer, after your signature if any, with a delimiter
Dave Love <fx@gnu.org>
parents:
diff changeset
604 line that includes the file name.
Dave Love <fx@gnu.org>
parents:
diff changeset
605
Dave Love <fx@gnu.org>
parents:
diff changeset
606 @vindex mail-mode-hook
Dave Love <fx@gnu.org>
parents:
diff changeset
607 @vindex mail-setup-hook
Dave Love <fx@gnu.org>
parents:
diff changeset
608 Turning on Mail mode (which @kbd{C-x m} does automatically) runs the
Dave Love <fx@gnu.org>
parents:
diff changeset
609 normal hooks @code{text-mode-hook} and @code{mail-mode-hook}.
Dave Love <fx@gnu.org>
parents:
diff changeset
610 Initializing a new outgoing message runs the normal hook
Dave Love <fx@gnu.org>
parents:
diff changeset
611 @code{mail-setup-hook}; if you want to add special fields to your mail
Dave Love <fx@gnu.org>
parents:
diff changeset
612 header or make other changes to the appearance of the mail buffer, use
Dave Love <fx@gnu.org>
parents:
diff changeset
613 that hook. @xref{Hooks}.
Dave Love <fx@gnu.org>
parents:
diff changeset
614
Dave Love <fx@gnu.org>
parents:
diff changeset
615 The main difference between these hooks is just when they are
Dave Love <fx@gnu.org>
parents:
diff changeset
616 invoked. Whenever you type @kbd{M-x mail}, @code{mail-mode-hook} runs
Dave Love <fx@gnu.org>
parents:
diff changeset
617 as soon as the @samp{*mail*} buffer is created. Then the
Dave Love <fx@gnu.org>
parents:
diff changeset
618 @code{mail-setup} function puts in the default contents of the buffer.
Dave Love <fx@gnu.org>
parents:
diff changeset
619 After these default contents are inserted, @code{mail-setup-hook} runs.
Dave Love <fx@gnu.org>
parents:
diff changeset
620
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
621 @node Mail Amusements
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
622 @section Mail Amusements
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
623
Dave Love <fx@gnu.org>
parents:
diff changeset
624 @findex spook
Dave Love <fx@gnu.org>
parents:
diff changeset
625 @cindex NSA
Dave Love <fx@gnu.org>
parents:
diff changeset
626 @kbd{M-x spook} adds a line of randomly chosen keywords to an outgoing
Dave Love <fx@gnu.org>
parents:
diff changeset
627 mail message. The keywords are chosen from a list of words that suggest
Dave Love <fx@gnu.org>
parents:
diff changeset
628 you are discussing something subversive.
Dave Love <fx@gnu.org>
parents:
diff changeset
629
30806
033b219f3c99 small fixes
Dave Love <fx@gnu.org>
parents: 29107
diff changeset
630 The idea behind this feature is the suspicion that the
033b219f3c99 small fixes
Dave Love <fx@gnu.org>
parents: 29107
diff changeset
631 NSA@footnote{The US National Security Agency.} snoops on
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
632 all electronic mail messages that contain keywords suggesting they might
Dave Love <fx@gnu.org>
parents:
diff changeset
633 find them interesting. (The NSA says they don't, but that's what they
Dave Love <fx@gnu.org>
parents:
diff changeset
634 @emph{would} say.) The idea is that if lots of people add suspicious
Dave Love <fx@gnu.org>
parents:
diff changeset
635 words to their messages, the NSA will get so busy with spurious input
Dave Love <fx@gnu.org>
parents:
diff changeset
636 that they will have to give up reading it all.
Dave Love <fx@gnu.org>
parents:
diff changeset
637
Dave Love <fx@gnu.org>
parents:
diff changeset
638 Here's how to insert spook keywords automatically whenever you start
Dave Love <fx@gnu.org>
parents:
diff changeset
639 entering an outgoing message:
Dave Love <fx@gnu.org>
parents:
diff changeset
640
Dave Love <fx@gnu.org>
parents:
diff changeset
641 @example
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
642 (add-hook 'mail-setup-hook 'spook)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
643 @end example
Dave Love <fx@gnu.org>
parents:
diff changeset
644
Dave Love <fx@gnu.org>
parents:
diff changeset
645 Whether or not this confuses the NSA, it at least amuses people.
Dave Love <fx@gnu.org>
parents:
diff changeset
646
27209
b6dec6562153 Add Fortune, Footnote.
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
647 @findex fortune-to-signature
b6dec6562153 Add Fortune, Footnote.
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
648 @cindex fortune cookies
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
649 You can use the @code{fortune} program to put a ``fortune cookie''
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
650 message into outpoing mail. To do this, add
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
651 @code{fortune-to-signature} to @code{mail-setup-hook}:
27209
b6dec6562153 Add Fortune, Footnote.
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
652
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
653 @example
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
654 (add-hook 'mail-setup-hook 'fortune-to-signature)
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
655 @end example
27209
b6dec6562153 Add Fortune, Footnote.
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
656
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
657 @node Mail Methods
Dave Love <fx@gnu.org>
parents:
diff changeset
658 @section Mail-Composition Methods
Dave Love <fx@gnu.org>
parents:
diff changeset
659 @cindex mail-composition methods
Dave Love <fx@gnu.org>
parents:
diff changeset
660
30992
d694a3efafe1 (Mail Methods): xref MH, Message.
Dave Love <fx@gnu.org>
parents: 30986
diff changeset
661 @cindex MH mail interface
d694a3efafe1 (Mail Methods): xref MH, Message.
Dave Love <fx@gnu.org>
parents: 30986
diff changeset
662 @cindex Message mode for sending mail
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
663 In this chapter we have described the usual Emacs mode for editing
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
664 and sending mail---Mail mode. Emacs has alternative facilities for
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
665 editing and sending mail, including
30992
d694a3efafe1 (Mail Methods): xref MH, Message.
Dave Love <fx@gnu.org>
parents: 30986
diff changeset
666 MH-E and Message mode, not documented in this manual.
d694a3efafe1 (Mail Methods): xref MH, Message.
Dave Love <fx@gnu.org>
parents: 30986
diff changeset
667 @xref{,MH-E,,mh-e, The Emacs Interface to MH}. @xref{,Message,,message,
d694a3efafe1 (Mail Methods): xref MH, Message.
Dave Love <fx@gnu.org>
parents: 30986
diff changeset
668 Message Manual}. You can choose any of them as your preferred method.
d694a3efafe1 (Mail Methods): xref MH, Message.
Dave Love <fx@gnu.org>
parents: 30986
diff changeset
669 The commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use
d694a3efafe1 (Mail Methods): xref MH, Message.
Dave Love <fx@gnu.org>
parents: 30986
diff changeset
670 whichever agent you have specified. So do various other Emacs commands
d694a3efafe1 (Mail Methods): xref MH, Message.
Dave Love <fx@gnu.org>
parents: 30986
diff changeset
671 and facilities that send mail.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
672
Dave Love <fx@gnu.org>
parents:
diff changeset
673 @vindex mail-user-agent
32313
31f35570f268 gnus-user-agent
Dave Love <fx@gnu.org>
parents: 30992
diff changeset
674 To specify your mail-composition method, customize the variable
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
675 @code{mail-user-agent}. Currently legitimate values include
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
676 @code{sendmail-user-agent} (Mail mode), @code{mh-e-user-agent},
32313
31f35570f268 gnus-user-agent
Dave Love <fx@gnu.org>
parents: 30992
diff changeset
677 @code{message-user-agent} and @code{gnus-user-agent}.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
678
36178
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
679 If you select a different mail-composition method, the information
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
680 in this chapter about the @samp{*mail*} buffer and Mail mode does not
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
681 apply; the other methods use a different format of text in a different
1f5dd1c73a2a Delete Footnote mode info.
Richard M. Stallman <rms@gnu.org>
parents: 34922
diff changeset
682 buffer, and their commands are different as well.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
683