From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23354 Path: main.gmane.org!not-for-mail From: Tibor Simko Newsgroups: gmane.emacs.gnus.general Subject: Re: select articles by field Date: 16 Jun 1999 12:36:53 +0200 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 1035161101 1516 80.91.224.250 (21 Oct 2002 00:45:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:45:01 +0000 (UTC) Cc: ding@gnus.org 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 GAA20425 for ; Wed, 16 Jun 1999 06:42:17 -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 FAB24078; Wed, 16 Jun 1999 05:38:39 -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 05:39:06 -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 FAA08385 for ; Wed, 16 Jun 1999 05:38:55 -0500 (CDT) Original-Received: from smtp1.cern.ch (smtp1.cern.ch [137.138.128.38]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA20362 for ; Wed, 16 Jun 1999 06:37:57 -0400 (EDT) Original-Received: from sundh01.cern.ch (sundh01.cern.ch [137.138.115.106]) by smtp1.cern.ch (8.9.3/8.9.3) with SMTP id MAA28246; Wed, 16 Jun 1999 12:36:56 +0200 (MET DST) Original-Received: by sundh01.cern.ch (SMI-8.6/SMI-4.0) id MAA09318; Wed, 16 Jun 1999 12:36:55 +0200 Original-To: Fabrice POPINEAU In-Reply-To: Fabrice POPINEAU's message of "16 Jun 1999 11:58:13 +0200" Original-Lines: 16 User-Agent: Gnus/5.070087 (Pterodactyl Gnus v0.87) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23354 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23354 >>>>> "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.