- On Tue, 10.Sep.2002, 13:58EDT, Mark J. Reed uttered:
> On Tue, Sep 10, 2002 at 01:48:19PM -0400, Mark J. Reed wrote:
> > Simply replace %d with %D in the value of the $index_format
> Whups, I lied. I mean, that would be correct if you were using
> %d *outside* of %{...}, but stuff inside %{...} is strftime(3) format
> characters, not mutt format characters. To use local time
> instead of sender's time with the same strftime format,
> just change the {} to []:
>
> set index_format="%4C%Z%[%b %d] %-15.15L (%4l)%s"
>
Ah yes this works well for the index itself. Thanks! However it would
be useful to do the same conversion-to-local-TZ for the 'Date:' header
in the pager. Any ideas?
Regards,
Keith