From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20328 Path: main.gmane.org!not-for-mail From: Michael Cook Newsgroups: gmane.emacs.gnus.general Subject: Re: %f of gnus-summary-line-format Date: 15 Jan 1999 11:58:59 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <80btk0h3qk.fsf@pepsi.clearviewtech.com> References: <80sodch5u8.fsf@pepsi.clearviewtech.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158637 17120 80.91.224.250 (21 Oct 2002 00:03:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:03:57 +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 MAA15684 for ; Fri, 15 Jan 1999 12:01:21 -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 LAB04886; Fri, 15 Jan 1999 11:00:50 -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 11:00:59 -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 LAA02832 for ; Fri, 15 Jan 1999 11:00:51 -0600 (CST) Original-Received: from tma-1.sightpath.com (tma-1.sightpath.com [208.246.45.91]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA15665 for ; Fri, 15 Jan 1999 12:00:44 -0500 (EST) Original-Received: from pepsi.clearviewtech.com (IDENT:cook@pepsi.sightpath.com [208.246.45.86]) by tma-1.sightpath.com (8.9.1a/8.9.1) with ESMTP id LAA20091 for ; Fri, 15 Jan 1999 11:59:33 -0500 (EST) Original-Received: (from cook@localhost) by pepsi.clearviewtech.com (8.8.7/8.8.7) id LAA27906; Fri, 15 Jan 1999 11:58:59 -0500 Original-To: ding@gnus.org In-Reply-To: Lee Willis's message of "15 Jan 1999 16:21:51 +0000" Original-Lines: 21 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:20328 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20328 > Read the thread entitled "using multiple Summary buffer formats" Got it. Thanks. The help text for %f should probably explain that: --- gnus.el~ Fri Jan 15 11:55:41 1999 +++ gnus.el Fri Jan 15 11:57:17 1999 @@ -1816,6 +1816,10 @@ %A Extracted address of the poster (string) %F Contents of the From: header (string) %f Contents of the From: or To: headers (string) + You'll probably also want: + (setq gnus-extra-headers '(To)) + (setq nnmail-extra-headers gnus-extra-headers) + See also `gnus-ignored-from-addresses'. %x Contents of the Xref: header (string) %D Date of the article (string) %d Date of the article (string) in DD-MMM format M.