From: ueno Date: Thu, 2 Mar 2000 04:37:56 +0000 (+0000) Subject: * lisp/nnimap.el (nnimap-request-article-part): Don't use X-Git-Tag: t-gnus-6_14_1-11~3 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03c05456147dc2ad9af90c86f299d67019a7ee10;p=elisp%2Fgnus.git- * lisp/nnimap.el (nnimap-request-article-part): Don't use `imap-capability' to detect BODYDETAIL response. --- diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 53d1e3f..41082eb 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -620,7 +620,7 @@ function is generally only called when Gnus is shutting down." (erase-buffer) (setq fetch-data (imap-fetch article part prop nil nnimap-server-buffer)) - (if (imap-capability 'IMAP4rev1 nnimap-server-buffer) + (if (eq prop 'BODYDETAIL) (insert (nth 2 (car fetch-data))) (insert fetch-data)) (nnheader-ms-strip-cr)