From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18176 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: new NOV stuff in p0.40 Date: 25 Oct 1998 20:40:17 -500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156746 4795 80.91.224.250 (20 Oct 2002 23:32:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:32:26 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA07616 for ; Sun, 25 Oct 1998 20:41:24 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB27272; Sun, 25 Oct 1998 19:41:13 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 25 Oct 1998 19:40:59 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id TAA13955 for ; Sun, 25 Oct 1998 19:40:51 -0600 (CST) Original-Received: from pocari-sweat.jprc.com (POCARI-SWEAT.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA07597 for ; Sun, 25 Oct 1998 20:40:48 -0500 (EST) Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.7/8.8.7) id UAA15837; Sun, 25 Oct 1998 20:40:17 -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: Lars Magne Ingebrigtsen's message of "26 Oct 1998 01:37:49 +0100" Original-Lines: 30 User-Agent: Gnus/5.070034 (Pterodactyl Gnus v0.34) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18176 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18176 Lars Magne Ingebrigtsen writes: > If one is interested only in seeing the To header in the nnfolder > groups, then setting the nnmail-extra-headers variabel would be > counter-productive, since nnfolder doesn't do NOV headers. OK. >> while gnus-e-h is used when *receiving* XOVER response? > Almost. It's used when receiving headers, whether they be HEAD > headers or NOV headers. OK again. > You have to use the %f spec to get to-or-newsgroup-or-from: > (setq gnus-summary-line-format > "%U%R%z%I%(%[%4L: %-20,20f%]%) %s\n") Ah, that's what I missed. I hack my summary format, using gnus-select-group-hook, and didn't notice that. Thanx for the clue. > Adding this should be easy, but what should the score file syntax be? I believe I favor the 2nd suggested form, using sublists under "extra". Since you consider this easy :-), I believe I'll wait a day or three to see if you come up with something; if not, I'll see if I can get my elisp karma worked up to produce something sensible. --karl