From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15830 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: Show group for article found via search? Date: Tue, 25 Sep 2012 10:50:19 +0200 Message-ID: <87wqzicwqc.fsf@thinkpad.tsdh.de> References: <87obkumvom.fsf@slate.zedat.fu-berlin.de> 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 1348563052 1663 80.91.229.3 (25 Sep 2012 08:50:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2012 08:50:52 +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 Sep 25 10:50:57 2012 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 1TGQr0-0004WA-B4 for gegu-info-gnus-english@m.gmane.org; Tue, 25 Sep 2012 10:50:54 +0200 Original-Received: from localhost ([::1]:35164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGQqv-0007vF-H1 for gegu-info-gnus-english@m.gmane.org; Tue, 25 Sep 2012 04:50:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGQqq-0007uv-0P for info-gnus-english@gnu.org; Tue, 25 Sep 2012 04:50:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGQqi-000235-F6 for info-gnus-english@gnu.org; Tue, 25 Sep 2012 04:50:43 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:48195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGQqi-00022y-8H for info-gnus-english@gnu.org; Tue, 25 Sep 2012 04:50:36 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TGQqj-0004Pc-MG for info-gnus-english@gnu.org; Tue, 25 Sep 2012 10:50:37 +0200 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Sep 2012 10:50:37 +0200 Original-Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Sep 2012 10:50:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Cancel-Lock: sha1:DZV7k9FjtaFHxOn972ED5jZd1h0= 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:15830 Archived-At: "Loris Bennett" writes: > [mail] > [general] > nnimap+mail.my.provider.com:INBOX > nnimap+mail.my.provider.com:sent > [work] > nnimap+mail.my.provider.com:this > nnimap+mail.my.provider.com:that > nnimap+mail.my.provider.com:theother > [private] > nnimap+mail.my.provider.com:friends > nnimap+mail.my.provider.com:family > [news] > ... > > If I use G G on a topic to search for a message and get several > results, is there a way to find out which folder each message found is > in? I think, there's no way to see that information from the nnir search results summary. But you can "warp" to any article found in its originating group: ,----[ (info "(gnus)Basic Usage") ] | The `nnir' group made in this way is an `ephemeral' group, and some | changes are not permanent: aside from reading, moving, and deleting, | you can't act on the original article. But there is an alternative: you | can _warp_ to the original group for the article on the current line | with `A W', aka `gnus-warp-to-article'. Even better, the function | `gnus-summary-refer-thread', bound by default in summary buffers to `A | T', will first warp to the original group before it works its magic and | includes all the articles in the thread. From here you can read, move | and delete articles, but also copy them, alter article marks, whatever. | Go nuts. `---- Bye, Tassilo