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
c08f13bf
Commit
c08f13bf
authored
Jan 15, 1994
by
Richard M. Stallman
Browse files
(rmail-default-file): Renamed from rmail-last-file.
(rmail-default-rmail-file): Renamed from rmail-last-...
parent
fdc9edf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
lisp/mail/rmail.el
lisp/mail/rmail.el
+6
-4
No files found.
lisp/mail/rmail.el
View file @
c08f13bf
...
...
@@ -128,9 +128,11 @@ Called with region narrowed to unformatted header.")
(defvar rmail-last-label nil)
;; Last set of values specified to C-M-n, C-M-p, C-M-s or C-M-l.
(defvar rmail-last-multi-labels nil)
(defvar rmail-last-file nil)
(defvar rmail-last-regexp nil)
(defvar rmail-last-rmail-file (expand-file-name "
~/XMAIL
"))
(defvar rmail-default-file nil
"
*Default
file
name
for
\\[rmail-output].
")
(defvar rmail-default-rmail-file (expand-file-name "
~/XMAIL
")
"
*Default
file
name
for
\\[rmail-output-to-rmail-file].
")
;;; Regexp matching the delimiter of messages in UNIX mail format
;;; (UNIX From lines), minus the initial ^. Note that if you change
...
...
@@ -205,8 +207,8 @@ have a chance to specify a file name with the minibuffer."
(interactive (if current-prefix-arg
(list (read-file-name "Run rmail on RMAIL file: "
nil nil t))))
(or rmail-
las
t-file
(setq rmail-
las
t-file (expand-file-name "~/xmail")))
(or rmail-
defaul
t-file
(setq rmail-
defaul
t-file (expand-file-name "~/xmail")))
(let* ((file-name (expand-file-name (or file-name-arg rmail-file-name)))
(existed (get-file-buffer file-name)))
;; Like find-file, but in the case where a buffer existed
...
...
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