From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20161 Path: main.gmane.org!not-for-mail From: Justin Sheehy Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch to show `To' header Date: 08 Jan 1999 13:04:33 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158503 16263 80.91.224.250 (21 Oct 2002 00:01:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:01: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 NAA05111 for ; Fri, 8 Jan 1999 13:05:35 -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 MAB04507; Fri, 8 Jan 1999 12:05:14 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Jan 1999 12:05:10 -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 MAA22712 for ; Fri, 8 Jan 1999 12:05:01 -0600 (CST) Original-Received: from linus.mitre.org (linus.mitre.org [129.83.10.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA05092 for ; Fri, 8 Jan 1999 13:04:52 -0500 (EST) Original-Received: from caffeine.mitre.org (caffeine.mitre.org [129.83.10.136]) by linus.mitre.org (8.8.7/8.8.7) with ESMTP id NAA02508 for ; Fri, 8 Jan 1999 13:04:33 -0500 (EST) Original-Received: (from justin@localhost) by caffeine.mitre.org (8.8.7/8.8.7) id NAA07769; Fri, 8 Jan 1999 13:04:33 -0500 (EST) Original-To: ding@gnus.org Original-Lines: 16 User-Agent: Gnus/5.070069 (Pterodactyl Gnus v0.69) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:20161 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20161 Stefan Waldherr writes: > Well, I didn't get it to work. Here is what I did: > > (setq gnus-summary-line-format "%B%R%z%I%(%[%d: %-24,24n%]%) %-4,4i%s\n") > then I fiddled with the %B thingie in gnus-summary-line-format. What is the %B specifier? I don't see it referenced in the manual. The one that I use for the from/to header is: %f Contents of the From: or To: headers (string) Since you seem to be using %n instead of %f, you won't see the To header. -Justin