From 02d432d61ef9e17278782c2f158f6284e6c513c0 Mon Sep 17 00:00:00 2001 From: Andrew Cohen Date: Sun, 14 Apr 2013 15:10:14 -0400 Subject: [PATCH] nnir.el (nnir-request-set-mark): Make sure we are in the right group. --- lisp/ChangeLog | 5 +++++ lisp/nnir.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f5eeb8e0..4135c382a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-04-14 Andrew Cohen + + * nnir.el (nnir-request-set-mark): Make sure we are in the right + group. + 2013-04-10 Andrew Cohen * nnir.el (number-sequence): No longer used. diff --git a/lisp/nnir.el b/lisp/nnir.el index 882e8637e..24f2a551e 100644 --- a/lisp/nnir.el +++ b/lisp/nnir.el @@ -837,6 +837,7 @@ skips all prompting." (gnus-request-update-mark artgroup artnumber mark))) (deffoo nnir-request-set-mark (group actions &optional server) + (nnir-possibly-change-group group server) (let (mlist) (dolist (action actions) (destructuring-bind (range action marks) action @@ -853,7 +854,7 @@ skips all prompting." (deffoo nnir-request-update-info (group info &optional server) - (nnir-possibly-change-group group) + (nnir-possibly-change-group group server) ;; clear out all existing marks. (gnus-info-set-marks info nil) (gnus-info-set-read info nil) -- 2.25.1