changeset 44867:a2faf90a5f0a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Apr 2002 23:39:06 +0000
parents 582f083ed579
children 865b7fdda4bb
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 25 21:55:39 2002 +0000
+++ b/lisp/ChangeLog	Thu Apr 25 23:39:06 2002 +0000
@@ -4,6 +4,16 @@
 	delivery status notification from MTA.
 	(sendmail-send-it): Use it.
 
+	* mail/smtpmail.el (smtpmail-queue-counter): New variable.
+	(smtpmail-send-it): Use it to construct new queue filenames
+	(needed if you send more than one message per second, which is
+	possible if you use Gnus Agent).
+
+	* mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
+	files as well.
+	(smtpmail-try-auth-methods): Support netrc data.
+	(netrc-parse): Autoload netrc.
+
 2002-04-25  Colin Walters  <walters@verbum.org>
 
 	* replace.el (multi-occur-by-filename-regexp): Doc fix.