X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fnnimap.el;h=594d1f57e7b707e5c1352942806a644af9cca132;hp=161a6b49ea7c6b7cd261b22c6ba83336c883b1b8;hb=238e63665cab7381691766c2bbdb5c16ab381c97;hpb=2eb3613948759b7b264ebd7f7d81b3b592bc381d diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 161a6b49e..594d1f57e 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -490,7 +490,7 @@ textual parts.") (funcall (nth 2 credentials))) ;; See if CAPABILITY is set as part of login ;; response. - (dolist (response (cddr login-result)) + (dolist (response (cddr (nnimap-command "CAPABILITY"))) (when (string= "CAPABILITY" (upcase (car response))) (setf (nnimap-capabilities nnimap-object) (mapcar #'upcase (cdr response))))))