From 6cb6215cbe65a183e16adf9122280f8a0155ae10 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Thu, 6 Aug 2020 21:52:18 +0200 Subject: [PATCH] Show A C hint only if partial fetches are enabled. * lisp/gnus/gnus-art.el (gnus-insert-mime-button): Show A C hint for downloading the complete message only if partial fetches are enabled. --- lisp/gnus/gnus-art.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 09dfb826eb9..e0339cc1f32 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -5851,6 +5851,7 @@ all parts." (setq gnus-tmp-type-long (concat " --- " gnus-tmp-type-long))) (when (and (zerop gnus-tmp-length) ;; Only nnimap supports partial fetches so far. + nnimap-fetch-partial-articles (string-match "^nnimap\\+" gnus-newsgroup-name)) (setq gnus-tmp-type-long (concat -- 2.39.2