(mail-source-keyword-map): Sync up with T-gnus 6.14 for supporting
authorkeiichi <keiichi>
Mon, 14 Feb 2000 05:40:13 +0000 (05:40 +0000)
committerkeiichi <keiichi>
Mon, 14 Feb 2000 05:40:13 +0000 (05:40 +0000)
`pop3-connection-type'.
(mail-source-fetch-pop): Likewise.

lisp/mail-source.el

index 13be412..be06416 100644 (file)
@@ -112,6 +112,7 @@ Common keywords should be listed here.")
        (:program)
        (:function)
        (:password)
+       (:connection)
        (:authentication password))
       (maildir
        (:path "~/Maildir/new/")
@@ -476,7 +477,8 @@ If ARGS, PROMPT is used as an argument to `format'."
                    (pop3-mailhost server)
                    (pop3-port port)
                    (pop3-authentication-scheme
-                    (if (eq authentication 'apop) 'apop 'pass)))
+                    (if (eq authentication 'apop) 'apop 'pass))
+                   (pop3-connection-type connection))
                (save-excursion (pop3-movemail mail-source-crash-box))))))
       (if result
          (progn