From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42010 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Bug in summary buffer line? Date: Tue, 15 Jan 2002 11:02:47 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177315 9133 80.91.224.250 (21 Oct 2002 05:15:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:15:15 +0000 (UTC) Return-Path: Original-Received: (qmail 26799 invoked from network); 15 Jan 2002 10:03:56 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 15 Jan 2002 10:03:56 -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 16QQQV-0003BZ-00; Tue, 15 Jan 2002 04:02:43 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 15 Jan 2002 04:02:34 -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 EAA21168 for ; Tue, 15 Jan 2002 04:02:21 -0600 (CST) Original-Received: (qmail 26780 invoked by alias); 15 Jan 2002 10:02:23 -0000 Original-Received: (qmail 26775 invoked from network); 15 Jan 2002 10:02:22 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by gnus.org with SMTP; 15 Jan 2002 10:02:22 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-217.axis.se [10.13.8.217]) by krynn.axis.se (8.12.1/8.12.1/Debian -2) with ESMTP id g0FA1rRM014113 for ; Tue, 15 Jan 2002 11:01:53 +0100 Original-To: ding@gnus.org Original-Lines: 23 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1 (i386-mingw-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42010 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42010 When looking at mails older than one month, the `&user-date;' seems to get confused; instead of displaying the date, the number of the month is displayed instead. The incorrect result is this (copied from my summary buffer): ?* okt 10 '01 [ 0 Majordomo@hpc.uh.edu] Welcome to ding but the actual date of the message is not the 10th of October, but rather the 23rd (copied from message header): Date: Tue, 23 Oct 2001 15:03:15 -0500 (CDT) The problem occurs with all emails received last year. I'm using NTEmacs 21.1 with CVS gnus from just now. This is in my .gnus: (setq gnus-summary-line-format "%U%R%z%B%&user-date; %[%4L %-20,20n%] %s\n") It seems weird that nobody has noticed this problem before, so maybe there is something amiss with my settings? Niklas