rmail-mode

rmail-mode is an interactive autoloaded compiled Lisp function in `rmail.el'.


(rmail-mode)

Rmail Mode is used by M-x rmail for editing Rmail files.
All normal editing commands are turned off.
Instead, these commands are available:

. Move point to front of this message.
/ Move point to bottom of this message.
M-x scroll-up Scroll to next screen of this message.
M-x scroll-down Scroll to previous screen of this message.
n Move to Next non-deleted message.
p Move to Previous non-deleted message.
M-n Move to Next message whether deleted or not.
M-p Move to Previous message whether deleted or not.
< Move to the first message in Rmail file.
> Move to the last message in Rmail file.
j Jump to message specified by numeric position in file.
M-s Search for string and show message it is found in.
d Delete this message, move to next nondeleted.
C-d Delete this message, move to previous nondeleted.
u Undelete message. Tries current message, then earlier messages
till a deleted message is found.
e Edit the current message. M-x rmail-cease-edit to return to Rmail.
x Expunge deleted messages.
s Expunge and save the file.
q Quit Rmail: expunge, save, then switch to another buffer.
C-x C-s Save without expunging.
g Move new mail from system spool directory into this file.
m Mail a message (same as M-x mail-other-window).
c Continue composing outgoing message started before.
r Reply to this message. Like m but initializes some fields.
M-m Send this message again. Used on a mailer failure message.
f Forward this message to another user.
o Output (append) this message to another mail file.
C-o Output (append) this message to file as it's displayed.
w Save message body to a file. Default filename comes from Subject line.
i Input Rmail file. Run Rmail on that file.
a Add label to message. It will be displayed in the mode line.
k Kill label. Remove a label from current message.
C-M-n Move to Next message with specified label
(label defaults to last one specified).
Standard labels: filed, unseen, answered, forwarded, deleted.
Any other label is present only if you add it with a.
C-M-p Move to Previous message with specified label
h Show headers buffer, with a one line summary of each message.
l Summarize only messages with particular label(s).
C-M-r Summarize only messages with particular recipient(s).
C-M-s Summarize only messages with particular regexp(s).
C-M-t Summarize only messages with subject line regexp(s).
t Toggle display of complete header.