]> git.eshelyaron.com Git - emacs.git/commit
Add 'nnregistry-request-group' function for 'gnus-refer-article'
authorBjörn Bidar <bjorn.bidar@thaodan.de>
Tue, 21 Jan 2025 23:28:22 +0000 (01:28 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:45:06 +0000 (09:45 +0100)
commit5de8291874ac66379e1887d20f65b166146f5348
treeca4ced56294da09837c2ee966cc886cc12112ff4
parenta409a5316d0b8acc257029fcba08ed4568af14bf
Add 'nnregistry-request-group' function for 'gnus-refer-article'

nnregistry doesn't handle any servers or groups; however we have to
define the dummy function so Gnus-registry works as refer article
method, as the `gnus-check-group-server' function requires it.
The latter function is called when referring to articles to check the
source group first before actually requesting any articles.
* lisp/gnus/nnregistry.el (nnregistry-request-group): New deffoo.
(Bug#22414)

(cherry picked from commit 628e3cb22d196c31fc2452c3eab4a62af4bf66b2)
lisp/gnus/nnregistry.el