From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29214 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Using `gnus-extra-headers' Date: 13 Feb 2000 06:37:37 -0800 Sender: owner-ding@hpc.uh.edu 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 1035165924 1491 80.91.224.250 (21 Oct 2002 02:05:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:05:24 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id BF728D0520 for ; Sun, 13 Feb 2000 09:40:34 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB29371; Sun, 13 Feb 2000 08:40:27 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 13 Feb 2000 08:37:53 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA06244 for ; Sun, 13 Feb 2000 08:37:42 -0600 (CST) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by mailhost.sclp.com (Postfix) with SMTP id 1A32CD0520 for ; Sun, 13 Feb 2000 09:37:45 -0500 (EST) Original-Received: (qmail 2318 invoked from network); 13 Feb 2000 14:42:57 -0000 Original-Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (root@209.144.117.113) by mail.networkone.net with SMTP; 13 Feb 2000 14:42:57 -0000 Original-Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id GAA22533; Sun, 13 Feb 2000 06:37:37 -0800 X-Authentication-Warning: reader.ptw.com: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org Original-Lines: 27 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29214 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29214 Summary: How can a user specify an extra header that is not already recognized by ognus? The info pages indicate how this is done but it seems only for certain headers that are already recognized internally. My simple code below displays the headers listed where appropriate: ;;;**** extra header stuff ***** (setq gnus-extra-headers '(To Newsgroups)) (setq nnmail-extra-headers gnus-extra-headers) (setq gnus-ignored-from-addresses "Harry Putnam") ;;;***** end extra header ****** Now I want to dispay in the visible headers, a home made "Keywords" header. Using the above approach doesn't display that header. I'm not interested in having this in Summary buffer format, but want to be able to use the `/ x' (limit to extra headers) on that (`Keywords: ') Header.