From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.help Subject: Re: Gnus with Emacs 23: gnus-gcc-mark-as-read not working anymore Date: Tue, 29 Sep 2009 14:00:37 +0200 Message-ID: References: <87zl8og1rn.fsf@usenet.my.skamphausen.de> <87eipzto4p.fsf@usenet.my.skamphausen.de> <874oqncbmf.fsf@usenet.my.skamphausen.de> <87zl8e3s7x.fsf@usenet.my.skamphausen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254225756 16551 80.91.229.12 (29 Sep 2009 12:02:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Sep 2009 12:02:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 29 14:02:29 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MsbPX-00007f-RS for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Sep 2009 14:02:28 +0200 Original-Received: from localhost ([127.0.0.1]:47864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsbPW-0002kx-Br for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Sep 2009 08:02:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsbOL-0002j5-1W for help-gnu-emacs@gnu.org; Tue, 29 Sep 2009 08:01:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsbOF-0002fU-B5 for help-gnu-emacs@gnu.org; Tue, 29 Sep 2009 08:01:11 -0400 Original-Received: from [199.232.76.173] (port=41905 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsbOF-0002fF-32 for help-gnu-emacs@gnu.org; Tue, 29 Sep 2009 08:01:07 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:42374) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MsbOE-0003W6-BQ for help-gnu-emacs@gnu.org; Tue, 29 Sep 2009 08:01:06 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1MsbO7-00087F-Ld for help-gnu-emacs@gnu.org; Tue, 29 Sep 2009 14:00:59 +0200 Original-Received: from 134.76.4.19 ([134.76.4.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Sep 2009 14:00:59 +0200 Original-Received: from deng by 134.76.4.19 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Sep 2009 14:00:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 51 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 134.76.4.19 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin) Cancel-Lock: sha1:WR7H6r+kOOBcpCb2Y2owz/uGmy0= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68529 Archived-At: Stefan Kamphausen writes: > David Engster writes: >> Stefan Kamphausen writes: >>> Stefan Kamphausen writes: >>>> in the meantime I dived into the code and found that my description was >>>> not fully correct. Right after sending a message with GCC-headers those >>>> messages seem to be marked read, because they don't show up immediately >>>> after sending. Just when I hit 'g' (gnus-group-get-new-news) the new >>>> message make the group appear bold and with a message count > 0 in the >>>> group buffer. >> >> Does hitting M-g on the group fix this? > > I'm not sure what you mean by "fix". I meant if it then corrects the number of unread messages to "0". This could happen if you have 'gaps' in the article numbers, which can often be resolved by doing a M-g on that group. But that doesn't seem to be the case here. >> This was introduced because of a problem with nnimap as primary mail >> backend. See >> >> http://thread.gmane.org/gmane.emacs.gnus.general/67932 >> >> Do you use nnml as your primary back end? > > Yes: > > (setq gnus-select-method '(nnml "")) > (setq gnus-secondary-select-methods > '( > ;; Had lots of nnimap groups here earlier, but now all are commented > ;; However, I might need them again in the future > )) [...] > I think I could switch primary to nnil and secondary to nnml, but I am > not sure. > > Is it dangerous to try this? Would it mess up some files, like > ~/.news.eld? What would I need to backup before any experiments? No, better don't do this. It should work with nnml as primary back end, otherwise it's a bug. I don't use nnml, so I'm not sure why it doesn't work for you. Maybe nnml and nnimap behave differently in this regard, which would be unfortunate. I will have to create a test setup for this. Regards, David