From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86325 Path: news.gmane.org!not-for-mail From: Michael Sperber Newsgroups: gmane.emacs.gnus.general Subject: Re: nnml groups showing up with '*' at startup Date: Mon, 23 Nov 2015 08:46:53 +0100 Message-ID: References: <874mgete9f.fsf@tullinup.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1448264903 32144 80.91.229.3 (23 Nov 2015 07:48:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2015 07:48:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34557@lists.math.uh.edu Mon Nov 23 08:48:11 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 1a0lr3-0000tI-Rj for ding-account@gmane.org; Mon, 23 Nov 2015 08:48:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1a0lqE-0007Qy-Km; Mon, 23 Nov 2015 01:47:14 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1a0lq9-0007QQ-R8 for ding@lists.math.uh.edu; Mon, 23 Nov 2015 01:47:09 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1a0lq5-0001x7-Q2 for ding@lists.math.uh.edu; Mon, 23 Nov 2015 01:47:09 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1a0lq3-0003g2-PQ for ding@gnus.org; Mon, 23 Nov 2015 08:47:03 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a0lq0-0007GV-TG for ding@gnus.org; Mon, 23 Nov 2015 08:47:01 +0100 Original-Received: from 195.52.203.132 ([195.52.203.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Nov 2015 08:47:00 +0100 Original-Received: from sperber by 195.52.203.132 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Nov 2015 08:47:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 42 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 195.52.203.132 User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (darwin) Cancel-Lock: sha1:I4wH4z9S+SRpUjzhbl/jgTvze6Y= X-Spam-Score: -1.4 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86325 Archived-At: asjo@koldfront.dk (Adam Sjøgren) writes: > After a change recently, every time I start Gnus, all my > nnml+archive:-groups show up with '*' in front of them, along with 3 of > my (many more) nnml:-groups. > > Usually Gnus knows that all the articles in those groups are read, and > the groups aren't shown at startup. > > Bisecting finds this commit to be where this started: > > 0814c236bf5b827fd046819bbd6ad591986c9caf is the first bad commit > commit 0814c236bf5b827fd046819bbd6ad591986c9caf > Author: Michael Sperber > Date: Mon Oct 19 14:26:00 2015 +0000 > > Bind `rmail-dont-reply-to-names' > > * message.el (message-get-reply-headers): In addition to > `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is > used in XEmacs. > > - http://git.gnus.org/cgit/gnus.git/commit/?id=0814c236bf5b827fd046819bbd6ad591986c9caf > > I'm not quite sure what the changes in nnml.el in that commit achieves, > or how they are related to rmail-dont-reply-to-names? Two separate changes got conflated on committing. (Probably my bad, sorry about that.) The other change - the one probably responsible for this problem - unbreaks the functionality of the per-group mail source. If you're not using this feature, could you pinpoint the hunk (out of 2) that's causing it? (Easily done by first removing the `nnml-retrieve-groups` defun.) That'd help me find out where it's coming from. -- Regards, Mike