lisp/gnus/nnir.el (nnir-request-set-mark): Make sure we are in the right group
This commit is contained in:
committed by
Katsumi Yamaoka
parent
54ac5d4745
commit
35c5bbbad0
@@ -1,3 +1,8 @@
|
||||
2013-04-14 Andrew Cohen <cohen@bu.edu>
|
||||
|
||||
* nnir.el (nnir-request-set-mark): Make sure we are in the right
|
||||
group.
|
||||
|
||||
2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user