From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42028 Path: main.gmane.org!not-for-mail From: Frank Schmitt Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug in summary buffer line? Date: Tue, 15 Jan 2002 16:11:40 +0100 Organization: Hamme net, kren mer och nimmi Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035177330 9218 80.91.224.250 (21 Oct 2002 05:15:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:15:30 +0000 (UTC) Return-Path: Original-Received: (qmail 3605 invoked from network); 15 Jan 2002 15:13:11 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 15 Jan 2002 15:13:11 -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 16QVFi-0007Ix-00; Tue, 15 Jan 2002 09:11:54 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 15 Jan 2002 09:11:45 -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 JAA22902 for ; Tue, 15 Jan 2002 09:11:31 -0600 (CST) Original-Received: (qmail 3587 invoked by alias); 15 Jan 2002 15:11:33 -0000 Original-Received: (qmail 3582 invoked from network); 15 Jan 2002 15:11:33 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 15 Jan 2002 15:11:33 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16QVH0-0005PM-00 for ; Tue, 15 Jan 2002 16:13:14 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 44 Original-NNTP-Posting-Host: pppin5.max-hochsimmer.rz-online.net Original-X-Trace: quimby2.netfonds.no 1011107594 20791 212.7.169.5 (15 Jan 2002 15:13:14 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 15 Jan 2002 15:13:14 GMT X-Posting-Agent: Hamster/1.3.23.1 X-Face: :EL9TzGRN){7|oE2~xQ8Q(VjpjsXgX$~gi&rYD5J5p)$w\Thdl~v:7h`/n)J!8nXT%_+Wj6}@EHM8}QbA(9nX-wrQ:ch1%DauV[?kFasXUcnL#+"K8zOx&$@/M'/},q-eztaJra1|?C+p$h\2XnK-HB"8_U writes: >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 Confirmed. here is the fix: --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus-util.el.patch Content-Description: Fix typo --- gnus-util.el.old Sun Jan 6 15:33:04 2002 +++ gnus-util.el Tue Jan 15 15:02:32 2002 @@ -343,7 +343,7 @@ (604800 . "%a %k:%M") ;;that's one week ((gnus-seconds-month) . "%a %d") ((gnus-seconds-year) . "%b %d") - (t . "%b %m '%y")) ;;this one is used when no other does match + (t . "%b %d '%y")) ;;this one is used when no other does match "Alist of time in seconds and format specification used to display dates not older. The first element must be a number or a function returning a number. The second element is a format-specification as described in --=-=-= -- One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them In the Land of Mordor where the Shadows lie. 19. Dezember 2001 --=-=-=--