Gnus development mailing list
 help / color / mirror / Atom feed
From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
Subject: Re: Bug in summary buffer line?
Date: Tue, 15 Jan 2002 16:11:40 +0100	[thread overview]
Message-ID: <d70bejir.fsf@hschmi22.userfqdn.rz-online.de> (raw)
In-Reply-To: <uk7ukkk3c.fsf@axis.com>

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

Niklas Morberg <niklas.morberg@axis.com> 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:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Fix typo --]
[-- Type: text/x-patch, Size: 644 bytes --]

--- 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


[-- Attachment #3: Type: text/plain, Size: 175 bytes --]

-- 
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


  reply	other threads:[~2002-01-15 15:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-15 10:02 Niklas Morberg
2002-01-15 15:11 ` Frank Schmitt [this message]
2002-01-15 15:35   ` Niklas Morberg
2002-01-15 15:52     ` Colin Marquardt
2002-01-15 16:50   ` ShengHuo ZHU

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d70bejir.fsf@hschmi22.userfqdn.rz-online.de \
    --to=usereplyto@frank-schmitt.net \
    --cc=usenet@Frank-Schmitt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).