annotate man/rmail.texi @ 65534:eb77ac257e27

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