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
57d2296a
Commit
57d2296a
authored
Feb 17, 2009
by
Richard M. Stallman
Browse files
(set-rmail-inbox-list): Doc fix.
parent
5a34da04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/mail/rmailmsc.el
lisp/mail/rmailmsc.el
+3
-1
No files found.
lisp/ChangeLog
View file @
57d2296a
2009-02-17 Richard M Stallman <rms@gnu.org>
* mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
* mail/rmail.el (rmail-copy-headers): When copying full headers,
correctly put point at the end.
2009-02-17 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-filter): Call
...
...
lisp/mail/rmailmsc.el
View file @
57d2296a
...
...
@@ -31,7 +31,9 @@
(
defun
set-rmail-inbox-list
(
file-name
)
"Set the inbox list of the current RMAIL file to FILE-NAME.
You can specify one file name, or several names separated by commas.
If FILE-NAME is empty, remove any existing inbox list."
If FILE-NAME is empty, remove any existing inbox list.
This applies only to the current session."
(
interactive
"sSet mailbox list to (comma-separated list of filenames): "
)
(
unless
(
eq
major-mode
'rmail-mode
)
(
error
"set-rmail-inbox-list works only for an Rmail file"
))
...
...
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