Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6c6bf1bb
Commit
6c6bf1bb
authored
Nov 04, 2005
by
Eli Zaretskii
Browse files
(rmail-output-to-rmail-file, rmail-output): Doc fix.
parent
98e330e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/mail/rmailout.el
lisp/mail/rmailout.el
+5
-5
No files found.
lisp/mail/rmailout.el
View file @
6c6bf1bb
...
...
@@ -123,11 +123,11 @@ appended in inbox format, the same way `rmail-output' does it.
The default file name comes from `rmail-default-rmail-file',
which is updated to the name you use in this command.
A prefix argument
N
says to output
N
consecutive messages
A prefix argument
COUNT
says to output
that many
consecutive messages
,
starting with the current one. Deleted messages are skipped and don't count.
If optional argument STAY is non-nil, then leave the last filed
mes
a
sge up instead of moving forward to the next non-deleted message."
If
the
optional argument STAY is non-nil, then leave the last filed
mess
a
ge up instead of moving forward to the next non-deleted message."
(
interactive
(
list
(
rmail-output-read-rmail-file-name
)
(
prefix-numeric-value
current-prefix-arg
)))
...
...
@@ -265,9 +265,9 @@ mesasge up instead of moving forward to the next non-deleted message."
;;;###autoload
(
defun
rmail-output
(
file-name
&optional
count
noattribute
from-gnus
)
"Append this message to system-inbox-format mail file named FILE-NAME.
A prefix argument
N
says to output
N
consecutive messages
A prefix argument
COUNT
says to output
that many
consecutive messages
,
starting with the current one. Deleted messages are skipped and don't count.
When called from lisp code,
N
may be omitted.
When called from lisp code,
COUNT
may be omitted
and defaults to 1
.
If the pruned message header is shown on the current message, then
messages will be appended with pruned headers; otherwise, messages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment