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
2581ab99
Commit
2581ab99
authored
Jul 17, 1992
by
Jim Blandy
Browse files
*** empty log message ***
parent
6251ee24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/mail/rmail.el
lisp/mail/rmail.el
+4
-1
No files found.
lisp/mail/rmail.el
View file @
2581ab99
...
...
@@ -515,7 +515,10 @@ argument causes us to read a file name and use that file as the inbox."
(while files
(setq file (expand-file-name (substitute-in-file-name (car files)))
;;>> un*x specific <<
tofile (concat file "~"))
;; The "+" used to be "~", which is an extremely poor choice;
;; it might accidentally be deleted when space is low
;; (as happened to me!).
tofile (concat file "+"))
;; If getting from mail spool directory,
;; use movemail to move rather than just renaming,
;; so as to interlock with the mailer.
...
...
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