From 761ed0578ef15e3112d54adc4f0a91cf80fc5ba2 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 8 Apr 1998 22:48:48 +0000 Subject: [PATCH] Sync up with Gnus 5.6.4. --- lisp/gnus-sum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 79e31a3..b87d3a2 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -830,7 +830,7 @@ which it may alter in any way.") (?x ,(macroexpand '(mail-header-xref gnus-tmp-header)) ?s) (?D ,(macroexpand '(mail-header-date gnus-tmp-header)) ?s) (?d (gnus-dd-mmm (mail-header-date gnus-tmp-header)) ?s) - (?o (gnus-date-iso8601 gnus-tmp-header) ?s) + (?o (gnus-date-iso8601 (mail-header-date gnus-tmp-header)) ?s) (?M ,(macroexpand '(mail-header-id gnus-tmp-header)) ?s) (?r ,(macroexpand '(mail-header-references gnus-tmp-header)) ?s) (?c (or (mail-header-chars gnus-tmp-header) 0) ?d) -- 1.7.10.4