Lars Hecking <[EMAIL PROTECTED]>:

> > 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 :)

And if you want the timezone to depend on which folder you're in, or
who you're writing to, then you simply write a hook that ... calls
mutt's putenv/setenv command, which doesn't exist, but could be
created ...

Edmund

Reply via email to