From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72019 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-insert-new-articles in an nnimap group doesn't work Date: Mon, 27 Sep 2010 14:37:49 -0400 Message-ID: <87d3rzdoci.fsf@uwo.ca> References: <8762xs9szt.fsf@uwo.ca> <87d3s0gkxo.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285612828 7672 80.91.229.12 (27 Sep 2010 18:40:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2010 18:40:28 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20391@lists.math.uh.edu Mon Sep 27 20:40:25 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P0Ici-0007vL-LB for ding-account@gmane.org; Mon, 27 Sep 2010 20:40:24 +0200 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 1P0IcV-000300-ES; Mon, 27 Sep 2010 13:40:11 -0500 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 1P0IcT-0002ze-G8 for ding@lists.math.uh.edu; Mon, 27 Sep 2010 13:40:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P0IcP-0003xi-0z for ding@lists.math.uh.edu; Mon, 27 Sep 2010 13:40:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P0IcO-0007av-00 for ; Mon, 27 Sep 2010 20:40:04 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P0IcN-0007oa-VF for ding@gnus.org; Mon, 27 Sep 2010 20:40:03 +0200 Original-Received: from bas3-london14-1096779890.dsl.bell.ca ([65.95.136.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 20:40:03 +0200 Original-Received: from jdc by bas3-london14-1096779890.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 20:40:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096779890.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:yDB3nX4mPTikCynQnyc1P2iFLa8= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72019 Archived-At: Lars Magne Ingebrigtsen writes: > Dan Christensen writes: > >> Ah, I think I see the pattern. If the new mail is already marked as >> read, then `/ N' won't bring it into the summary buffer. To reproduce, >> while in a summary buffer, copy a read article from the current group to >> itself. Then '/ N' doesn't show the article. Or while in your Sent >> folder, send a message. `/ N' then doesn't show the Gcc'd copy (since I >> have gnus-gcc-mark-as-read set to t). I believe that `/ N' used to >> include all articles marked higher than the highest article seen before. > > I'm unable to reproduce that. If I `B c' an article to an open nnimap > group, `/ N' pulls it in. Did you try `B c'ing a read article from the current group to itself? Or Gcc'ing a message to the current group (with gnus-gcc-mark-as-read set to t)? Both of those cause the problem for me. And the latter happens a lot for me: I'm triaging my Sent folder, decide to followup to one of my messages, and then want to file both the old message and the new followup, but `/ N' doesn't bring the new message in. When I `B c' a read article from a different group to the currently open imap group, I do see the article, but it doesn't have it's read mark, so I think there's a separate bug here too. Dan