From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22278 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: Timestamps Date: 06 Apr 1999 18:18:58 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <19990405165237.A9048@diabolo.ndh.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160228 28494 80.91.224.250 (21 Oct 2002 00:30:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:30:28 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA16977 for ; Tue, 6 Apr 1999 12:22:11 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB15039; Tue, 6 Apr 1999 11:21:15 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 06 Apr 1999 11:20:13 -0500 (CDT) 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 LAA26507 for ; Tue, 6 Apr 1999 11:19:59 -0500 (CDT) Original-Received: from mail.delta-ii.de (root@mail.delta-ii.de [195.180.229.162]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA16927 for ; Tue, 6 Apr 1999 12:19:45 -0400 (EDT) Original-Received: by mail.delta-ii.de (Smail3.2.0.105/lists.delta-ii.de) via Delta-II for mailhost.sclp.com id m10UYZ0-001nswC; Tue, 6 Apr 1999 18:18:58 +0200 (CEST) Original-To: Stefanie Teufel Mail-Copies-To: never X-Attribution: lykos X-Organization: DELTA Industrie Informatik GmbH X-URL: http://www.delta-ii.de X-Face: . writes: > But I don't like the output "990405", what I'd really like to see is > something like "05/04/1999". Any hints? Hi Steffi, I've tried the following which seems to do what you want: (setq gnus-group-line-format "%M\%S\%L\%P\%5y: %(%-40,40g%) %uT\n") (defun gnus-user-format-function-T (dummy) (format-time-string "%D - %T")) My group-line now is 3 2: nnml+nk:xemacs 04/06/99 - 18:18:10 * 3 0: nnml+nk:ding 04/06/99 - 18:18:10 Hth, cheers, norbert.