[gnus git] branch master updated: m0-1-72-ga53e421 =1= * message.el (smtpmail-smtp-user): Silence compiler warning.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via a53e42140f9d472e60111cdcffba5f1a8dbbec27 (commit)
from e4ad5e5b9d04cb091fc7e321da5cad4f90769249 (commit)
- Log -----------------------------------------------------------------
commit a53e42140f9d472e60111cdcffba5f1a8dbbec27
Author: Lars Ingebrigtsen <[email protected]>
Date: Tue Feb 7 01:21:00 2012 +0100
* message.el (smtpmail-smtp-user): Silence compiler warning.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4e4d894..2bea734 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-07 Lars Ingebrigtsen <[email protected]>
+
+ * message.el (smtpmail-smtp-user): Silence compiler warning.
+
2012-02-06 Lars Ingebrigtsen <[email protected]>
* message.el (message-multi-smtp-send-mail): Also allow specifying the
diff --git a/lisp/message.el b/lisp/message.el
index 77b23cb..96027a1 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -4702,6 +4702,7 @@ If you always want Gnus to send messages in one piece, set
(push 'mail message-sent-message-via)))
(defvar sendmail-program)
+(defvar smtpmail-smtp-user)
(defun message-multi-smtp-send-mail ()
"Send the current buffer to `message-send-mail-function'.
@@ -4716,6 +4717,7 @@ that instead."
((equal (car method) "sendmail")
(message-send-mail-with-sendmail))
((equal (car method) "smtp")
+ (require 'smtpmail)
(let ((smtpmail-smtp-server (nth 1 method))
(smtpmail-smtp-service (nth 2 method))
(smtpmail-smtp-user (or (nth 3 method) smtpmail-smtp-user)))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/message.el | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project