From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85847 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: group buffer - only show groups with unread mails Date: Wed, 25 Mar 2015 11:28:41 +0100 Message-ID: <874mp91icm.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427279397 12981 80.91.229.3 (25 Mar 2015 10:29:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 10:29:57 +0000 (UTC) Cc: ding@gnus.org To: Erik Colson Original-X-From: ding-owner+M34082@lists.math.uh.edu Wed Mar 25 11:29:42 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YaiZ2-00014d-P1 for ding-account@gmane.org; Wed, 25 Mar 2015 11:29:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.84) (envelope-from ) id 1YaiYM-0000gU-9N; Wed, 25 Mar 2015 05:28:50 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1YaiYI-0000fs-T0 for ding@lists.math.uh.edu; Wed, 25 Mar 2015 05:28:46 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YaiYG-0008TI-2C for ding@lists.math.uh.edu; Wed, 25 Mar 2015 05:28:46 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YaiYE-0003Bh-9Z for ding@gnus.org; Wed, 25 Mar 2015 11:28:42 +0100 Original-Received: from thinkpad-t440p (dhcp25.uni-koblenz.de [141.26.71.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 839131A8453; Wed, 25 Mar 2015 11:28:41 +0100 (CET) Mail-Followup-To: Erik Colson , ding@gnus.org In-Reply-To: (Erik Colson's message of "Wed, 25 Mar 2015 08:36:14 +0100") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85847 Archived-At: Erik Colson writes: Hi Erik, > In the group buffer all groups with either unread or ticked messages are > listed by default. > I would like to only show groups with unread messages. > Is there a setting for this ? Of course there is. ;-) ,----[ C-h v gnus-list-groups-with-ticked-articles RET ] | gnus-list-groups-with-ticked-articles is a variable defined in `gnus-group.el'. | Its value is t | | Documentation: | *If non-nil, list groups that have only ticked articles. | If nil, only list groups that have unread articles. | | You can customize this variable. `---- Bye, Tassilo