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
8e183d5b
Commit
8e183d5b
authored
Sep 21, 1995
by
Richard M. Stallman
Browse files
(mail-file-babyl-p): Function deleted.
(sendmail-send-it): Load mail-utils first thing.
parent
996792b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+1
-11
No files found.
lisp/mail/sendmail.el
View file @
8e183d5b
...
...
@@ -450,6 +450,7 @@ the user from the mailer."
(
delete-auto-save-file-if-necessary
t
))))))
(
defun
sendmail-send-it
()
(
require
'mail-utils
)
(
let
((
errbuf
(
if
mail-interactive
(
generate-new-buffer
" sendmail errors"
)
0
))
...
...
@@ -489,7 +490,6 @@ the user from the mailer."
(
if
(
re-search-forward
"^FCC:"
delimline
t
)
(
mail-do-fcc
delimline
))
(
goto-char
(
point-min
))
(
require
'mail-utils
)
(
while
(
re-search-forward
"^Resent-to:"
delimline
t
)
(
setq
resend-to-addresses
(
save-restriction
...
...
@@ -610,16 +610,6 @@ the user from the mailer."
(
if
(
bufferp
errbuf
)
(
kill-buffer
errbuf
)))))
;; Return non-nil if file FILE is an Rmail file.
(
defun
mail-file-babyl-p
(
file
)
(
unwind-protect
(
save-excursion
(
set-buffer
(
get-buffer-create
" mail-temp"
))
(
erase-buffer
)
(
insert-file-contents
file
nil
0
20
)
(
looking-at
"BABYL OPTIONS:"
))
(
kill-buffer
" mail-temp"
)))
(
defun
mail-do-fcc
(
header-end
)
(
let
(
fcc-list
(
rmailbuf
(
current-buffer
))
...
...
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