On Tue, Sep 10, 2002 at 01:09:05PM -0400, Keith R. John Warno wrote:
> Is there any intuitive way to get the ``Date:'' header (as shown in the
> pager) to always show the time converted to my local time zone?
Well, I don't know how intutive it is, but there is an easy way to do it.
Simply replace %d with %D in the value of the $index_format
configuration variable.  If you have't specified a custom $index_format,
the default is "%4C%Z%{%b %d} %-15.15L (%4l)%s", so if you set it to
"%4C%Z%{%b %D} %-15.15L (%4l)%s" you should be good.

That is, you need to put 

        set index_format="%4C%Z%{%b %D} %-15.15L (%4l)%s"

in your .muttrc or .mutt/muttrc.

-- 
Mark REED                    | CNN Internet Technology
1 CNN Center Rm SW0831G      | [EMAIL PROTECTED]
Atlanta, GA 30348      USA   | +1 404 827 4754 
--
Q:      What do you call a blind pre-historic animal?
A:      Diyathinkhesaurus.

Q:      What do you call a blind pre-historic animal with a dog?
A:      Diyathinkhesaurus Rex.

Reply via email to