From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47167 Path: main.gmane.org!not-for-mail From: Mark Triggs Newsgroups: gmane.emacs.gnus.general Subject: Re: Limit to two extra headers? Date: Mon, 14 Oct 2002 14:58:37 +1000 Sender: owner-ding@hpc.uh.edu Message-ID: <874rbpipky.fsf@dishevelled.net> References: <87fzva17tj.fsf@crybaby.cs.uni-dortmund.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1034571983 22098 127.0.0.1 (14 Oct 2002 05:06:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2002 05:06:23 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 180xQr-0005kH-00 for ; Mon, 14 Oct 2002 07:06:21 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 180xPc-0005lJ-00; Mon, 14 Oct 2002 00:05:04 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 14 Oct 2002 00:05:46 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id AAA28262 for ; Mon, 14 Oct 2002 00:05:36 -0500 (CDT) Original-Received: (qmail 25554 invoked by alias); 14 Oct 2002 05:06:29 -0000 Original-Received: (qmail 25549 invoked from network); 14 Oct 2002 05:06:28 -0000 Original-Received: from dial-ctb0386.webone.com.au (HELO mail.telefunken.dyn.ml.org) (postfix@210.9.243.86) by gnus.org with SMTP; 14 Oct 2002 05:06:28 -0000 Original-Received: from dishevelled.net (thweeble.telefunken.dyn.ml.org [192.168.1.2]) by mail.telefunken.dyn.ml.org (Postfix) with SMTP id ECE077F53; Mon, 14 Oct 2002 14:58:37 +1000 (EST) Original-Received: by dishevelled.net (sSMTP sendmail emulation); Mon, 14 Oct 2002 14:58:37 +1000 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) User-Agent: Oort Gnus v0.08 In-Reply-To: <87fzva17tj.fsf@crybaby.cs.uni-dortmund.de> (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Sun, 13 Oct 2002 21:02:00 +0200") Original-Lines: 28 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47167 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47167 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > I guess many people have To and Cc in nnmail-extra-headers and > gnus-extra-headers. > > WIBNI there was an easy way to limit to all messages sent to John? > Right now, you can do `/ x To RET' and get some of them, and `/ x Cc > RET' to get the others, but I'm not aware that there is a way to get > all of them at once. You might be able to achieve the same effect (although it's a bit of a round-about way of doing it) by doing something like: (gnus-summary-execute-command "To" "John" "#" nil) (gnus-summary-execute-command "Cc" "John" "#" nil) (gnus-summary-limit-to-articles nil) That is, mark all articles either sent to or cc'd to John, and then limit the summary to all marked articles (this would use the '&' and '/n' keystrokes in the summary buffer). Hope this helps, at least a bit :o) Mark --=20 Mark Triggs