GNU bug report logs -
#48801
28.0.50; [PATCH] Feature suggestion gnus-retrieve-headers check for nov-is-evil when agent is enabled
Previous Next
Reported by: Alex Bochannek <alex <at> bochannek.com>
Date: Wed, 2 Jun 2021 21:15:01 UTC
Severity: normal
Tags: patch
Found in version 28.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Alex Bochannek <alex <at> bochannek.com> writes:
> Is there any documentation you would like to see before accepting this
> change?
I don't think the patch is the right thing to do:
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el
index 01053797b3..d2d7fd55ae 100644
--- a/lisp/gnus/gnus-int.el
+++ b/lisp/gnus/gnus-int.el
@@ -527,7 +527,11 @@ gnus-retrieve-headers
((and gnus-use-cache (numberp (car articles)))
(gnus-cache-retrieve-headers articles group fetch-old))
((and gnus-agent (gnus-online gnus-command-method)
- (gnus-agent-method-p gnus-command-method))
+ (gnus-agent-method-p gnus-command-method)
+ (not gnus-nov-is-evil)
So you're basically disabling the Agent when gnus-nov-is-evil is set,
and while it solves this problem, it's not a good general solution --
the two things are kinda-sort orthogonal. Instead you should just
exclude the nnvirtual component groups from the Agent.
+ (not (symbol-value
+ (intern
+ (format "%s-nov-is-evil" (car gnus-command-method))))))
(And this isn't correct anyway -- not all backends have a -nov-is-evil
variable).
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 348 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.