From: Richard M. Stallman Date: Thu, 25 Apr 2002 23:39:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15392 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3553e8435f400d913c73e18550ead1bf185a8daf;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b55232e207c..0c2618995a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 * replace.el (multi-occur-by-filename-regexp): Doc fix.