[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] feature/gnus-select 6c64891 1/2: Restore article retrieval
From: |
Andrew G Cohen |
Subject: |
[Emacs-diffs] feature/gnus-select 6c64891 1/2: Restore article retrieval by message-id in nnselect |
Date: |
Thu, 27 Apr 2017 03:27:46 -0400 (EDT) |
branch: feature/gnus-select
commit 6c64891e88eb5563e9881c22b6ee3a0ff77ba667
Author: Andrew G Cohen <address@hidden>
Commit: Andrew G Cohen <address@hidden>
Restore article retrieval by message-id in nnselect
* lisp/gnus/nnselect.el (nnselect-request-article): If passed a
message-id attempt to find an article by searching.
; Silence byte-compiler
* lisp/gnus/nnselect.el (nnir-run-query): declare-function to silence
byte-compiler.
---
lisp/gnus/nnselect.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el
index f0df535..52f3c90 100644
--- a/lisp/gnus/nnselect.el
+++ b/lisp/gnus/nnselect.el
@@ -264,6 +264,7 @@ If this variable is nil, or if the provided function
returns nil,
(mapc 'nnheader-insert-nov headers)
'nov)))
+(declare-function nnir-run-query "nnir" (specs))
(deffoo nnselect-request-article (article &optional group server to-buffer)
(nnselect-possibly-change-group group server)
;; We shoud only arrive here if we are in an nnselect group and we