From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20162 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch to show `To' header Date: 08 Jan 1999 13:00:48 -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 1035158504 16264 80.91.224.250 (21 Oct 2002 00:01:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:01:44 +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 NAA05146 for ; Fri, 8 Jan 1999 13:06:56 -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 MAB04311; Fri, 8 Jan 1999 12:01:38 -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:01:47 -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 MAA22592 for ; Fri, 8 Jan 1999 12:01:39 -0600 (CST) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA05043 for ; Fri, 8 Jan 1999 13:01:31 -0500 (EST) Original-Received: (from karl@localhost) by beaver.jprc.com (8.8.7/8.8.7) id NAA21601; Fri, 8 Jan 1999 13:00:49 -0500 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Stefan Waldherr's message of "08 Jan 1999 18:42:33 +0100" Original-Lines: 15 User-Agent: Gnus/5.070069 (Pterodactyl Gnus v0.69) XEmacs/21.2(beta8) (Artemis) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:20162 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20162 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") You want "%...f" to get the alternate forms, not "%...n". See doc string. `f' should probably be made default, since it defaults to `n' behavior in the absence of sufficient overview clues. > then I fiddled with the %B thingie in gnus-summary-line-format. `B'? That's not one of the specifiers in gnus-summary-line-format. Perhaps it's a defunctitude from an older incantation of Gnus? See gnus-summary-line-format-alist in gnus-sum.el, and the defcustom in gnus.el.