From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85221 Path: news.gmane.org!not-for-mail From: Eric S Fraga Newsgroups: gmane.emacs.gnus.general Subject: Re: How to show all messages in threads where unread exist Date: Wed, 5 Nov 2014 19:37:44 +0000 Organization: CPSE, Department of Chemical Engineering, University College London (UCL) Message-ID: <87lhnpsak7.fsf@ucl.ac.uk> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415216358 25596 80.91.229.3 (5 Nov 2014 19:39:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2014 19:39:18 +0000 (UTC) To: Original-X-From: ding-owner+M33465@lists.math.uh.edu Wed Nov 05 20:39:12 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xm6QB-0006n5-GL for ding-account@gmane.org; Wed, 05 Nov 2014 20:39:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Xm6P3-0006Fn-Ly; Wed, 05 Nov 2014 13:38:01 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Xm6P2-0006Fb-AQ for ding@lists.math.uh.edu; Wed, 05 Nov 2014 13:38:00 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Xm6P0-0006JK-6p for ding@lists.math.uh.edu; Wed, 05 Nov 2014 13:37:59 -0600 Original-Received: from mail-db3on0133.outbound.protection.outlook.com ([157.55.234.133] helo=emea01-db3-obe.outbound.protection.outlook.com) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Xm6Ow-0006SD-Nu for ding@gnus.org; Wed, 05 Nov 2014 20:37:54 +0100 Original-Received: from localhost (95.149.137.159) by DB4PR01MB0656.eurprd01.prod.exchangelabs.com (10.141.43.18) with Microsoft SMTP Server (TLS) id 15.1.11.14; Wed, 5 Nov 2014 19:37:47 +0000 X-Url: http://www.ucl.ac.uk/~ucecesf/ Mail-Followup-To: ding@gnus.org In-Reply-To: (Andrey Lisin's message of "Wed, 5 Nov 2014 23:14:40 +0600") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-Originating-IP: [95.149.137.159] X-ClientProxiedBy: DB3PR05CA0049.eurprd05.prod.outlook.com (25.160.41.177) To DB4PR01MB0656.eurprd01.prod.exchangelabs.com (10.141.43.18) X-MS-Exchange-Transport-FromEntityHeader: Hosted X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:DB4PR01MB0656; X-UCLLIVE-SCLRULE: HASRUN X-Exchange-Antispam-Report-Test: UriScan:; X-Forefront-PRVS: 0386B406AA X-Forefront-Antispam-Report: SFV:NSPM;SFS:(10019020)(6009001)(6069001)(377424004)(199003)(24454002)(51704005)(189002)(36756003)(74826001)(64706001)(4396001)(99396003)(19580395003)(120916001)(76176999)(101416001)(95666004)(107886001)(106356001)(107046002)(122386002)(2351001)(21056001)(77156002)(20776003)(40100003)(46102003)(50986999)(47776003)(62966003)(105586002)(33646002)(450100001)(77096003)(102836001)(92726001)(92566001)(31966008)(97736003)(48376002)(42186005)(54356999)(74482002)(86362001)(110136001)(66066001)(50466002)(76506005)(87976001)(83506001);DIR:OUT;SFP:1102;SCL:1;SRVR:DB4PR01MB0656;H:localhost;FPR:;MLV:sfv;PTR:InfoNoRecords;A:1;MX:1;LANG:en; X-OriginatorOrg: ucl.ac.uk X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85221 Archived-At: On Wednesday, 5 Nov 2014 at 23:14, Andrey Lisin wrote: > Hello, > > Probably it's silly question, but I didn't find the answer in the Gnus > documentation. How to show all messages in threads, where unread > messages exist? I don't think it's easy to show all messages in threads but you can easily show all those that are direct predecessors in the thread. "A T" at the summary may do what you want or part thereof. You might also wish to look at ,----[ C-h v gnus-fetch-old-headers RET ] | gnus-fetch-old-headers is a variable defined in `gnus-sum.el'. | Its value is t | Original value was nil | | Documentation: | *Non-nil means that Gnus will try to build threads by grabbing old headers. | If an unread article in the group refers to an older, already | read (or just marked as read) article, the old article will not | normally be displayed in the Summary buffer. If this variable is | t, Gnus will attempt to grab the headers to the old articles, and | thereby build complete threads. If it has the value `some', all | old headers will be fetched but only enough headers to connect | otherwise loose threads will be displayed. This variable can | also be a number. In that case, no more than that number of old | headers will be fetched. If it has the value `invisible', all | old headers will be fetched, but none will be displayed. | | The server has to support NOV for any of this to work. | | This feature can seriously impact performance it ignores all | locally cached header entries. Setting it to t for groups for a | server that doesn't expire articles (such as news.gmane.org), | leads to very slow summary generation. | | You can customize this variable. | | [back] `---- -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 25.0.50.1 + Ma Gnus v0.12 + evil-git-999ec15 : BBDB version 3.1.2 (2014-05-06 11:45:08 -0500)