Jim Breton writes:
> Is there a way (other than modifying the source) to change the format of
> the Date string put into messages I send? I really just want to change
> the time zone and it looks like Mutt is writing this header (although I
> can't modify it when $edit_headers is set).
>
> Rather than EST I would like to use GMT. My local machine is set to
> EST and I know I could change that, but I'm wondering if there's a way
> to change *just* mutt for this.
Bourne shell:
$ TZ=GMT mutt
C shell:
$ env TZ=GMT mutt
Wrap a script around this and off you go :)
I just tested it here, sending email to myself:
Date: Fri, 25 Feb 2000 11:04:45 -0500
(We are in GMT, and I used TZ=EST.)