]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Apr 2002 23:39:06 +0000 (23:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Apr 2002 23:39:06 +0000 (23:39 +0000)
lisp/ChangeLog

index b55232e207c3664e83de3f63ab3e85f35a7fa800..0c2618995a14f1464db5854720fa5fcad5fa6d8c 100644 (file)
@@ -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.