* imap.el (imap-authenticators): Comment out sasl.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 17 May 2004 12:35:38 +0000 (12:35 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 17 May 2004 12:35:38 +0000 (12:35 +0000)
lisp/ChangeLog
lisp/imap.el

index ce50f3d..3836235 100644 (file)
@@ -1,5 +1,7 @@
 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * imap.el (imap-authenticators): Comment out sasl.
+
        * message.el (message-skip-to-next-address): New function.
        (message-fill-header-address): Refactor.
        (message-fill-address): Use it.
index f475b43..0304063 100644 (file)
@@ -292,7 +292,7 @@ stream.")
                              kerberos4
                              digest-md5
                              cram-md5
-                             sasl
+                             ;;sasl
                              login
                              anonymous)
   "Priority of authenticators to consider when authenticating to server.")