From 46ce76377c25b05eda270f7349f97db032e53e4a Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 7 Jan 2003 04:35:26 +0000 Subject: [PATCH] (gnus-score-followup): Also score immediate followups. * nnweb.el (nnweb-asynchronous-p): Changed to nil. --- lisp/ChangeLog | 9 +++++++++ lisp/gnus-score.el | 1 + lisp/nnweb.el | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fbb2590cd..66c5f2045 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-01-07 Lars Magne Ingebrigtsen + + * gnus-score.el (gnus-score-followup): Also score immediate + followups. + +2003-01-06 Lars Magne Ingebrigtsen + + * nnweb.el (nnweb-asynchronous-p): Changed to nil. + 2003-01-07 Simon Josefsson * message.el (message-mode-menu): Fix receipt balloon help. diff --git a/lisp/gnus-score.el b/lisp/gnus-score.el index 837ab13f2..fec2480d4 100644 --- a/lisp/gnus-score.el +++ b/lisp/gnus-score.el @@ -1830,6 +1830,7 @@ score in `gnus-newsgroup-scored' by SCORE." (setq found (setq arts (get-text-property (point) 'articles))) ;; Found a match, update scores. (while (setq art (pop arts)) + (setcdr art (+ score (cdr art))) (when (setq new (gnus-score-add-followups (car art) score all-scores thread)) (push new news))))) diff --git a/lisp/nnweb.el b/lisp/nnweb.el index 710b554b0..e3a9625a0 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -203,7 +203,7 @@ Valid types include `google', `dejanews', and `gmane'.") (nnweb-possibly-change-server group server)) (deffoo nnweb-asynchronous-p () - t) + nil) (deffoo nnweb-request-create-group (group &optional server args) (nnweb-possibly-change-server nil server) -- 2.34.1