From: morioka Date: Wed, 8 Apr 1998 22:48:48 +0000 (+0000) Subject: Sync up with Gnus 5.6.4. X-Git-Tag: gnus-6_7-tomo-199811302358~93 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=761ed0578ef15e3112d54adc4f0a91cf80fc5ba2;p=elisp%2Fgnus.git- Sync up with Gnus 5.6.4. --- 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)