Fix last commit.
authorSimon Josefsson <jas@extundo.com>
Sun, 23 Oct 2005 12:15:45 +0000 (12:15 +0000)
committerSimon Josefsson <jas@extundo.com>
Sun, 23 Oct 2005 12:15:45 +0000 (12:15 +0000)
lisp/imap.el

index d810489..487f34f 100644 (file)
@@ -173,7 +173,7 @@ the list is tried until a successful connection is made."
 
 (defcustom imap-gssapi-program (list
                                (concat "gsasl %s %p "
-                                       "--imap --mechanism GSSAPI "
+                                       "--mechanism GSSAPI "
                                        "--authentication-id %l")
                                "imtest -m gssapi -u %l -p %p %s")
   "List of strings containing commands for GSSAPI (krb5) authentication.