gnus-msg.el: Add nnir-article-* autoloads;
nnir.el: Improve mark updating in original groups
This commit is contained in:
parent
15c579f08c
commit
54451ffafa
3 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2013-04-01 Andrew Cohen <cohen@bu.edu>
|
||||
|
||||
* nnir.el (nnir-request-update-mark): Improve mark updating in original
|
||||
group.
|
||||
|
||||
* gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
|
||||
fix compilation.
|
||||
|
||||
2013-03-31 Andrew Cohen <cohen@bu.edu>
|
||||
|
||||
* nnir.el (nnir-method-default-engines): And another typo.
|
||||
|
|
|
@ -415,6 +415,10 @@ Thank you for your help in stamping out bugs.
|
|||
(gnus-inews-make-draft-meta-information
|
||||
,(gnus-group-decoded-name gnus-newsgroup-name) ',articles)))
|
||||
|
||||
(autoload 'nnir-article-number "nnir" nil nil 'macro)
|
||||
(autoload 'nnir-article-group "nnir" nil nil 'marcro)
|
||||
|
||||
|
||||
(defvar gnus-article-reply nil)
|
||||
(defmacro gnus-setup-message (config &rest forms)
|
||||
(let ((winconf (make-symbol "gnus-setup-message-winconf"))
|
||||
|
|
|
@ -841,6 +841,11 @@ skips all prompting."
|
|||
(gnus-summary-read-group-1 backend-article-group t t nil
|
||||
nil (list backend-article-number))))
|
||||
|
||||
(deffoo nnir-request-update-mark (group article mark)
|
||||
(let ((artgroup (nnir-article-group article))
|
||||
(artnumber (nnir-article-number article)))
|
||||
(gnus-request-update-mark artgroup artnumber mark)))
|
||||
|
||||
|
||||
(deffoo nnir-request-update-info (group info &optional server)
|
||||
(let ((articles-by-group
|
||||
|
|
Loading…
Add table
Reference in a new issue