From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35442 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Once again on extra headers Date: 21 Mar 2001 20:00:47 -0800 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035171186 3118 80.91.224.250 (21 Oct 2002 03:33:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:33:06 +0000 (UTC) Return-Path: Original-Received: (qmail 12379 invoked by alias); 22 Mar 2001 04:00:54 -0000 Original-Received: (qmail 12374 invoked from network); 22 Mar 2001 04:00:54 -0000 Original-Received: from mail.networkone.net (209.144.112.246) by gnus.org with SMTP; 22 Mar 2001 04:00:54 -0000 Original-Received: (qmail 19045 invoked from network); 22 Mar 2001 04:00:49 -0000 Original-Received: from unknown (HELO reader.local.lan) (209.144.117.151) by mail.networkone.net with SMTP; 22 Mar 2001 04:00:49 -0000 Original-Received: (from reader@localhost) by reader.local.lan (8.11.0/8.11.0) id f2M40lD00348; Wed, 21 Mar 2001 20:00:47 -0800 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 33 Xref: main.gmane.org gmane.emacs.gnus.general:35442 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35442 I've used the cool extra header code for sometime to generate NOV and display a "Keywords: " header like this: (setq gnus-extra-headers '(To Newsgroups Keywords)) (setq nnmail-extra-headers gnus-extra-headers) Now I want to use this same technique to generate NOV and display a custom header `X-HP-Keywords: '. Using the same code: (setq gnus-extra-headers '(To Newsgroups X-HP-Keywords)) (setq nnmail-extra-headers gnus-extra-headers) And regenerating NOV in that group isn't doing what I expected. No X-HP-Keyword header is displayed. It isn't clear in the manual section that covers this if this only works with certain headers or if one can make it work on a custom header too. There is language there that says: 2. The value of these extra headers can be accessed via the `gnus-extra-header' function. Here's a format line spec that will access the `X-Newsreader' header: "%~(form (gnus-extra-header 'X-Newsreader))@" But I haven't had to do that for the `Keywords' to work. Is it my non-regulation header causing the problem or something else.