+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.
* 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.
(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