(Rmail Basics): Clarify description of `q' and `b'.
[bpt/emacs.git] / man / rmail.texi
CommitLineData
6bf7aab6 1@c This is part of the Emacs manual.
739a80b3 2@c Copyright (C) 1985,86,87,93,94,95,1997,2001 Free Software Foundation, Inc.
6bf7aab6
DL
3@c See file emacs.texi for copying conditions.
4@node Rmail, Dired, Sending Mail, Top
5@chapter Reading Mail with Rmail
6@cindex Rmail
7@cindex reading mail
8@findex rmail
9@findex rmail-mode
10@vindex rmail-mode-hook
11
12 Rmail is an Emacs subsystem for reading and disposing of mail that you
13receive. Rmail stores mail messages in files called Rmail files.
14Reading the message in an Rmail file is done in a special major mode,
15Rmail mode, which redefines most letters to run commands for managing
16mail. The command @code{rmail-mode} is used to switch into Rmail mode,
17and it runs the hook @code{rmail-mode-hook} as usual, but don't run this
18command by hand; it can't do a reasonable job unless the buffer is
19visiting a proper Rmail file.
20
21@menu
22* Basic: Rmail Basics. Basic concepts of Rmail, and simple use.
23* Scroll: Rmail Scrolling. Scrolling through a message.
24* Motion: Rmail Motion. Moving to another message.
25* Deletion: Rmail Deletion. Deleting and expunging messages.
26* Inbox: Rmail Inbox. How mail gets into the Rmail file.
27* Files: Rmail Files. Using multiple Rmail files.
28* Output: Rmail Output. Copying message out to files.
29* Labels: Rmail Labels. Classifying messages by labeling them.
30* Attrs: Rmail Attributes. Certain standard labels, called attributes.
31* Reply: Rmail Reply. Sending replies to messages you are viewing.
32* Summary: Rmail Summary. Summaries show brief info on many messages.
33* Sort: Rmail Sorting. Sorting messages in Rmail.
34* Display: Rmail Display. How Rmail displays a message; customization.
358f71fd 35* Coding: Rmail Coding. How Rmail handles decoding character sets.
6bf7aab6
DL
36* Editing: Rmail Editing. Editing message text and headers in Rmail.
37* Digest: Rmail Digest. Extracting the messages from a digest message.
38* Out of Rmail:: Converting an Rmail file to mailbox format.
39* Rot13: Rmail Rot13. Reading messages encoded in the rot13 code.
ea20444b
EZ
40* Movemail:: More details of fetching new mail.
41* Remote Mailboxes:: Retrieving Mail from Remote Mailboxes.
42* Other Mailbox Formats:: Retrieving Mail from Local Mailboxes in
43 Various Formats
6bf7aab6
DL
44@end menu
45
46@node Rmail Basics
47@section Basic Concepts of Rmail
48
49@cindex primary Rmail file
50@vindex rmail-file-name
51 Using Rmail in the simplest fashion, you have one Rmail file
52@file{~/RMAIL} in which all of your mail is saved. It is called your
53@dfn{primary Rmail file}. The command @kbd{M-x rmail} reads your primary
54Rmail file, merges new mail in from your inboxes, displays the first
55message you haven't read yet, and lets you begin reading. The variable
56@code{rmail-file-name} specifies the name of the primary Rmail file.
57
58 Rmail uses narrowing to hide all but one message in the Rmail file.
59The message that is shown is called the @dfn{current message}. Rmail
60mode's special commands can do such things as delete the current
61message, copy it into another file, send a reply, or move to another
62message. You can also create multiple Rmail files and use Rmail to move
63messages between them.
64
65@cindex message number
66 Within the Rmail file, messages are normally arranged sequentially in
67order of receipt; you can specify other ways to sort them. Messages are
68assigned consecutive integers as their @dfn{message numbers}. The
69number of the current message is displayed in Rmail's mode line,
70followed by the total number of messages in the file. You can move to a
71message by specifying its message number with the @kbd{j} key
72(@pxref{Rmail Motion}).
73
74@kindex s @r{(Rmail)}
00aa62e5 75@findex rmail-expunge-and-save
6bf7aab6
DL
76 Following the usual conventions of Emacs, changes in an Rmail file
77become permanent only when the file is saved. You can save it with
00aa62e5
RS
78@kbd{s} (@code{rmail-expunge-and-save}), which also expunges deleted
79messages from the file first (@pxref{Rmail Deletion}). To save the
80file without expunging, use @kbd{C-x C-s}. Rmail also saves the Rmail
81file after merging new mail from an inbox file (@pxref{Rmail Inbox}).
6bf7aab6
DL
82
83@kindex q @r{(Rmail)}
84@findex rmail-quit
85@kindex b @r{(Rmail)}
86@findex rmail-bury
32823124
LT
87 You can exit Rmail with @kbd{q} (@code{rmail-quit}); this expunges
88and saves the Rmail file, then buries the Rmail buffer as well as its
89summary buffer (@pxref{Rmail Summary}), if present. But there is no
90need to ``exit'' formally. If you switch from Rmail to editing in
91other buffers, and never happen to switch back, you have exited. Just
92make sure to save the Rmail file eventually (like any other file you
93have changed). @kbd{C-x s} is a good enough way to do this
94(@pxref{Saving}). The Rmail command @kbd{b}, @code{rmail-bury},
95buries the Rmail buffer and its summary buffer without expunging and
96saving the Rmail file.
6bf7aab6
DL
97
98@node Rmail Scrolling
99@section Scrolling Within a Message
100
101 When Rmail displays a message that does not fit on the screen, you
177c0ea7 102must scroll through it to read the rest. You could do this with
6bf7aab6
DL
103@kbd{C-v}, @kbd{M-v} and @kbd{M-<}, but in Rmail scrolling is so
104frequent that it deserves to be easier to type.
105
106@table @kbd
107@item @key{SPC}
108Scroll forward (@code{scroll-up}).
109@item @key{DEL}
110Scroll backward (@code{scroll-down}).
111@item .
112Scroll to start of message (@code{rmail-beginning-of-message}).
113@end table
114
115@kindex SPC @r{(Rmail)}
116@kindex DEL @r{(Rmail)}
117 Since the most common thing to do while reading a message is to scroll
118through it by screenfuls, Rmail makes @key{SPC} and @key{DEL} synonyms of
119@kbd{C-v} (@code{scroll-up}) and @kbd{M-v} (@code{scroll-down})
120
121@kindex . @r{(Rmail)}
122@findex rmail-beginning-of-message
123 The command @kbd{.} (@code{rmail-beginning-of-message}) scrolls back to the
124beginning of the selected message. This is not quite the same as @kbd{M-<}:
125for one thing, it does not set the mark; for another, it resets the buffer
126boundaries to the current message if you have changed them.
127
128@node Rmail Motion
129@section Moving Among Messages
130
131 The most basic thing to do with a message is to read it. The way to
132do this in Rmail is to make the message current. The usual practice is
133to move sequentially through the file, since this is the order of
134receipt of messages. When you enter Rmail, you are positioned at the
135first message that you have not yet made current (that is, the first one
136that has the @samp{unseen} attribute; @pxref{Rmail Attributes}). Move
b8f86df3 137forward to see the other new messages; move backward to re-examine old
6bf7aab6
DL
138messages.
139
140@table @kbd
141@item n
142Move to the next nondeleted message, skipping any intervening deleted
143messages (@code{rmail-next-undeleted-message}).
144@item p
145Move to the previous nondeleted message
146(@code{rmail-previous-undeleted-message}).
147@item M-n
148Move to the next message, including deleted messages
149(@code{rmail-next-message}).
150@item M-p
151Move to the previous message, including deleted messages
152(@code{rmail-previous-message}).
153@item j
154Move to the first message. With argument @var{n}, move to
155message number @var{n} (@code{rmail-show-message}).
156@item >
157Move to the last message (@code{rmail-last-message}).
158@item <
159Move to the first message (@code{rmail-first-message}).
160
161@item M-s @var{regexp} @key{RET}
162Move to the next message containing a match for @var{regexp}
163(@code{rmail-search}).
164
165@item - M-s @var{regexp} @key{RET}
166Move to the previous message containing a match for @var{regexp}.
167@end table
168
169@kindex n @r{(Rmail)}
170@kindex p @r{(Rmail)}
171@kindex M-n @r{(Rmail)}
172@kindex M-p @r{(Rmail)}
173@findex rmail-next-undeleted-message
174@findex rmail-previous-undeleted-message
175@findex rmail-next-message
176@findex rmail-previous-message
177 @kbd{n} and @kbd{p} are the usual way of moving among messages in
178Rmail. They move through the messages sequentially, but skip over
179deleted messages, which is usually what you want to do. Their command
180definitions are named @code{rmail-next-undeleted-message} and
181@code{rmail-previous-undeleted-message}. If you do not want to skip
182deleted messages---for example, if you want to move to a message to
183undelete it---use the variants @kbd{M-n} and @kbd{M-p}
184(@code{rmail-next-message} and @code{rmail-previous-message}). A
185numeric argument to any of these commands serves as a repeat
186count.@refill
187
188 In Rmail, you can specify a numeric argument by typing just the
189digits. You don't need to type @kbd{C-u} first.
190
191@kindex M-s @r{(Rmail)}
192@findex rmail-search
193@cindex searching in Rmail
194 The @kbd{M-s} (@code{rmail-search}) command is Rmail's version of
195search. The usual incremental search command @kbd{C-s} works in Rmail,
196but it searches only within the current message. The purpose of
197@kbd{M-s} is to search for another message. It reads a regular
198expression (@pxref{Regexps}) nonincrementally, then searches starting at
199the beginning of the following message for a match. It then selects
200that message. If @var{regexp} is empty, @kbd{M-s} reuses the regexp
201used the previous time.
202
203 To search backward in the file for another message, give @kbd{M-s} a
204negative argument. In Rmail you can do this with @kbd{- M-s}.
205
206 It is also possible to search for a message based on labels.
207@xref{Rmail Labels}.
208
209@kindex j @r{(Rmail)}
210@kindex > @r{(Rmail)}
211@kindex < @r{(Rmail)}
212@findex rmail-show-message
213@findex rmail-last-message
214@findex rmail-first-message
215 To move to a message specified by absolute message number, use @kbd{j}
216(@code{rmail-show-message}) with the message number as argument. With
217no argument, @kbd{j} selects the first message. @kbd{<}
218(@code{rmail-first-message}) also selects the first message. @kbd{>}
219(@code{rmail-last-message}) selects the last message.
220
221@node Rmail Deletion
222@section Deleting Messages
223
224@cindex deletion (Rmail)
225 When you no longer need to keep a message, you can @dfn{delete} it. This
226flags it as ignorable, and some Rmail commands pretend it is no longer
227present; but it still has its place in the Rmail file, and still has its
228message number.
229
230@cindex expunging (Rmail)
231 @dfn{Expunging} the Rmail file actually removes the deleted messages.
232The remaining messages are renumbered consecutively. Expunging is the only
233action that changes the message number of any message, except for
234undigestifying (@pxref{Rmail Digest}).
235
236@table @kbd
237@item d
238Delete the current message, and move to the next nondeleted message
239(@code{rmail-delete-forward}).
240@item C-d
241Delete the current message, and move to the previous nondeleted
242message (@code{rmail-delete-backward}).
243@item u
244Undelete the current message, or move back to a deleted message and
245undelete it (@code{rmail-undelete-previous-message}).
246@item x
247Expunge the Rmail file (@code{rmail-expunge}).
248@end table
249
250@kindex d @r{(Rmail)}
251@kindex C-d @r{(Rmail)}
252@findex rmail-delete-forward
253@findex rmail-delete-backward
254 There are two Rmail commands for deleting messages. Both delete the
255current message and select another message. @kbd{d}
256(@code{rmail-delete-forward}) moves to the following message, skipping
257messages already deleted, while @kbd{C-d} (@code{rmail-delete-backward})
258moves to the previous nondeleted message. If there is no nondeleted
259message to move to in the specified direction, the message that was just
32823124
LT
260deleted remains current. @kbd{d} with a numeric argument is
261equivalent to @kbd{C-d}.
6bf7aab6
DL
262
263@vindex rmail-delete-message-hook
b8f86df3 264 Whenever Rmail deletes a message, it runs the hook
6bf7aab6
DL
265@code{rmail-delete-message-hook}. When the hook functions are invoked,
266the message has been marked deleted, but it is still the current message
267in the Rmail buffer.
268
269@cindex undeletion (Rmail)
270@kindex x @r{(Rmail)}
271@findex rmail-expunge
272@kindex u @r{(Rmail)}
273@findex rmail-undelete-previous-message
274 To make all the deleted messages finally vanish from the Rmail file,
275type @kbd{x} (@code{rmail-expunge}). Until you do this, you can still
276@dfn{undelete} the deleted messages. The undeletion command, @kbd{u}
277(@code{rmail-undelete-previous-message}), is designed to cancel the
278effect of a @kbd{d} command in most cases. It undeletes the current
279message if the current message is deleted. Otherwise it moves backward
280to previous messages until a deleted message is found, and undeletes
281that message.
282
283 You can usually undo a @kbd{d} with a @kbd{u} because the @kbd{u}
284moves back to and undeletes the message that the @kbd{d} deleted. But
285this does not work when the @kbd{d} skips a few already-deleted messages
286that follow the message being deleted; then the @kbd{u} command
287undeletes the last of the messages that were skipped. There is no clean
288way to avoid this problem. However, by repeating the @kbd{u} command,
289you can eventually get back to the message that you intend to
290undelete. You can also select a particular deleted message with
291the @kbd{M-p} command, then type @kbd{u} to undelete it.
292
293 A deleted message has the @samp{deleted} attribute, and as a result
294@samp{deleted} appears in the mode line when the current message is
295deleted. In fact, deleting or undeleting a message is nothing more than
296adding or removing this attribute. @xref{Rmail Attributes}.
297
298@node Rmail Inbox
299@section Rmail Files and Inboxes
300@cindex inbox file
301
1be48cfa
RS
302 When you receive mail locally, the operating system places incoming
303mail for you in a file that we call your @dfn{inbox}. When you start
304up Rmail, it runs a C program called @code{movemail} to copy the new
305messages from your local inbox into your primary Rmail file, which
306also contains other messages saved from previous Rmail sessions. It
307is in this file that you actually read the mail with Rmail. This
308operation is called @dfn{getting new mail}. You can get new mail at
309any time in Rmail by typing @kbd{g}.
6bf7aab6
DL
310
311@vindex rmail-primary-inbox-list
60a96371 312@cindex @env{MAIL} environment variable
6bf7aab6
DL
313 The variable @code{rmail-primary-inbox-list} contains a list of the
314files which are inboxes for your primary Rmail file. If you don't set
60a96371 315this variable explicitly, it is initialized from the @env{MAIL}
6bf7aab6
DL
316environment variable, or, as a last resort, set to @code{nil}, which
317means to use the default inbox. The default inbox is
318@file{/var/mail/@var{username}}, @file{/usr/spool/mail/@var{username}},
319or @file{/usr/mail/@var{username}}, depending on your operating system.
320
321 To see what the default is on your system, use @kbd{C-h v
32823124 322rmail-primary-inbox-list @key{RET}}. You can specify the inbox file(s) for
6bf7aab6
DL
323any Rmail file with the command @code{set-rmail-inbox-list}; see
324@ref{Rmail Files}.
325
326 There are two reasons for having separate Rmail files and inboxes.
327
328@enumerate
329@item
330The inbox file format varies between operating systems and according to
331the other mail software in use. Only one part of Rmail needs to know
332about the alternatives, and it need only understand how to convert all
333of them to Rmail's own format.
334
335@item
336It is very cumbersome to access an inbox file without danger of losing
337mail, because it is necessary to interlock with mail delivery.
338Moreover, different operating systems use different interlocking
339techniques. The strategy of moving mail out of the inbox once and for
340all into a separate Rmail file avoids the need for interlocking in all
341the rest of Rmail, since only Rmail operates on the Rmail file.
342@end enumerate
343
344 Rmail was written to use Babyl format as its internal format. Since
345then, we have recognized that the usual inbox format on Unix and GNU
346systems is adequate for the job, and we plan to change Rmail to use that
347as its internal format. However, the Rmail file will still be separate
348from the inbox file, even on systems where their format is the same.
349
1be48cfa
RS
350@vindex rmail-preserve-inbox
351 When getting new mail, Rmail first copies the new mail from the inbox
352file to the Rmail file; then it saves the Rmail file; then it truncates
353the inbox file. This way, a system crash may cause duplication of mail
354between the inbox and the Rmail file, but cannot lose mail. If
355@code{rmail-preserve-inbox} is non-@code{nil}, then Rmail will copy new
356mail from the inbox file to the Rmail file without truncating the inbox
357file. You may wish to set this, for example, on a portable computer you
358use to check your mail via POP while traveling, so that your mail will
359remain on the server and you can save it later on your workstation.
360
361 In some cases, Rmail copies the new mail from the inbox file
362indirectly. First it runs the @code{movemail} program to move the mail
363from the inbox to an intermediate file called
364@file{~/.newmail-@var{inboxname}}. Then Rmail merges the new mail from
365that file, saves the Rmail file, and only then deletes the intermediate
366file. If there is a crash at the wrong time, this file continues to
367exist, and Rmail will use it again the next time it gets new mail from
368that inbox.
369
370 If Rmail is unable to convert the data in
371@file{~/.newmail-@var{inboxname}} into Babyl format, it renames the file
372to @file{~/RMAILOSE.@var{n}} (@var{n} is an integer chosen to make the
373name unique) so that Rmail will not have trouble with the data again.
374You should look at the file, find whatever message confuses Rmail
375(probably one that includes the control-underscore character, octal code
376037), and delete it. Then you can use @kbd{1 g} to get new mail from
377the corrected file.
378
6bf7aab6
DL
379@node Rmail Files
380@section Multiple Rmail Files
381
382 Rmail operates by default on your @dfn{primary Rmail file}, which is named
383@file{~/RMAIL} and receives your incoming mail from your system inbox file.
384But you can also have other Rmail files and edit them with Rmail. These
385files can receive mail through their own inboxes, or you can move messages
386into them with explicit Rmail commands (@pxref{Rmail Output}).
387
388@table @kbd
389@item i @var{file} @key{RET}
390Read @var{file} into Emacs and run Rmail on it (@code{rmail-input}).
391
392@item M-x set-rmail-inbox-list @key{RET} @var{files} @key{RET}
393Specify inbox file names for current Rmail file to get mail from.
394
395@item g
396Merge new mail from current Rmail file's inboxes
397(@code{rmail-get-new-mail}).
398
399@item C-u g @var{file} @key{RET}
400Merge new mail from inbox file @var{file}.
401@end table
402
403@kindex i @r{(Rmail)}
404@findex rmail-input
405 To run Rmail on a file other than your primary Rmail file, you may use
406the @kbd{i} (@code{rmail-input}) command in Rmail. This visits the file
407in Rmail mode. You can use @kbd{M-x rmail-input} even when not in
408Rmail.
409
410 The file you read with @kbd{i} should normally be a valid Rmail file.
411If it is not, Rmail tries to decompose it into a stream of messages in
412various known formats. If it succeeds, it converts the whole file to an
413Rmail file. If you specify a file name that doesn't exist, @kbd{i}
414initializes a new buffer for creating a new Rmail file.
415
416@vindex rmail-secondary-file-directory
417@vindex rmail-secondary-file-regexp
418 You can also select an Rmail file from a menu. Choose first the menu
419bar Classify item, then from the Classify menu choose the Input Rmail
420File item; then choose the Rmail file you want. The variables
421@code{rmail-secondary-file-directory} and
422@code{rmail-secondary-file-regexp} specify which files to offer in the
423menu: the first variable says which directory to find them in; the
424second says which files in that directory to offer (all those that match
425the regular expression). These variables also apply to choosing a file
426for output (@pxref{Rmail Output}).
427
428@findex set-rmail-inbox-list
429 Each Rmail file can contain a list of inbox file names; you can specify
430this list with @kbd{M-x set-rmail-inbox-list @key{RET} @var{files}
431@key{RET}}. The argument can contain any number of file names, separated
432by commas. It can also be empty, which specifies that this file should
433have no inboxes. Once a list of inboxes is specified, the Rmail file
434remembers it permanently until you specify a different list.
435
436 As a special exception, if your primary Rmail file does not specify any
437inbox files, it uses your standard system inbox.
438
439@kindex g @r{(Rmail)}
440@findex rmail-get-new-mail
441 The @kbd{g} command (@code{rmail-get-new-mail}) merges mail into the
442current Rmail file from its specified inboxes. If the Rmail file
443has no inboxes, @kbd{g} does nothing. The command @kbd{M-x rmail}
444also merges new mail into your primary Rmail file.
445
446 To merge mail from a file that is not the usual inbox, give the
447@kbd{g} key a numeric argument, as in @kbd{C-u g}. Then it reads a file
448name and merges mail from that file. The inbox file is not deleted or
449changed in any way when @kbd{g} with an argument is used. This is,
450therefore, a general way of merging one file of messages into another.
451
452@node Rmail Output
453@section Copying Messages Out to Files
454
455 These commands copy messages from an Rmail file into another file.
456
457@table @kbd
458@item o @var{file} @key{RET}
459Append a copy of the current message to the file @var{file}, using Rmail
460file format by default (@code{rmail-output-to-rmail-file}).
461
462@item C-o @var{file} @key{RET}
463Append a copy of the current message to the file @var{file}, using
464system inbox file format by default (@code{rmail-output}).
465
466@item w @var{file} @key{RET}
467Output just the message body to the file @var{file}, taking the default
468file name from the message @samp{Subject} header.
469@end table
470
471@kindex o @r{(Rmail)}
472@findex rmail-output-to-rmail-file
473@kindex C-o @r{(Rmail)}
474@findex rmail-output
475 The commands @kbd{o} and @kbd{C-o} copy the current message into a
476specified file. This file may be an Rmail file or it may be in system
477inbox format; the output commands ascertain the file's format and write
478the copied message in that format.
479
6bf7aab6
DL
480 The @kbd{o} and @kbd{C-o} commands differ in two ways: each has its
481own separate default file name, and each specifies a choice of format to
482use when the file does not already exist. The @kbd{o} command uses
483Rmail format when it creates a new file, while @kbd{C-o} uses system
484inbox format for a new file. The default file name for @kbd{o} is the
485file name used last with @kbd{o}, and the default file name for
486@kbd{C-o} is the file name used last with @kbd{C-o}.
487
488 If the output file is an Rmail file currently visited in an Emacs buffer,
489the output commands copy the message into that buffer. It is up to you
490to save the buffer eventually in its file.
491
492@kindex w @r{(Rmail)}
493@findex rmail-output-body-to-file
494 Sometimes you may receive a message whose body holds the contents of a
495file. You can save the body to a file (excluding the message header)
496with the @kbd{w} command (@code{rmail-output-body-to-file}). Often
497these messages contain the intended file name in the @samp{Subject}
498field, so the @kbd{w} command uses the @samp{Subject} field as the
499default for the output file name. However, the file name is read using
500the minibuffer, so you can specify a different name if you wish.
501
502 You can also output a message to an Rmail file chosen with a menu.
503Choose first the menu bar Classify item, then from the Classify menu
504choose the Output Rmail File menu item; then choose the Rmail file you want.
505This outputs the current message to that file, like the @kbd{o} command.
506The variables @code{rmail-secondary-file-directory} and
507@code{rmail-secondary-file-regexp} specify which files to offer in the
508menu: the first variable says which directory to find them in; the
509second says which files in that directory to offer (all those that match
510the regular expression).
511
512@vindex rmail-delete-after-output
32823124
LT
513 Copying a message with @kbd{o} or @kbd{C-o} gives the original copy
514of the message the @samp{filed} attribute, so that @samp{filed}
515appears in the mode line when such a message is current. @kbd{w}
516gives it the @samp{stored} attribute. If you like to keep just a
517single copy of every mail message, set the variable
518@code{rmail-delete-after-output} to @code{t}; then the @kbd{o},
519@kbd{C-o} and @kbd{w} commands delete the original message after
520copying it. (You can undelete the original afterward if you wish.)
6bf7aab6
DL
521
522 Copying messages into files in system inbox format uses the header
523fields that are displayed in Rmail at the time. Thus, if you use the
524@kbd{t} command to view the entire header and then copy the message, the
525entire header is copied. @xref{Rmail Display}.
526
527@vindex rmail-output-file-alist
528 The variable @code{rmail-output-file-alist} lets you specify
529intelligent defaults for the output file, based on the contents of the
530current message. The value should be a list whose elements have this
531form:
532
533@example
534(@var{regexp} . @var{name-exp})
535@end example
536
537@noindent
538If there's a match for @var{regexp} in the current message, then the
539default file name for output is @var{name-exp}. If multiple elements
540match the message, the first matching element decides the default file
541name. The subexpression @var{name-exp} may be a string constant giving
542the file name to use, or more generally it may be any Lisp expression
543that returns a file name as a string. @code{rmail-output-file-alist}
544applies to both @kbd{o} and @kbd{C-o}.
545
546@node Rmail Labels
547@section Labels
548@cindex label (Rmail)
549@cindex attribute (Rmail)
550
551 Each message can have various @dfn{labels} assigned to it as a means
552of classification. Each label has a name; different names are different
553labels. Any given label is either present or absent on a particular
554message. A few label names have standard meanings and are given to
555messages automatically by Rmail when appropriate; these special labels
556are called @dfn{attributes}.
557@ifinfo
558(@xref{Rmail Attributes}.)
559@end ifinfo
560All other labels are assigned only by users.
561
562@table @kbd
563@item a @var{label} @key{RET}
564Assign the label @var{label} to the current message (@code{rmail-add-label}).
565@item k @var{label} @key{RET}
566Remove the label @var{label} from the current message (@code{rmail-kill-label}).
567@item C-M-n @var{labels} @key{RET}
568Move to the next message that has one of the labels @var{labels}
569(@code{rmail-next-labeled-message}).
570@item C-M-p @var{labels} @key{RET}
571Move to the previous message that has one of the labels @var{labels}
572(@code{rmail-previous-labeled-message}).
32823124
LT
573@item l @var{labels} @key{RET}
574@itemx C-M-l @var{labels} @key{RET}
6bf7aab6
DL
575Make a summary of all messages containing any of the labels @var{labels}
576(@code{rmail-summary-by-labels}).
577@end table
578
579@kindex a @r{(Rmail)}
580@kindex k @r{(Rmail)}
581@findex rmail-add-label
582@findex rmail-kill-label
583 The @kbd{a} (@code{rmail-add-label}) and @kbd{k}
584(@code{rmail-kill-label}) commands allow you to assign or remove any
585label on the current message. If the @var{label} argument is empty, it
586means to assign or remove the same label most recently assigned or
587removed.
588
589 Once you have given messages labels to classify them as you wish, there
590are two ways to use the labels: in moving and in summaries.
591
592@kindex C-M-n @r{(Rmail)}
593@kindex C-M-p @r{(Rmail)}
594@findex rmail-next-labeled-message
595@findex rmail-previous-labeled-message
596 The command @kbd{C-M-n @var{labels} @key{RET}}
597(@code{rmail-next-labeled-message}) moves to the next message that has
598one of the labels @var{labels}. The argument @var{labels} specifies one
599or more label names, separated by commas. @kbd{C-M-p}
600(@code{rmail-previous-labeled-message}) is similar, but moves backwards
601to previous messages. A numeric argument to either command serves as a
602repeat count.
603
604 The command @kbd{C-M-l @var{labels} @key{RET}}
605(@code{rmail-summary-by-labels}) displays a summary containing only the
606messages that have at least one of a specified set of labels. The
607argument @var{labels} is one or more label names, separated by commas.
608@xref{Rmail Summary}, for information on summaries.@refill
609
610 If the @var{labels} argument to @kbd{C-M-n}, @kbd{C-M-p} or
611@kbd{C-M-l} is empty, it means to use the last set of labels specified
612for any of these commands.
613
614@node Rmail Attributes
615@section Rmail Attributes
616
617 Some labels such as @samp{deleted} and @samp{filed} have built-in
618meanings and are assigned to or removed from messages automatically at
619appropriate times; these labels are called @dfn{attributes}. Here is a
620list of Rmail attributes:
621
622@table @samp
623@item unseen
624Means the message has never been current. Assigned to messages when
625they come from an inbox file, and removed when a message is made
626current. When you start Rmail, it initially shows the first message
627that has this attribute.
628@item deleted
629Means the message is deleted. Assigned by deletion commands and
630removed by undeletion commands (@pxref{Rmail Deletion}).
631@item filed
632Means the message has been copied to some other file. Assigned by the
32823124
LT
633@kbd{o} and @kbd{C-o} file output commands (@pxref{Rmail Output}).
634@item stored
635Assigned by the @kbd{w} file output command (@pxref{Rmail Output}).
6bf7aab6
DL
636@item answered
637Means you have mailed an answer to the message. Assigned by the @kbd{r}
638command (@code{rmail-reply}). @xref{Rmail Reply}.
639@item forwarded
640Means you have forwarded the message. Assigned by the @kbd{f} command
641(@code{rmail-forward}). @xref{Rmail Reply}.
642@item edited
643Means you have edited the text of the message within Rmail.
644@xref{Rmail Editing}.
645@item resent
646Means you have resent the message. Assigned by the command @kbd{M-x
647rmail-resend}. @xref{Rmail Reply}.
648@end table
649
650 All other labels are assigned or removed only by the user, and have no
651standard meaning.
652
653@node Rmail Reply
654@section Sending Replies
655
656 Rmail has several commands that use Mail mode to send outgoing mail.
657@xref{Sending Mail}, for information on using Mail mode, including
658certain features meant to work with Rmail. What this section documents
659are the special commands of Rmail for entering Mail mode. Note that the
660usual keys for sending mail---@kbd{C-x m}, @kbd{C-x 4 m}, and @kbd{C-x 5
661m}---are available in Rmail mode and work just as they usually do.
662
663@table @kbd
664@item m
665Send a message (@code{rmail-mail}).
666@item c
667Continue editing the already started outgoing message (@code{rmail-continue}).
668@item r
669Send a reply to the current Rmail message (@code{rmail-reply}).
670@item f
671Forward the current message to other users (@code{rmail-forward}).
672@item C-u f
673Resend the current message to other users (@code{rmail-resend}).
674@item M-m
675Try sending a bounced message a second time (@code{rmail-retry-failure}).
676@end table
677
678@kindex r @r{(Rmail)}
679@findex rmail-reply
680@cindex reply to a message
681 The most common reason to send a message while in Rmail is to reply to
682the message you are reading. To do this, type @kbd{r}
683(@code{rmail-reply}). This displays the @samp{*mail*} buffer in another
684window, much like @kbd{C-x 4 m}, but preinitializes the @samp{Subject},
685@samp{To}, @samp{CC} and @samp{In-reply-to} header fields based on the
686message you are replying to. The @samp{To} field starts out as the
687address of the person who sent the message you received, and the
688@samp{CC} field starts out with all the other recipients of that
689message.
690
691@vindex rmail-dont-reply-to-names
692 You can exclude certain recipients from being placed automatically in
693the @samp{CC}, using the variable @code{rmail-dont-reply-to-names}. Its
694value should be a regular expression (as a string); any recipient that
695the regular expression matches, is excluded from the @samp{CC} field.
696The default value matches your own name, and any name starting with
697@samp{info-}. (Those names are excluded because there is a convention
698of using them for large mailing lists to broadcast announcements.)
699
700 To omit the @samp{CC} field completely for a particular reply, enter
701the reply command with a numeric argument: @kbd{C-u r} or @kbd{1 r}.
702
703 Once the @samp{*mail*} buffer has been initialized, editing and
704sending the mail goes as usual (@pxref{Sending Mail}). You can edit the
705presupplied header fields if they are not right for you. You can also
706use the commands of Mail mode (@pxref{Mail Mode}), including @kbd{C-c
707C-y} which yanks in the message that you are replying to. You can
708switch to the Rmail buffer, select a different message there, switch
709back, and yank the new current message.
710
711@kindex M-m @r{(Rmail)}
712@findex rmail-retry-failure
713@cindex retrying a failed message
714@vindex rmail-retry-ignored-headers
715 Sometimes a message does not reach its destination. Mailers usually
716send the failed message back to you, enclosed in a @dfn{failure
717message}. The Rmail command @kbd{M-m} (@code{rmail-retry-failure})
718prepares to send the same message a second time: it sets up a
719@samp{*mail*} buffer with the same text and header fields as before. If
720you type @kbd{C-c C-c} right away, you send the message again exactly
721the same as the first time. Alternatively, you can edit the text or
722headers and then send it. The variable
723@code{rmail-retry-ignored-headers}, in the same format as
724@code{rmail-ignored-headers} (@pxref{Rmail Display}), controls which
00aa62e5 725headers are stripped from the failed message when retrying it.
6bf7aab6
DL
726
727@kindex f @r{(Rmail)}
728@findex rmail-forward
729@cindex forwarding a message
730 Another frequent reason to send mail in Rmail is to @dfn{forward} the
731current message to other users. @kbd{f} (@code{rmail-forward}) makes
732this easy by preinitializing the @samp{*mail*} buffer with the current
733message as the text, and a subject designating a forwarded message. All
734you have to do is fill in the recipients and send. When you forward a
735message, recipients get a message which is ``from'' you, and which has
736the original message in its contents.
737
738@findex unforward-rmail-message
739 Forwarding a message encloses it between two delimiter lines. It also
740modifies every line that starts with a dash, by inserting @w{@samp{- }}
741at the start of the line. When you receive a forwarded message, if it
742contains something besides ordinary text---for example, program source
743code---you might find it useful to undo that transformation. You can do
744this by selecting the forwarded message and typing @kbd{M-x
745unforward-rmail-message}. This command extracts the original forwarded
746message, deleting the inserted @w{@samp{- }} strings, and inserts it
747into the Rmail file as a separate message immediately following the
748current one.
749
750@findex rmail-resend
751 @dfn{Resending} is an alternative similar to forwarding; the
752difference is that resending sends a message that is ``from'' the
753original sender, just as it reached you---with a few added header fields
00aa62e5 754@samp{Resent-From} and @samp{Resent-To} to indicate that it came via
6bf7aab6
DL
755you. To resend a message in Rmail, use @kbd{C-u f}. (@kbd{f} runs
756@code{rmail-forward}, which is programmed to invoke @code{rmail-resend}
757if you provide a numeric argument.)
758
759@kindex m @r{(Rmail)}
760@findex rmail-mail
761 The @kbd{m} (@code{rmail-mail}) command is used to start editing an
762outgoing message that is not a reply. It leaves the header fields empty.
763Its only difference from @kbd{C-x 4 m} is that it makes the Rmail buffer
764accessible for @kbd{C-c C-y}, just as @kbd{r} does. Thus, @kbd{m} can be
765used to reply to or forward a message; it can do anything @kbd{r} or @kbd{f}
766can do.@refill
767
768@kindex c @r{(Rmail)}
769@findex rmail-continue
770 The @kbd{c} (@code{rmail-continue}) command resumes editing the
771@samp{*mail*} buffer, to finish editing an outgoing message you were
772already composing, or to alter a message you have sent.@refill
773
774@vindex rmail-mail-new-frame
775 If you set the variable @code{rmail-mail-new-frame} to a
776non-@code{nil} value, then all the Rmail commands to start sending a
777message create a new frame to edit it in. This frame is deleted when
00aa62e5 778you send the message, or when you use the @samp{Cancel} item in the
6bf7aab6
DL
779@samp{Mail} menu.
780
781 All the Rmail commands to send a message use the mail-composition
782method that you have chosen (@pxref{Mail Methods}).
783
784@node Rmail Summary
785@section Summaries
786@cindex summary (Rmail)
787
788 A @dfn{summary} is a buffer containing one line per message to give
789you an overview of the mail in an Rmail file. Each line shows the
00aa62e5
RS
790message number and date, the sender, the line count, the labels, and
791the subject. Moving point in the summary buffer selects messages as
792you move to their summary lines. Almost all Rmail commands are valid
793in the summary buffer also; when used there, they apply to the message
794described by the current line of the summary.
6bf7aab6
DL
795
796 A summary buffer applies to a single Rmail file only; if you are
797editing multiple Rmail files, each one can have its own summary buffer.
798The summary buffer name is made by appending @samp{-summary} to the
799Rmail buffer's name. Normally only one summary buffer is displayed at a
800time.
801
802@menu
803* Rmail Make Summary:: Making various sorts of summaries.
804* Rmail Summary Edit:: Manipulating messages from the summary.
805@end menu
806
807@node Rmail Make Summary
808@subsection Making Summaries
809
810 Here are the commands to create a summary for the current Rmail file.
811Once the Rmail file has a summary buffer, changes in the Rmail file
812(such as deleting or expunging messages, and getting new mail)
813automatically update the summary.
814
815@table @kbd
816@item h
817@itemx C-M-h
818Summarize all messages (@code{rmail-summary}).
819@item l @var{labels} @key{RET}
820@itemx C-M-l @var{labels} @key{RET}
821Summarize messages that have one or more of the specified labels
822(@code{rmail-summary-by-labels}).
823@item C-M-r @var{rcpts} @key{RET}
824Summarize messages that have one or more of the specified recipients
825(@code{rmail-summary-by-recipients}).
826@item C-M-t @var{topic} @key{RET}
827Summarize messages that have a match for the specified regexp
828@var{topic} in their subjects (@code{rmail-summary-by-topic}).
a99d2d64
EZ
829@item C-M-s @var{regexp}
830Summarize messages whose headers and the subject line match the
831specified regular expression @var{regexp}
832(@code{rmail-summary-by-regexp}).
6bf7aab6
DL
833@end table
834
835@kindex h @r{(Rmail)}
836@findex rmail-summary
837 The @kbd{h} or @kbd{C-M-h} (@code{rmail-summary}) command fills the summary buffer
838for the current Rmail file with a summary of all the messages in the file.
839It then displays and selects the summary buffer in another window.
840
841@kindex l @r{(Rmail)}
842@kindex C-M-l @r{(Rmail)}
843@findex rmail-summary-by-labels
844 @kbd{C-M-l @var{labels} @key{RET}} (@code{rmail-summary-by-labels}) makes
845a partial summary mentioning only the messages that have one or more of the
846labels @var{labels}. @var{labels} should contain label names separated by
847commas.@refill
848
849@kindex C-M-r @r{(Rmail)}
850@findex rmail-summary-by-recipients
851 @kbd{C-M-r @var{rcpts} @key{RET}} (@code{rmail-summary-by-recipients})
852makes a partial summary mentioning only the messages that have one or more
853of the recipients @var{rcpts}. @var{rcpts} should contain mailing
854addresses separated by commas.@refill
855
856@kindex C-M-t @r{(Rmail)}
857@findex rmail-summary-by-topic
858 @kbd{C-M-t @var{topic} @key{RET}} (@code{rmail-summary-by-topic})
859makes a partial summary mentioning only the messages whose subjects have
860a match for the regular expression @var{topic}.
861
a99d2d64
EZ
862@kindex C-M-s @r{(Rmail)}
863@findex rmail-summary-by-regexp
b8f86df3 864 @kbd{C-M-s @var{regexp} @key{RET}} (@code{rmail-summary-by-regexp})
a99d2d64
EZ
865makes a partial summary which mentions only the messages whose headers
866(including the date and the subject lines) match the regular
867expression @var{regexp}.
868
6bf7aab6
DL
869 Note that there is only one summary buffer for any Rmail file; making one
870kind of summary discards any previously made summary.
871
872@vindex rmail-summary-window-size
873@vindex rmail-summary-line-count-flag
874 The variable @code{rmail-summary-window-size} says how many lines to
875use for the summary window. The variable
876@code{rmail-summary-line-count-flag} controls whether the summary line
877for a message should include the line count of the message.
878
879@node Rmail Summary Edit
880@subsection Editing in Summaries
881
882 You can use the Rmail summary buffer to do almost anything you can do
883in the Rmail buffer itself. In fact, once you have a summary buffer,
884there's no need to switch back to the Rmail buffer.
885
886 You can select and display various messages in the Rmail buffer, from
887the summary buffer, just by moving point in the summary buffer to
888different lines. It doesn't matter what Emacs command you use to move
889point; whichever line point is on at the end of the command, that
890message is selected in the Rmail buffer.
891
892 Almost all Rmail commands work in the summary buffer as well as in the
893Rmail buffer. Thus, @kbd{d} in the summary buffer deletes the current
894message, @kbd{u} undeletes, and @kbd{x} expunges. @kbd{o} and @kbd{C-o}
895output the current message to a file; @kbd{r} starts a reply to it. You
896can scroll the current message while remaining in the summary buffer
897using @key{SPC} and @key{DEL}.
898
899 The Rmail commands to move between messages also work in the summary
900buffer, but with a twist: they move through the set of messages included
901in the summary. They also ensure the Rmail buffer appears on the screen
902(unlike cursor motion commands, which update the contents of the Rmail
903buffer but don't display it in a window unless it already appears).
904Here is a list of these commands:
905
906@table @kbd
907@item n
908Move to next line, skipping lines saying `deleted', and select its
909message.
910@item p
911Move to previous line, skipping lines saying `deleted', and select
912its message.
913@item M-n
914Move to next line and select its message.
915@item M-p
916Move to previous line and select its message.
917@item >
918Move to the last line, and select its message.
919@item <
920Move to the first line, and select its message.
32823124
LT
921@item j
922@itemx @key{RET}
923Select the message on the current line (ensuring that the RMAIL buffer
924appears on the screen). With argument @var{n}, select message number
925@var{n} and move to its line in the summary buffer; this signals an
926error if the message is not listed in the summary buffer.
6bf7aab6
DL
927@item M-s @var{pattern} @key{RET}
928Search through messages for @var{pattern} starting with the current
929message; select the message found, and move point in the summary buffer
930to that message's line.
931@end table
932
933@vindex rmail-redisplay-summary
934 Deletion, undeletion, and getting new mail, and even selection of a
935different message all update the summary buffer when you do them in the
936Rmail buffer. If the variable @code{rmail-redisplay-summary} is
937non-@code{nil}, these actions also bring the summary buffer back onto
938the screen.
939
940@kindex Q @r{(Rmail summary)}
941@findex rmail-summary-wipe
942@kindex q @r{(Rmail summary)}
943@findex rmail-summary-quit
944 When you are finished using the summary, type @kbd{Q}
945(@code{rmail-summary-wipe}) to delete the summary buffer's window. You
946can also exit Rmail while in the summary: @kbd{q}
947(@code{rmail-summary-quit}) deletes the summary window, then exits from
948Rmail by saving the Rmail file and switching to another buffer.
949
950@node Rmail Sorting
951@section Sorting the Rmail File
952
953@table @kbd
954@item M-x rmail-sort-by-date
955Sort messages of current Rmail file by date.
956
957@item M-x rmail-sort-by-subject
958Sort messages of current Rmail file by subject.
959
960@item M-x rmail-sort-by-author
961Sort messages of current Rmail file by author's name.
962
963@item M-x rmail-sort-by-recipient
964Sort messages of current Rmail file by recipient's names.
965
966@item M-x rmail-sort-by-correspondent
967Sort messages of current Rmail file by the name of the other
968correspondent.
969
970@item M-x rmail-sort-by-lines
971Sort messages of current Rmail file by size (number of lines).
972
973@item M-x rmail-sort-by-keywords @key{RET} @var{labels} @key{RET}
974Sort messages of current Rmail file by labels. The argument
975@var{labels} should be a comma-separated list of labels. The order of
976these labels specifies the order of messages; messages with the first
977label come first, messages with the second label come second, and so on.
978Messages which have none of these labels come last.
979@end table
980
981 The Rmail sort commands perform a @emph{stable sort}: if there is no
982reason to prefer either one of two messages, their order remains
983unchanged. You can use this to sort by more than one criterion. For
984example, if you use @code{rmail-sort-by-date} and then
985@code{rmail-sort-by-author}, messages from the same author appear in
986order by date.
987
988 With a numeric argument, all these commands reverse the order of
989comparison. This means they sort messages from newest to oldest, from
990biggest to smallest, or in reverse alphabetical order.
991
992@node Rmail Display
993@section Display of Messages
994
995 Rmail reformats the header of each message before displaying it for
996the first time. Reformatting hides uninteresting header fields to
997reduce clutter. You can use the @kbd{t} command to show the entire
998header or to repeat the header reformatting operation.
999
1000@table @kbd
1001@item t
1002Toggle display of complete header (@code{rmail-toggle-header}).
1003@end table
1004
1005@vindex rmail-ignored-headers
1006 Reformatting the header involves deleting most header fields, on the
1007grounds that they are not interesting. The variable
1008@code{rmail-ignored-headers} holds a regular expression that specifies
1009which header fields to hide in this way---if it matches the beginning of
1010a header field, that whole field is hidden.
1011
1012@kindex t @r{(Rmail)}
1013@findex rmail-toggle-header
1014 Rmail saves the complete original header before reformatting; to see
1015it, use the @kbd{t} command (@code{rmail-toggle-header}). This
1016discards the reformatted headers of the current message and displays it
1017with the original header. Repeating @kbd{t} reformats the message
1018again. Selecting the message again also reformats.
1019
1020 One consequence of this is that if you edit the reformatted header
1021(using @kbd{e}; @pxref{Rmail Editing}), subsequent use of @kbd{t} will
1022discard your edits. On the other hand, if you use @kbd{e} after
1023@kbd{t}, to edit the original (unreformatted) header, those changes are
1024permanent.
1025
1026 When the @kbd{t} command has a prefix argument, a positive argument
1027means to show the reformatted header, and a zero or negative argument
1028means to show the full header.
1029
1030@vindex rmail-highlighted-headers
358f71fd 1031 When the terminal supports multiple fonts or colors, Rmail
6bf7aab6
DL
1032highlights certain header fields that are especially interesting---by
1033default, the @samp{From} and @samp{Subject} fields. The variable
1034@code{rmail-highlighted-headers} holds a regular expression that
358f71fd
RS
1035specifies the header fields to highlight; if it matches the beginning
1036of a header field, that whole field is highlighted.
6bf7aab6 1037
00aa62e5
RS
1038 If you specify unusual colors for your text foreground and
1039background, the colors used for highlighting may not go well with
1040them. If so, specify different colors for the face
1041@code{rmail-highlight-face}. @xref{Faces}, for how to do this. To
1042turn off highlighting entirely in Rmail, set
6bf7aab6
DL
1043@code{rmail-highlighted-headers} to @code{nil}.
1044
358f71fd
RS
1045 You can highlight and activate URLs in incoming messages by adding
1046the function @code{goto-address} to the hook
1047@code{rmail-show-message-hook}. Then you can browse these URLs by
1be48cfa
RS
1048clicking on them with @kbd{Mouse-2} (or @kbd{Mouse-1} quickly) or by
1049moving to one and typing @kbd{C-c @key{RET}}. @xref{Goto-address,
1050Activating URLs, Activating URLs}.
358f71fd
RS
1051
1052@node Rmail Coding
1053@section Rmail and Coding Systems
6c21cdc0 1054
eed0ee77 1055@cindex decoding mail messages (Rmail)
76dd3692 1056 Rmail automatically decodes messages which contain non-@acronym{ASCII}
b8f86df3
EZ
1057characters, just as Emacs does with files you visit and with subprocess
1058output. Rmail uses the standard @samp{charset=@var{charset}} header in
1059the message, if any, to determine how the message was encoded by the
1060sender. It maps @var{charset} into the corresponding Emacs coding
1061system (@pxref{Coding Systems}), and uses that coding system to decode
95009a13
RS
1062message text. If the message header doesn't have the @samp{charset}
1063specification, or if @var{charset} is not recognized,
b8f86df3
EZ
1064Rmail chooses the coding system with the usual Emacs heuristics and
1065defaults (@pxref{Recognize Coding}).
eed0ee77 1066
eed0ee77 1067@cindex fixing incorrectly decoded mail messages
358f71fd
RS
1068 Occasionally, a message is decoded incorrectly, either because Emacs
1069guessed the wrong coding system in the absence of the @samp{charset}
1070specification, or because the specification was inaccurate. For
1071example, a misconfigured mailer could send a message with a
1072@samp{charset=iso-8859-1} header when the message is actually encoded
1073in @code{koi8-r}. When you see the message text garbled, or some of
1074its characters displayed as empty boxes, this may have happened.
eed0ee77 1075
358f71fd
RS
1076@findex rmail-redecode-body
1077 You can correct the problem by decoding the message again using the
1078right coding system, if you can figure out or guess which one is
1079right. To do this, invoke the @kbd{M-x rmail-redecode-body} command.
1080It reads the name of a coding system, encodes the message body using
1081whichever coding system was used to decode it before, then redecodes
1082it using the coding system you specified. If you specified the right
1083coding system, the result should be readable.
1084
1085 Decoding and encoding using the wrong coding system is lossless for
1086most encodings, in particular with 8-bit encodings such as iso-8859 or
1087koi8. So, if the initial attempt to redecode the message didn't
1088result in a legible text, you can try other coding systems until you
1089succeed.
1090
1091 With some coding systems, notably those from the iso-2022 family,
1092information can be lost in decoding, so that encoding the message
1093again won't bring back the original incoming text. In such a case,
1094@code{rmail-redecode-body} cannot work. However, the problems that
1095call for use of @code{rmail-redecode-body} rarely occur with those
1096coding systems. So in practice the command works when you need it.
eed0ee77 1097
6bf7aab6
DL
1098@node Rmail Editing
1099@section Editing Within a Message
1100
1101 Most of the usual Emacs commands are available in Rmail mode, though a
1102few, such as @kbd{C-M-n} and @kbd{C-M-h}, are redefined by Rmail for
1103other purposes. However, the Rmail buffer is normally read only, and
1104most of the letters are redefined as Rmail commands. If you want to
1105edit the text of a message, you must use the Rmail command @kbd{e}.
1106
1107@table @kbd
1108@item e
1109Edit the current message as ordinary text.
1110@end table
1111
1112@kindex e @r{(Rmail)}
1113@findex rmail-edit-current-message
1114 The @kbd{e} command (@code{rmail-edit-current-message}) switches from
1115Rmail mode into Rmail Edit mode, another major mode which is nearly the
1116same as Text mode. The mode line indicates this change.
1117
1118 In Rmail Edit mode, letters insert themselves as usual and the Rmail
1119commands are not available. When you are finished editing the message and
1120are ready to go back to Rmail, type @kbd{C-c C-c}, which switches back to
1121Rmail mode. Alternatively, you can return to Rmail mode but cancel all the
1122editing that you have done, by typing @kbd{C-c C-]}.
1123
1124@vindex rmail-edit-mode-hook
1125 Entering Rmail Edit mode runs the hook @code{text-mode-hook}; then it
1126runs the hook @code{rmail-edit-mode-hook} (@pxref{Hooks}). It adds the
1127attribute @samp{edited} to the message. It also displays the full
1128headers of the message, so that you can edit the headers as well as the
a0e1abe4 1129body of the message, and your changes in the headers will be
6bf7aab6
DL
1130permanent.
1131
1132@node Rmail Digest
1133@section Digest Messages
1134@cindex digest message
1135@cindex undigestify
1136
1137 A @dfn{digest message} is a message which exists to contain and carry
1138several other messages. Digests are used on some moderated mailing
1139lists; all the messages that arrive for the list during a period of time
1140such as one day are put inside a single digest which is then sent to the
1141subscribers. Transmitting the single digest uses much less computer
1142time than transmitting the individual messages even though the total
1143size is the same, because the per-message overhead in network mail
1144transmission is considerable.
1145
1146@findex undigestify-rmail-message
1147 When you receive a digest message, the most convenient way to read it is
1148to @dfn{undigestify} it: to turn it back into many individual messages.
1149Then you can read and delete the individual messages as it suits you.
eca274b1 1150To do this, select the digest message and type the command @kbd{M-x
6bf7aab6
DL
1151undigestify-rmail-message}. This extracts the submessages as separate
1152Rmail messages, and inserts them following the digest. The digest
1153message itself is flagged as deleted.
1154
1155@node Out of Rmail
1156@section Converting an Rmail File to Inbox Format
af7459bd
EZ
1157@cindex Babyl format to Inbox format
1158@cindex converting Rmail file to mailbox format
6bf7aab6
DL
1159
1160@findex unrmail
1161 The command @kbd{M-x unrmail} converts a file in Rmail format to inbox
af7459bd
EZ
1162format (also known as the system mailbox, or mbox, format), so that
1163you can use it with other mail-editing tools. You must specify two
1164arguments, the name of the Rmail file and the name to use for the
1165converted file. @kbd{M-x unrmail} does not alter the Rmail file itself.
1166
1167@pindex b2m
1168 @kbd{M-x unrmail} is useful if you can run Emacs on the machine
1169where the Rmail file resides, or can access the Rmail file remotely
1170(@pxref{Remote Files}) from a machine where Emacs is installed. If
1171accessing Rmail files from Emacs is impossible, you can use the
1172@command{b2m} program instead. @command{b2m} is part of the Emacs
1173distribution, it is installed into the same directory where all the
1174other auxiliary programs (@command{etags} etc.) are installed, and its
1175source is available in the Emacs source distribution, so that you
1176could copy the source to the target machine and compile it there.
1177
1178 To convert a file @file{@var{babyl-file}} into @file{@var{mbox-file}},
1179invoke @command{b2m} like this:
1180
1181@example
1182 b2m < @var{babyl-file} > @var{mbox-file}
1183@end example
6bf7aab6
DL
1184
1185@node Rmail Rot13
1186@section Reading Rot13 Messages
1187@cindex rot13 code
1188
1189 Mailing list messages that might offend some readers are sometimes
1190encoded in a simple code called @dfn{rot13}---so named because it
1191rotates the alphabet by 13 letters. This code is not for secrecy, as it
1192provides none; rather, it enables those who might be offended to avoid
1193ever seeing the real text of the message.
1194
1195@findex rot13-other-window
1196 To view a buffer using the rot13 code, use the command @kbd{M-x
1197rot13-other-window}. This displays the current buffer in another window
1198which applies the code when displaying the text.
1199
1200@node Movemail
ea20444b 1201@section @code{movemail} program
6bf7aab6
DL
1202@cindex @code{movemail} program
1203
1be48cfa
RS
1204 When invoked for the first time, Rmail attempts to locate the
1205@code{movemail} program and determine its version. There are two
1206versions of @code{movemail} program: the native one, shipped with GNU
1207Emacs (the ``emacs version'') and the one included in GNU mailutils
ec9bd344 1208(the ``mailutils version,'' @pxref{movemail,,,mailutils,GNU
1be48cfa
RS
1209mailutils}). They support the same command line syntax and the same
1210basic subset of options. However, the @samp{mailutils} version offers
1211additional features.
ea20444b 1212
1be48cfa
RS
1213 The Emacs version of @code{movemail} is able to retrieve mail from
1214usual UNIX mailbox formats and from remote mailboxes using the POP3
1215protocol.
1216
1217 The Mailutils version is able to handle a wide set of mailbox
1218formats, such as plain UNIX mailboxes, @code{maildir} and @code{MH}
1219mailboxes, etc. It is able to retrieve remote mail using POP3 or
1220IMAP4 protocol, and can retrieve mail from them using a TLS encrypted
1221channel. It also accepts mailbox argument in the @acronym{URL} form.
1222The detailed description of mailbox @acronym{URL}s can be found in
1223@ref{URL,,,mailutils,Mailbox URL Formats}. In short, a @acronym{URL}
1224is:
ea20444b
EZ
1225
1226@smallexample
1227@var{proto}://[@var{user}[:@var{password}]@@]@var{host-or-file-name}
1228@end smallexample
1229
1230@noindent
1231where square brackets denote optional elements.
1232
1233@table @var
1234@item proto
1235Specifies the @dfn{mailbox protocol}, or @dfn{format} to
1236use. The exact semantics of the rest of @acronym{URL} elements depends
1237on the actual value of @var{proto}.
1238
1239@item user
1240User name to access the remote mailbox.
1241
1242@item password
1243User password to access the remote mailbox.
1244
1245@item host-or-file-name
1246Hostname of the remote server for remote mailboxes or file name of a
1247local mailbox.
1248@end table
1249
1250@var{Proto} can be one of:
1251
1252@table @asis
1253@item mbox
1254Usual UNIX mailbox format. In this case, neither @var{user} nor
1255@var{pass} are used, and @var{host-or-file-name} denotes the file name of
1256the mailbox file, e.g., @code{mbox://var/spool/mail/smith}.
1257
1258@item mh
1259A local mailbox in the @acronym{MH} format. @var{User} and
1260@var{pass} are not used. @var{Host-or-file-name} denotes the name of
1261@acronym{MH} folder, e.g., @code{mh://Mail/inbox}.
1262
1263@item maildir
1264A local mailbox in the @acronym{maildir} format. @var{User} and
1265@var{pass} are not used, and @var{host-or-file-name} denotes the name of
1266@code{maildir} mailbox, e.g., @code{maildir://mail/inbox}.
1267
1268@item file
1269Any local mailbox format. Its actual format is detected automatically
1270by @code{movemail}.
1271
1272@item pop
1273A remote mailbox to be accessed via POP3 protocol. @var{User}
1274specifies the remote user name to use, @var{pass} may be used to
1275specify the user password, @var{host-or-file-name} is the name or IP
1276address of the remote mail server to connect to; e.g.,
1277@code{pop://smith:guessme@@remote.server.net}.
32823124 1278
ea20444b
EZ
1279@item imap
1280A remote mailbox to be accessed via IMAP4 protocol. @var{User}
1281specifies the remote user name to use, @var{pass} may be used to
1282specify the user password, @var{host-or-file-name} is the name or IP
1283address of the remote mail server to connect to;
1284e.g., @code{imap://smith:guessme@@remote.server.net}.
1285@end table
1286
1be48cfa
RS
1287 Alternatively, you can specify the file name of the mailbox to use.
1288This is equivalent to specifying the @samp{file} protocol:
ea20444b
EZ
1289
1290@smallexample
1be48cfa 1291/var/spool/mail/@var{user} @equiv{} file://var/spool/mail/@var{user}
ea20444b
EZ
1292@end smallexample
1293
1294@vindex rmail-movemail-program
1295@vindex rmail-movemail-search-path
1be48cfa
RS
1296 The variable @code{rmail-movemail-program} controls which version of
1297@code{movemail} to use. If that is a string, it specifies the
1298absolute file name of the @code{movemail} executable. If it is
1299@code{nil}, Rmail searches for @code{movemail} in the directories
1300listed in @code{rmail-movemail-search-path} and @code{exec-path}, then
1301in @code{exec-directory}.
32823124 1302
ea20444b
EZ
1303@node Remote Mailboxes
1304@section Retrieving Mail from Remote Mailboxes
1305@pindex movemail
1306
6bf7aab6 1307 Some sites use a method called POP for accessing users' inbox data
ea20444b
EZ
1308instead of storing the data in inbox files. The @code{Emacs
1309movemail} can work with POP if you compile it with the macro
1310@code{MAIL_USE_POP} defined. (You can achieve that by specifying
1311@samp{--with-pop} when you run @code{configure} during the
1312installation of Emacs.)
1313
1314The @code{Mailutils movemail} by default supports POP, unless configured
1315with @samp{--disable-pop} option.
1316
1317Both versions of @code{movemail} only work with POP3, not with older
6bf7aab6
DL
1318versions of POP.
1319
60a96371 1320@cindex @env{MAILHOST} environment variable
ea20444b
EZ
1321@cindex POP mailboxes
1322 No matter which flavor of @code{movemail} you use, you can specify
1323POP inbox by using POP @dfn{URL} (@pxref{Movemail}). A POP
1324@acronym{URL} is a ``file name'' of the form
1325@samp{pop://@var{username}@@@var{hostname}}, where
1326@var{hostname} is the host name or IP address of the remote mail
1327server and @var{username} is the user name on that server.
1328Additionally, you may specify the password in the mailbox @acronym{URL}:
1329@samp{pop://@var{username}:@var{password}@@@var{hostname}}. In this
1330case, @var{password} takes preference over the one set by
1331@code{rmail-remote-password}. This is especially useful if you have
32823124 1332several remote mailboxes with different passwords.
ea20444b
EZ
1333
1334 For backward compatibility Rmail also supports two alternative ways
1335of specifying remote POP mailboxes. Specifying inbox name in the form
32823124 1336@samp{po:@var{username}:@var{hostname}} is equivalent to
ea20444b
EZ
1337@samp{pop://@var{username}@@@var{hostname}}. Alternatively, you may set
1338a ``file name'' of @samp{po:@var{username}} in the inbox list of an
1339Rmail file. @code{Movemail} will handle such a name by opening a
1340connection to the POP server. The @env{MAILHOST} environment variable
1341will in this case specify the machine to look for the server on.
1342
1343@cindex IMAP mailboxes
1344 Another method for accessing remote mailboxes is IMAP. This method is
1345supported only by the @code{mailutils movemail}. To specify an IMAP
1346mailbox in the inbox list, use the following mailbox @acronym{URL}:
1347@samp{imap://@var{username}[:@var{password}]@@@var{hostname}}. The
32823124 1348@var{password} part is optional, as described above.
ea20444b
EZ
1349
1350@vindex rmail-remote-password
1351@vindex rmail-remote-password-required
6bf7aab6
DL
1352@vindex rmail-pop-password
1353@vindex rmail-pop-password-required
ea20444b
EZ
1354 Accessing a remote mailbox may require a password. Rmail uses the
1355following algorithm to retrieve it:
1356
1357@enumerate
32823124 1358@item
38be61d5
EZ
1359If the @var{password} is present in mailbox URL (see above), it is
1360used.
32823124 1361@item
38be61d5
EZ
1362If the variable @code{rmail-remote-password} is non-@code{nil}, its
1363value is used.
1364@item
1365Otherwise, if @code{rmail-remote-password-required} is non-@code{nil},
1366then Rmail will ask you for the password to use.
1367@item
1368Otherwise, Rmail assumes no password is required.
ea20444b
EZ
1369@end enumerate
1370
1371 For compatibility with previous versions, @code{rmail-pop-password}
1372and @code{rmail-pop-password-required} may be used instead of
1373@code{rmail-remote-password} and @code{rmail-remote-password-required}.
6bf7aab6
DL
1374
1375@vindex rmail-movemail-flags
1376 If you need to pass additional command-line flags to @code{movemail},
1377set the variable @code{rmail-movemail-flags} a list of the flags you
1378wish to use. Do not use this variable to pass the @samp{-p} flag to
1379preserve your inbox contents; use @code{rmail-preserve-inbox} instead.
1380
1381@cindex Kerberos POP authentication
1382 The @code{movemail} program installed at your site may support
1383Kerberos authentication. If it is
1384supported, it is used by default whenever you attempt to retrieve
1385POP mail when @code{rmail-pop-password} and
1386@code{rmail-pop-password-required} are unset.
1387
4946337d 1388@cindex reverse order in POP inboxes
6bf7aab6
DL
1389 Some POP servers store messages in reverse order. If your server does
1390this, and you would rather read your mail in the order in which it was
1391received, you can tell @code{movemail} to reverse the order of
1392downloaded messages by adding the @samp{-r} flag to
1393@code{rmail-movemail-flags}.
ab5796a9 1394
ea20444b
EZ
1395@cindex TLS encryption (Rmail)
1396 @code{Mailutils movemail} supports TLS encryption. If you wish to
1397use it, add the @samp{--tls} flag to @code{rmail-movemail-flags}.
1398
1399@node Other Mailbox Formats
1400@section Retrieving Mail from Local Mailboxes in Various Formats
1401
1402 If your incoming mail is stored on a local machine in a format other
1403than UNIX mailbox, you will need the @code{mailutils movemail} to retrieve
1404it. @xref{Movemail}, for the detailed description of @code{movemail}
1405versions.
1406
1407 For example, to retrieve mail from a @code{maildir} inbox located in
1408@file{/var/spool/mail/in}, you would set the following in Rmail inbox list:
1409
1410@smallexample
1411maildir://var/spool/mail/in
1412@end smallexample
1413
ab5796a9
MB
1414@ignore
1415 arch-tag: 034965f6-38df-47a2-a9f1-b8bc8ab37e23
1416@end ignore