changeset 91843:499730b7bd8e

2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change) * mail/smtpmail.el: Use password-cache.
author Bastien Guerry <bzg@altern.org>
date Thu, 14 Feb 2008 14:59:32 +0000
parents 2ac341f3fba9
children ee383bc4d019
files lisp/ChangeLog lisp/mail/smtpmail.el
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 14 14:37:00 2008 +0000
+++ b/lisp/ChangeLog	Thu Feb 14 14:59:32 2008 +0000
@@ -1,3 +1,7 @@
+2008-02-14  Justus Piater <Justus-bulk@Piater.name>  (tiny change)
+
+	* mail/smtpmail.el: Use password-cache.
+
 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
 
 	* uniquify.el (uniquify-buffer-base-name): New function.
@@ -35,8 +39,6 @@
 	* mail/rmail.el (rmail-header-name): New face.
 	(rmail-font-lock-keywords): Use rmail-header-name.
 
-	* mail/smtpmail.el: Use password-cache.
-
 	* mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
 	against X-Spam-Status header field.
 	(rmail-spam-filter): Also check X-Spam-Status header field.
--- a/lisp/mail/smtpmail.el	Thu Feb 14 14:37:00 2008 +0000
+++ b/lisp/mail/smtpmail.el	Thu Feb 14 14:59:32 2008 +0000
@@ -78,7 +78,7 @@
 (autoload 'netrc-parse "netrc")
 (autoload 'netrc-machine "netrc")
 (autoload 'netrc-get "netrc")
-(autoload 'password-read "password") ; for new emacsen: "password-cache"
+(autoload 'password-read "password-cache")
 
 ;;;
 (defgroup smtpmail nil