From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22342 invoked from network); 2 Jul 2023 20:14:12 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 2 Jul 2023 20:14:12 -0000 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qG3SE-0005Cf-5d; Sun, 02 Jul 2023 16:13:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qG2RZ-0001PA-My for info-gnus-english@gnu.org; Sun, 02 Jul 2023 15:09:09 -0400 Received: from mail-4018.proton.ch ([185.70.40.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qG2RW-0007nQ-II for info-gnus-english@gnu.org; Sun, 02 Jul 2023 15:09:08 -0400 Date: Sun, 02 Jul 2023 19:08:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alshehhi.io; s=protonmail2; t=1688324942; x=1688584142; bh=o9sI318bGIalC1llRiF4QzNqmJ/qJS2TyQ1DwCc4goY=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=IUwWGB0eOIktaPOe61JWkSydTMTUn0jp1GY/HpevaInpDFhO4u/RaY5T35hbNRRG4 bEt7/u3LmPoWEmRJF2OcIgKFtKg3Texmls++X3oie5oovLpdEdNAIDUG5H0U8PjRO3 cW+MooCpZkDZLUzQmZkRJGPn9vgOD+roFYJ+5tbA9/kMlbPqiV6H9VR8bRUxUMoa0G WO3l4VJaaleghPB03vhSRsIWjipGPjmkosiD+wEQetNoh9+TPGykrxELI5bRLgs1eO pmhWADpCLjFD2twkWcEs2A80Xb0sEBXxbsbb2emvfgBWZxGJPGnypaS7QMEj8UJtIE k08rKyXl8qpdA== To: =?utf-8?Q?Adam_Sj=C3=B8gren?= From: husain@alshehhi.io Cc: info-gnus-english@gnu.org Subject: Re: Showing a full thread Message-ID: <87zg4exhad.fsf@alshehhi.io> Feedback-ID: 31127354:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.18; envelope-from=husain@alshehhi.io; helo=mail-4018.proton.ch X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H5=-1, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 02 Jul 2023 16:13:50 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Adam Sj=C3=B8gren writes: > Have you tried A T? > > ,----[ C-h f gnus-summary-refer-thread RET ] > | gnus-summary-refer-thread is an interactive native-compiled Lisp > | function in =E2=80=98gnus-sum.el=E2=80=99. > |=20 > | (gnus-summary-refer-thread &optional LIMIT) > |=20 > | Inferred type: (function (&optional t) t) > |=20 > | Fetch all articles in the current thread. > | A non-numeric prefix arg will search the entire server; without a > | prefix arg only the current group is searched. If the variable > | =E2=80=98gnus-refer-thread-use-search=E2=80=99 is t the prefix arg has = the > | reverse meaning. If searching is not enabled for the current > | group, fetch LIMIT (the numerical prefix) old headers. If LIMIT > | is non-numeric or nil fetch the number specified by the > | =E2=80=98gnus-refer-thread-limit=E2=80=99 variable. > |=20 > `---- Thank you very much for saving me again. This is exactly what I needed.