From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20311 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE Newsgroups: gmane.emacs.gnus.general Subject: Re: using multiple Summary buffer formats Date: 15 Jan 1999 11:23:27 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199901112351.SAA18522@math.gatech.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158623 17061 80.91.224.250 (21 Oct 2002 00:03:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:03:43 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA08839 for ; Fri, 15 Jan 1999 05:24:43 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB23565; Fri, 15 Jan 1999 04:24:12 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 15 Jan 1999 04:24:20 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id EAA25575 for ; Fri, 15 Jan 1999 04:24:10 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA08832 for ; Fri, 15 Jan 1999 05:23:54 -0500 (EST) Original-Received: from ramses.informatik.uni-dortmund.de (ramses.cs.uni-dortmund.de [129.217.20.180]) by waldorf.cs.uni-dortmund.de with SMTP id LAA21052 for ; Fri, 15 Jan 1999 11:23:29 +0100 (MET) Original-Received: (grossjoh@localhost) by ramses.informatik.uni-dortmund.de id LAA28013; Fri, 15 Jan 1999 11:23:28 +0100 Original-To: ding@gnus.org In-Reply-To: alfred@GlobeSet.com's message of "14 Jan 1999 18:53:35 -0600" Original-Lines: 28 User-Agent: Gnus/5.070069 (Pterodactyl Gnus v0.69) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:20311 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20311 alfred@GlobeSet.com (Alfred J Correira) writes: > I've been poking around in the documentation on the Summary buffer > for a way to do the following, but I just don't see how to do it > simply. Namely, I would like to have one Summary buffer format > for all my groups, except my outgoing group (the GCC: group); I > would like that one to use a format that displayed, say, the first > To: address rather than the usual From: (they're all from me, > after all :-). It is simple to display the To header for all messages from you. It works like this: First, you tell Gnus to save extra headers in the overview files, and to make use of it: (setq gnus-extra-headers '(To)) (setq nnmail-extra-headers gnus-extra-headers) To actually put the new headers in the old overview files, type M-x nnml-generate-nov-databases RET. To tell Gnus to display the new headers, substitute %n in gnus-summary-line-format with %f. kai -- Abort this operation? [Abort] [Cancel]