Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
35c5bbba
Commit
35c5bbba
authored
Apr 14, 2013
by
Andrew Cohen
Committed by
Katsumi Yamaoka
Apr 14, 2013
Browse files
lisp/gnus/nnir.el (nnir-request-set-mark): Make sure we are in the right group
parent
54ac5d47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/nnir.el
lisp/gnus/nnir.el
+2
-1
No files found.
lisp/gnus/ChangeLog
View file @
35c5bbba
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
...
...
lisp/gnus/nnir.el
View file @
35c5bbba
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment