aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2008-02-14 14:59:32 +0000
committerBastien Guerry2008-02-14 14:59:32 +0000
commitb1cd57bc9af9a15fba8f476fb6e7ece8005a948d (patch)
tree2075c902096fdab1acc83b3c5837da8a0938c5c7
parenta8049a30d55310baa45f5fd0dfd0d3937dd31b00 (diff)
downloademacs-b1cd57bc9af9a15fba8f476fb6e7ece8005a948d.tar.gz
emacs-b1cd57bc9af9a15fba8f476fb6e7ece8005a948d.zip
2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
* mail/smtpmail.el: Use password-cache.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/mail/smtpmail.el2
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 @@
12008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
2
3 * mail/smtpmail.el: Use password-cache.
4
12008-02-14 Juanma Barranquero <lekktu@gmail.com> 52008-02-14 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * uniquify.el (uniquify-buffer-base-name): New function. 7 * uniquify.el (uniquify-buffer-base-name): New function.
@@ -35,8 +39,6 @@
35 * mail/rmail.el (rmail-header-name): New face. 39 * mail/rmail.el (rmail-header-name): New face.
36 (rmail-font-lock-keywords): Use rmail-header-name. 40 (rmail-font-lock-keywords): Use rmail-header-name.
37 41
38 * mail/smtpmail.el: Use password-cache.
39
40 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check 42 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
41 against X-Spam-Status header field. 43 against X-Spam-Status header field.
42 (rmail-spam-filter): Also check X-Spam-Status header field. 44 (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 @@
78(autoload 'netrc-parse "netrc") 78(autoload 'netrc-parse "netrc")
79(autoload 'netrc-machine "netrc") 79(autoload 'netrc-machine "netrc")
80(autoload 'netrc-get "netrc") 80(autoload 'netrc-get "netrc")
81(autoload 'password-read "password") ; for new emacsen: "password-cache" 81(autoload 'password-read "password-cache")
82 82
83;;; 83;;;
84(defgroup smtpmail nil 84(defgroup smtpmail nil