From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42943 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: User-date broken with nnweb backend? Date: Wed, 06 Feb 2002 13:26:20 +0100 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 1035178115 14878 80.91.224.250 (21 Oct 2002 05:28:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:28:35 +0000 (UTC) Return-Path: Original-Received: (qmail 19123 invoked from network); 6 Feb 2002 12:28:23 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 6 Feb 2002 12:28:23 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16YRBD-0007oL-00; Wed, 06 Feb 2002 06:28:03 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 06 Feb 2002 06:27:36 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id GAA29623 for ; Wed, 6 Feb 2002 06:26:19 -0600 (CST) Original-Received: (qmail 19084 invoked by alias); 6 Feb 2002 12:26:17 -0000 Original-Received: (qmail 19079 invoked from network); 6 Feb 2002 12:26:17 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by gnus.org with SMTP; 6 Feb 2002 12:26:17 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-200.axis.se [10.13.8.200]) by krynn.axis.se (8.12.1/8.12.1/Debian -5) with ESMTP id g16CPm5l014562 for ; Wed, 6 Feb 2002 13:25:48 +0100 Original-To: ding@gnus.org In-Reply-To: (Niklas Morberg's message of "Thu, 31 Jan 2002 13:03:22 +0100") Original-Lines: 14 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-mingw-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42943 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42943 Niklas Morberg writes: > The `&user-date;' displays all dates as `jan 01 '70' when > using the nnweb backend (`G w' in group buffer). Using `%D' > displays dates properly. As a (probably obvious) workaround, I found that setting a local summary line for nnweb groups works. Like so: (setq gnus-parameters '(("^nnweb:.*" (gnus-summary-line-format "%U%R%z%B%D %[%4L %-20,20f%] %s\n")))) Niklas