From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17812 Path: news.gmane.org!not-for-mail From: Kai von Fintel Newsgroups: gmane.emacs.gnus.user Subject: Finding message by ID fails when message not visible Date: Tue, 15 Dec 2015 17:37:46 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1450220127 1408 80.91.229.3 (15 Dec 2015 22:55:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Dec 2015 22:55:27 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Dec 15 23:55:19 2015 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a8yV3-0005Io-L3 for gegu-info-gnus-english@m.gmane.org; Tue, 15 Dec 2015 23:55:17 +0100 Original-Received: from localhost ([::1]:39473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8yV2-0002KQ-VR for gegu-info-gnus-english@m.gmane.org; Tue, 15 Dec 2015 17:55:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8yUz-0002FE-O6 for info-gnus-english@gnu.org; Tue, 15 Dec 2015 17:55:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8yUv-0002NX-P7 for info-gnus-english@gnu.org; Tue, 15 Dec 2015 17:55:13 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:45135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8yUv-0002NQ-IG for info-gnus-english@gnu.org; Tue, 15 Dec 2015 17:55:09 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a8yUs-0004te-3j for info-gnus-english@gnu.org; Tue, 15 Dec 2015 23:55:06 +0100 Original-Received: from 66-189-25-97.dhcp.oxfr.ma.charter.com ([66.189.25.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Dec 2015 23:55:06 +0100 Original-Received: from fintel by 66-189-25-97.dhcp.oxfr.ma.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Dec 2015 23:55:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 66-189-25-97.dhcp.oxfr.ma.charter.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:pUVQiHjKGSlbK7lUN/eZr8Axx4I= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17812 Archived-At: I'm puzzled by the following behavior: if I search in an nnimap group for a message with a particular message-ID, the search fails unless the message is visible. If for example, only new messages are shown, the search for an old message with a particular ID fails but the same message is found when "/o" has made the old messages appear. This is relevant because I use links to gnus messages from org-mode and more often than not the link fails: I get taken to the nnimap group that contains the message, but I get the error "No such article (may have expired or been canceled)", even though the message is in fact in the group. I suppose org-gnus.el might have to be amended to work around this, but first I'd like to understand whether this is expected behavior in gnus. Can anybody enlighten me or help me trouble-shoot this? -- Kai.