From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4365 Path: main.gmane.org!not-for-mail From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) Newsgroups: gmane.emacs.gnus.general Subject: Re: X-Sent Headers... Date: 12 Dec 1995 21:59:53 +0100 Organization: Dept. of Informatics, University of Oslo, Norway Sender: larsi@ifi.uio.no Message-ID: References: <9512110545.AA0040@localhost> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145121 29340 80.91.224.250 (20 Oct 2002 20:18:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:18:41 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id NAA12869 for ; Tue, 12 Dec 1995 13:57:41 -0800 Original-Received: from gymir.ifi.uio.no (4867@gymir.ifi.uio.no [129.240.80.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 12 Dec 1995 21:59:55 +0100 Original-Received: (from larsi@localhost) by gymir.ifi.uio.no ; Tue, 12 Dec 1995 21:59:54 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Patrick Audley's message of Sun, 10 Dec 95 21:45:31 -0800 Original-Lines: 16 Xref: main.gmane.org gmane.emacs.gnus.general:4365 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4365 Patrick Audley writes: > Is there any way to have SGnus add the X-Sent header, instead > of replacing the Date Header in gnus-article-date-lapsed? I like the > X-sent header, but need the Date one too.... ;) Well, of course there's a way. This is Emacs, after all. You just have to write the code yourself. :-) Take a look at the function `gnus-article-date-ut'. Copy it somewhere else, give it a new name and remove the part that mentions `nnheader-remove-header'. Modify the display hook to point to this new function. Presto! -- Home is where the cat is.