]> git.eshelyaron.com Git - emacs.git/commitdiff
2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
authorBastien Guerry <bzg@altern.org>
Thu, 14 Feb 2008 14:59:32 +0000 (14:59 +0000)
committerBastien Guerry <bzg@altern.org>
Thu, 14 Feb 2008 14:59:32 +0000 (14:59 +0000)
* mail/smtpmail.el: Use password-cache.

lisp/ChangeLog
lisp/mail/smtpmail.el

index 339ebb67cebda82dd96e955f6943320ff09cb75c..68c2051c89908972d834ed0f4581c5529dfb1dc3 100644 (file)
@@ -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.
index a8d95cf14200cd959b60dba6160a46a0fdb66acd..0afb8ce86301f5b92989c0028797461d825e5b2f 100644 (file)
@@ -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