Sync up with Gnus 5.6.4.
authormorioka <morioka>
Wed, 8 Apr 1998 22:48:48 +0000 (22:48 +0000)
committermorioka <morioka>
Wed, 8 Apr 1998 22:48:48 +0000 (22:48 +0000)
lisp/gnus-sum.el

index 79e31a3..b87d3a2 100644 (file)
@@ -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)