From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8292 Path: news.gmane.org!not-for-mail From: david@adboyd.com (J. David Boyd) Newsgroups: gmane.emacs.gnus.user Subject: Re: Q: Getting all the parents to the current topic from the server Date: Wed, 29 Nov 2006 16:33:12 -0500 Message-ID: References: <877ixemsde.fsf@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164836603 20783 80.91.229.2 (29 Nov 2006 21:43:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 21:43:23 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Nov 29 22:43:19 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpXCu-0006Gw-Tt for gegu-info-gnus-english@m.gmane.org; Wed, 29 Nov 2006 22:43:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpX6T-0001MY-LV for gegu-info-gnus-english@m.gmane.org; Wed, 29 Nov 2006 16:36:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpX4E-00071G-SX for info-gnus-english@gnu.org; Wed, 29 Nov 2006 16:34:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpX4C-0006xx-Hp for info-gnus-english@gnu.org; Wed, 29 Nov 2006 16:34:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpX4C-0006ww-2y for info-gnus-english@gnu.org; Wed, 29 Nov 2006 16:34:08 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GpX4B-0008GV-Rt for info-gnus-english@gnu.org; Wed, 29 Nov 2006 16:34:08 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GpX3s-0003xw-7h for info-gnus-english@gnu.org; Wed, 29 Nov 2006 22:33:48 +0100 Original-Received: from 10-169.35-65.tampabay.res.rr.com ([65.35.169.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Nov 2006 22:33:48 +0100 Original-Received: from david by 10-169.35-65.tampabay.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Nov 2006 22:33:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: info-gnus-english@gnu.org Original-Lines: 57 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 10-169.35-65.tampabay.res.rr.com User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.0.90 (gnu/linux) Cancel-Lock: sha1:ZcdOIAqZ+ggPKF6YEB5rW/yfuZs= X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8292 Archived-At: Passer By writes: > Ok sometimes people don't quote just right so i wish to read the > original parent, i would like to be able to fetch all parent articles > of the current article that are on my server. How might i do that in > one or two steps? > > > for example lets say the whole thread on the server was > > > ------- > *Group* > ----------------------------------------------------- > 14: rahed ] gmail from gnus > < 22: Leo > > [ 17: Brep ] > [ 29: koocyton ] > [ 33: Ted Zlatanov ] > < 22: Radek > > [ 40: Ted Zlatanov ] > [ 38: Radek ] > [ 63: Ted Zlatanov ] > ------------------------------------------------------ > > but i had already read and forgot about the first 2 replys and so had > > > ------- > *Group* > ------------------------------------------------------ > > > [ 29: koocyton ] Re: gmail for gnus > [ 33: Ted Zlatanov ] > < 22: Radek > > [ 40: Ted Zlatanov ] > [ 38: Radek ] > [ 63: Ted Zlatanov ] > > -------------------------------------------------------- > > > I would like to run a command on article > > [ 29: koocyton ] Re: gmail for gnus > > that would give me the original thread structure up to > > 14: rahed ] gmail from gnus > Look in the Article menu, there is a command for the parent, all referenced articles, or the entire thread. That might be a place to start. Dave