From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23373 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: select articles by field Date: 16 Jun 1999 17:28:56 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161117 1637 80.91.224.250 (21 Oct 2002 00:45:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:45:17 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA07954 for ; Wed, 16 Jun 1999 20:30:42 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB02612; Wed, 16 Jun 1999 19:30:15 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 16 Jun 1999 19:30:19 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id TAA20524 for ; Wed, 16 Jun 1999 19:30:06 -0500 (CDT) Original-Received: from mail.networkone.net (qmailr@mail.networkone.net [209.144.112.75]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id UAA07914 for ; Wed, 16 Jun 1999 20:29:08 -0400 (EDT) Original-Received: (qmail 24265 invoked from network); 17 Jun 1999 00:30:36 -0000 Original-Received: from pm3-3-13.la.networkone.net (HELO satellite.local.lan) (reader@209.144.126.141) by mail.networkone.net with SMTP; 17 Jun 1999 00:30:36 -0000 Original-Received: (from reader@localhost) by satellite.local.lan (8.9.1/8.9.1) id RAA00913; Wed, 16 Jun 1999 17:28:56 -0700 Original-To: ding@gnus.org In-Reply-To: Tibor Simko's message of "16 Jun 1999 12:36:53 +0200" Original-Lines: 34 User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23373 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23373 Tibor Simko writes: > >>>>> "FP" == Fabrice POPINEAU writes: > > FP> is it possible to mark all articles in a group that have been > FP> sent To: somebody ? So that I can move them somewhere else. > > You should setup `gnus-extra-headers', etc first [1]. Then, in the > Summary buffer, do `/ x To RET somebody RET' to display only the > messages sent to "somebody". Then, mark them as usual with `M P a'. > > -TS > > Footnotes: > [1] You may want to look at `To From Newsgroups' section of the > manual. If you don't want to mess with the new `gnus-extra-headers' functionality, it can be done using the `&' command: Press & then when prompted, type Body (<=note capital B) When prompted for regexp, type ^To:.*persons-name (or some more restrictive RE) When prompted for a command, type #... Gnus will take off at a blistering pace (unless on-line... then read "snails pace") to search each message body for that string, putting a 'process' (#) mark on its finds. Use those process marks to continue moving/copying or press `/ n' to limit view to the finds ...maybe to make sure your regexp did what you expected.