From b1cd57bc9af9a15fba8f476fb6e7ece8005a948d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 14 Feb 2008 14:59:32 +0000 Subject: [PATCH] 2008-02-14 Justus Piater (tiny change) * mail/smtpmail.el: Use password-cache. --- lisp/ChangeLog | 6 ++++-- lisp/mail/smtpmail.el | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 339ebb67ceb..68c2051c899 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-02-14 Justus Piater (tiny change) + + * mail/smtpmail.el: Use password-cache. + 2008-02-14 Juanma Barranquero * 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. diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index a8d95cf1420..0afb8ce8630 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -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 -- 2.39.5