Fix last commit.
authorSimon Josefsson <jas@extundo.com>
Sat, 20 Sep 2003 17:56:10 +0000 (17:56 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 20 Sep 2003 17:56:10 +0000 (17:56 +0000)
lisp/imap.el

index c8e5ede..74c93c1 100644 (file)
@@ -762,7 +762,6 @@ sure of changing the value of `foo'."
                  (not (imap-parse-greeting)))
        (accept-process-output process 1)
        (sit-for 1))
-      (setq imap-client-eol "\n")
       (imap-send-command "STARTTLS")
       (while (and (memq (process-status process) '(open run))
                  (set-buffer buffer) ;; XXX "blue moon" nntp.el bug