From 38f708ac094dfe6db348f1eda1b056e25df1253e Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 30 Sep 2010 20:13:35 +0200 Subject: [PATCH] Document nntp-server-list-active-group. Suggested by Barry Fishman. --- lisp/ChangeLog | 2 ++ lisp/nntp.el | 6 +++++- texi/ChangeLog | 2 ++ texi/gnus.texi | 6 ++++++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 78993edfc..673c99849 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-09-30 Lars Magne Ingebrigtsen + * nntp.el (nntp-server-list-active-group): Document. + * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of SELECT to get the message-id. diff --git a/lisp/nntp.el b/lisp/nntp.el index 1bf2ce1e3..ced15a928 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -267,6 +267,11 @@ NOTE: This variable is never seen to work in Emacs 20 and XEmacs 21.") "*Hook run just before posting an article. It is supposed to be used to insert Cancel-Lock headers.") +(defvoo nntp-server-list-active-group 'try + "If nil, then always use GROUP instead of LIST ACTIVE. +This is usually slower, but on misconfigured servers that don't +update their active files often, this can help.") + ;;; Internal variables. (defvar nntp-record-commands nil @@ -296,7 +301,6 @@ to insert Cancel-Lock headers.") (defvoo nntp-inhibit-output nil) (defvoo nntp-server-xover 'try) -(defvoo nntp-server-list-active-group 'try) (defvar nntp-async-timer nil) (defvar nntp-async-process-list nil) diff --git a/texi/ChangeLog b/texi/ChangeLog index da24c3e2e..844a09210 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,6 +1,8 @@ 2010-09-30 Lars Magne Ingebrigtsen * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions. + (NNTP): Document nntp-server-list-active-group. Suggested by Barry + Fishman. 2010-09-30 Julien Danjou diff --git a/texi/gnus.texi b/texi/gnus.texi index 7d89c487c..16215ef7a 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -14394,6 +14394,12 @@ inhibit Gnus to add a @code{Message-ID} header, you could say: Note that not all servers support the recommended ID. This works for INN versions 2.3.0 and later, for instance. +@item nntp-server-list-active-group +If @code{nil}, then always use @samp{GROUP} instead of @samp{LIST +ACTIVE}. This is usually slower, but on misconfigured servers that +don't update their active files often, this can help. + + @end table @menu -- 2.25.1