projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
debb732
)
* lisp/nnimap.el (nnimap-request-article-part): Don't use
author
ueno
<ueno>
Thu, 2 Mar 2000 04:37:56 +0000
(
04:37
+0000)
committer
ueno
<ueno>
Thu, 2 Mar 2000 04:37:56 +0000
(
04:37
+0000)
`imap-capability' to detect BODYDETAIL response.
lisp/nnimap.el
patch
|
blob
|
history
diff --git
a/lisp/nnimap.el
b/lisp/nnimap.el
index
53d1e3f
..
41082eb
100644
(file)
--- 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)