# HG changeset patch # User Richard M. Stallman # Date 1019777946 0 # Node ID a2faf90a5f0a5383be85eef5b250a0ec7c760234 # Parent 582f083ed5791777da435c5db38939c051df5d52 *** empty log message *** diff -r 582f083ed579 -r a2faf90a5f0a lisp/ChangeLog --- 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 * replace.el (multi-occur-by-filename-regexp): Doc fix.