From unknown Thu Jun 19 14:00:06 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#10611 <10611@debbugs.gnu.org> To: bug#10611 <10611@debbugs.gnu.org> Subject: Status: [DOC-BUG] Outdated description of `gnus-agent-auto-agentize-methods' Reply-To: bug#10611 <10611@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:00:06 +0000 retitle 10611 [DOC-BUG] Outdated description of `gnus-agent-auto-agentize-m= ethods' reassign 10611 gnus submitter 10611 Philipp Haselwarter severity 10611 normal tag 10611 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 26 07:21:57 2012 Received: (at submit) by debbugs.gnu.org; 26 Jan 2012 12:21:57 +0000 Received: from localhost ([127.0.0.1]:45008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RqOKy-0006ja-UR for submit@debbugs.gnu.org; Thu, 26 Jan 2012 07:21:57 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:59904) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1RqOKv-0006jG-4E for submit@debbugs.gnu.org; Thu, 26 Jan 2012 07:21:55 -0500 Received: (qmail invoked by alias); 26 Jan 2012 12:21:14 -0000 Received: from 133.67.114.78.rev.sfr.net (EHLO nzebook.haselwarter.org) [78.114.67.133] by mail.gmx.net (mp057) with SMTP; 26 Jan 2012 13:21:14 +0100 X-Authenticated: #26138819 X-Provags-ID: V01U2FsdGVkX1+yaesR4bGy1RU7zvvNCdgf9Sjix/8Acf9U0TvsBN OsC18cHjAOGQSt From: Philipp Haselwarter To: submit@debbugs.gnu.org (The Gnus Bugfixing Girls + Boys) Subject: [DOC-BUG] Outdated description of `gnus-agent-auto-agentize-methods' X-Debbugs-Version: 5.110018 X-Debbugs-Package: gnus X-NSA-Fodder: gamma AFSPC AK-47 Firefly S Key computer terrorism Date: Thu, 26 Jan 2012 13:21:12 +0100 Message-ID: <87obtqirif.fsf@nzebook.haselwarter.org> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="defense-information-warfare/Rule-Psix/top-secret/AGT-AMME//AEqVD8A3C" X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) --defense-information-warfare/Rule-Psix/top-secret/AGT-AMME//AEqVD8A3C Content-Type: text/plain The description of `gnus-agent-auto-agentize-methods' at (info "(Gnus) Agent Variables") and (info "(Gnus) Agent Basics") is outdated, it assumes an old default value (changed in fd594ec2, 354ccf50). Trivial patch attached. --defense-information-warfare/Rule-Psix/top-secret/AGT-AMME//AEqVD8A3C Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Update-info-documentation-docstring-of-gnus-agent-au.patch >From 6f751cdc16c7fc1ecdd9cbcca42a7808b2315390 Mon Sep 17 00:00:00 2001 From: Philipp Haselwarter Date: Thu, 26 Jan 2012 13:18:18 +0100 Subject: [PATCH] Update info documentation, docstring of `gnus-agent-auto-agentize-methods' --- lisp/gnus-agent.el | 2 +- texi/gnus.texi | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index 70772bb..d730875 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -186,7 +186,7 @@ When found, offer to remove them." (defcustom gnus-agent-auto-agentize-methods nil "Initially, all servers from these methods are agentized. The user may remove or add servers using the Server buffer. -See Info node `(gnus)Server Buffer'." +See Info nodes `(gnus)Server Buffer', `(gnus)Agent Variables'." :version "22.1" :type '(repeat symbol) :group 'gnus-agent) diff --git a/texi/gnus.texi b/texi/gnus.texi index 8e9ea43..312a872 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -18236,8 +18236,7 @@ Agent. Go to the server buffer (@kbd{^} in the group buffer) and press @kbd{J a} on the server (or servers) that you wish to have covered by the Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically added servers you do not wish to have covered by the Agent. By default, -all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and -@code{gnus-secondary-select-methods} are agentized. +no servers are agentized. @item Decide on download policy. It's fairly simple once you decide whether @@ -19263,7 +19262,7 @@ to agentize remote back ends. The auto-agentizing has the same effect as running @kbd{J a} on the servers (@pxref{Server Agent Commands}). If the file exist, you must manage the servers manually by adding or removing them, this variable is only applicable the first time you -start Gnus. The default is @samp{(nntp nnimap)}. +start Gnus. The default is @samp{nil}. @end table -- 1.7.8.4 --defense-information-warfare/Rule-Psix/top-secret/AGT-AMME//AEqVD8A3C Content-Type: text/plain No Gnus v0.18 GNU Emacs 24.0.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.8) of 2012-01-24 on nzebook.haselwarter.org 200 news.gmane.org InterNetNews NNRP server INN 2.5.1 ready (posting ok) 101 Capability list: VERSION 2 IMPLEMENTATION INN 2.5.1 AUTHINFO USER HDR LIST ACTIVE ACTIVE.TIMES DISTRIB.PATS HEADERS NEWSGROUPS OVERVIEW.FMT OVER POST READER STARTTLS . 382 Begin TLS negotiation now 101 Capability list: VERSION 2 IMPLEMENTATION INN 2.5.1 AUTHINFO USER HDR LIST ACTIVE ACTIVE.TIMES DISTRIB.PATS HEADERS NEWSGROUPS OVERVIEW.FMT OVER POST READER . <#secure method=pgpmime mode=sign> -- Philipp Haselwarter --defense-information-warfare/Rule-Psix/top-secret/AGT-AMME//AEqVD8A3C-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 30 17:56:00 2012 Received: (at 10611) by debbugs.gnu.org; 30 Jan 2012 22:56:00 +0000 Received: from localhost ([127.0.0.1]:45780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rs08m-0007kr-5e for submit@debbugs.gnu.org; Mon, 30 Jan 2012 17:56:00 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:35295) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rs08j-0007kj-CA for 10611@debbugs.gnu.org; Mon, 30 Jan 2012 17:55:58 -0500 Received: from 93-41-188-50.ip82.fastwebnet.it ([93.41.188.50] helo=rusty) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Rs08R-0002PS-2o; Mon, 30 Jan 2012 23:55:39 +0100 From: Lars Ingebrigtsen To: Philipp Haselwarter Subject: Re: bug#10611: [DOC-BUG] Outdated description of `gnus-agent-auto-agentize-methods' References: <87obtqirif.fsf@nzebook.haselwarter.org> Date: Mon, 30 Jan 2012 23:55:37 +0100 In-Reply-To: <87obtqirif.fsf@nzebook.haselwarter.org> (Philipp Haselwarter's message of "Thu, 26 Jan 2012 13:21:12 +0100") Message-ID: <874nvcajh2.fsf@gnus.org> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1Rs08R-0002PS-2o X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1328568939.33596@YO/jJLflpu7e6TSP9vSMPQ X-Spam-Status: No X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 10611 Cc: 10611@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Philipp Haselwarter writes: > The description of `gnus-agent-auto-agentize-methods' at > (info "(Gnus) Agent Variables") and (info "(Gnus) Agent Basics") is > outdated, it assumes an old default value (changed in fd594ec2, > 354ccf50). > > Trivial patch attached. Thanks; applied. -- (domestic pets only, the antidote for overdose, milk.) http://lars.ingebrigtsen.no * Sent from my Rome From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 30 17:56:04 2012 Received: (at control) by debbugs.gnu.org; 30 Jan 2012 22:56:04 +0000 Received: from localhost ([127.0.0.1]:45784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rs08p-0007lR-Ec for submit@debbugs.gnu.org; Mon, 30 Jan 2012 17:56:03 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:35301) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rs08n-0007kz-Nq for control@debbugs.gnu.org; Mon, 30 Jan 2012 17:56:02 -0500 Received: from 93-41-188-50.ip82.fastwebnet.it ([93.41.188.50] helo=rusty) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Rs08W-0002Pa-4N for control@debbugs.gnu.org; Mon, 30 Jan 2012 23:55:44 +0100 Date: Mon, 30 Jan 2012 23:55:42 +0100 Message-Id: <8739awajgx.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #10611 X-MailScanner-ID: 1Rs08W-0002Pa-4N X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1328568944.3802@nRVfokNg8dIeqa3g5f6ezQ X-Spam-Status: No X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) tags 10611 fixed close 10611 24.1 From unknown Thu Jun 19 14:00:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 28 Feb 2012 12:24:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator