From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22289 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: Timestamps Date: 07 Apr 1999 08:46:31 +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 1035160237 28561 80.91.224.250 (21 Oct 2002 00:30:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:30:37 +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 CAA09701 for ; Wed, 7 Apr 1999 02:51:21 -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 BAB25662; Wed, 7 Apr 1999 01:47:26 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 07 Apr 1999 01:47:25 -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 BAA04684 for ; Wed, 7 Apr 1999 01:47:14 -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 CAA09680 for ; Wed, 7 Apr 1999 02:47:06 -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 m10Um6a-001nssC; Wed, 7 Apr 1999 08:46:32 +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: > (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")) Blah .. sorry for the follow-up but this version is seriously flawed, since all group lines will be updated ... I ended up with (horrors) (setq gnus-group-line-format "%M\%S\%L\%P\%5y: %(%-40,40g%) %2,2~(cut 4)d %2,2~(cut 4)d %-4,4d\n") I tried something along the lines gnus-find-group-parameter, but (on a first impression) don't have the necessary group-name. Any leads? TIA, norbert.