projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bceaad1
)
(smtpmail-send-it): Don't generate and kill `smtp-address-buffer' for
author
morioka
<morioka>
Mon, 12 Jan 1998 18:04:20 +0000
(18:04 +0000)
committer
morioka
<morioka>
Mon, 12 Jan 1998 18:04:20 +0000
(18:04 +0000)
`smtp-deduce-address-list'.
lisp/smtpmail.el
patch
|
blob
|
history
diff --git
a/lisp/smtpmail.el
b/lisp/smtpmail.el
index
e10e03d
..
ee82d03
100644
(file)
--- a/
lisp/smtpmail.el
+++ b/
lisp/smtpmail.el
@@
-200,12
+200,10
@@
This is relative to `smtpmail-queue-dir'.")
;;
;;
;;
- (setq smtp-address-buffer (generate-new-buffer "*smtp-mail*"))
(setq smtp-recipient-address-list
(or resend-to-addresses
(smtp-deduce-address-list tembuf (point-min) delimline)))
- (kill-buffer smtp-address-buffer)
-
+
(smtp-do-bcc delimline)
; Send or queue
(if (not smtpmail-queue-mail)