emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6cb6215: Show A C hint only if partial fetches are enabled.


From: Tassilo Horn
Subject: master 6cb6215: Show A C hint only if partial fetches are enabled.
Date: Thu, 6 Aug 2020 15:53:23 -0400 (EDT)

branch: master
commit 6cb6215cbe65a183e16adf9122280f8a0155ae10
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    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 09dfb82..e0339cc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]