From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21623 Path: main.gmane.org!not-for-mail From: jari.aalto@poboxes.com (Jari Aalto+mail.emacs) Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-treat-date-user-defined not working (patch included) Date: 27 Feb 1999 00:11:43 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159692 23891 80.91.224.250 (21 Oct 2002 00:21:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:21:32 +0000 (UTC) Keywords: jari,setq,gnus,aalto 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 RAA20335 for ; Fri, 26 Feb 1999 17:13:28 -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 QAB15975; Fri, 26 Feb 1999 16:11:42 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 Feb 1999 16:12:29 -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 QAA14131 for ; Fri, 26 Feb 1999 16:12:20 -0600 (CST) Original-Received: from axl01it.ntc.nokia.com (axl01it.ntc.nokia.com [131.228.118.232]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA20302 for ; Fri, 26 Feb 1999 17:12:11 -0500 (EST) Original-Received: from zeus.ntc.nokia.com (zeus.ntc.nokia.com [131.228.134.50]) by axl01it.ntc.nokia.com (8.8.5/8.6.9) with SMTP id AAA24062 for ; Sat, 27 Feb 1999 00:10:52 +0200 (EET) Original-Received: from creator.ntc.nokia.com (creator.ntc.nokia.com [131.228.48.178]) by zeus.ntc.nokia.com (8.6.4/8.6.4) with ESMTP id AAA04600 for ; Sat, 27 Feb 1999 00:20:24 +0200 Original-Received: (from jaalto@localhost) by creator.ntc.nokia.com (8.8.6 (PHNE_14041)/8.7.1) id AAA25139; Sat, 27 Feb 1999 00:11:43 +0200 (EET) Original-To: Ding mailing list X-Sender-Info: Emacs tiny tools: ftp://cs.uta.fi/pub/ssjaaa/ File server: Send subject 'send help' to PGP 2.6.x keyid 47141D35 http://www.pgp.net/pgpnet/ In-Reply-To: jari.aalto@poboxes.com's message of "26 Feb 1999 22:37:13 +0200" Original-Lines: 26 User-Agent: Gnus/5.070077 (Pterodactyl Gnus v0.77) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21623 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21623 * 1999-02-26 jari.aalto@poboxes.com (Jari Aalto+mail.emacs) list.ding * Message-Id: | * 1999-02-26 Lars Magne Ingebrigtsen list.ding | * Message-Id: | | jari.aalto@poboxes.com (Jari Aalto+mail.emacs) writes: | | | | > How do I make gnus to display it like this all the time? | | | | See `gnus-treat-date-user-defined'. Somehow Gnus put's User's date in the middle of the article. You can see it with vanilla 0.77 and with this setup: (setq gnus-treat-date-ut t) (setq gnus-treat-date-user-defined 'gnus-article-date-user) (setq gnus-article-time-format 'my-gnus-article-date) (setq gnus-treatment-function-alist '((gnus-treat-date-ut gnus-article-date-user))) (defun my-gnus-article-date (date-list) "Date: //// test /////") Any ideas? jari