From 1e30fae6fde2a6901a5f1e9936ff7ed54b0453ce Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 15 Feb 2001 09:57:15 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 4 ++++ lisp/imap.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58170ad..9034332 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-02-15 NAGY Andras + + * imap.el (imap-gssapi-open): Set imap-c-l-s-first. + 2001-02-14 21:00:00 ShengHuo ZHU * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function. diff --git a/lisp/imap.el b/lisp/imap.el index ec420ac..4bdff4e 100644 --- a/lisp/imap.el +++ b/lisp/imap.el @@ -510,7 +510,8 @@ If ARGS, PROMPT is used as an argument to `format'." response) (when process (with-current-buffer buffer - (setq imap-client-eol "\n") + (setq imap-client-eol "\n" + imap-calculate-literal-size-first t) (while (and (memq (process-status process) '(open run)) (goto-char (point-min)) ;; cyrus 1.6.x (13? < x <= 22) queries capabilities -- 1.7.10.4