Re: Setting timezone to local timezone

2007-02-01 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, February 1 at 11:52 AM, quoth Travis H.: > Neat, I didn't know about display_filter. > > Maybe I can use it to join URLs that span lines > (or substitute tinyurl or other short mappings). Well, for *display*, yes you can (to some extent

Re: Setting timezone to local timezone

2007-02-01 Thread Travis H.
On Wed, Jan 31, 2007 at 10:51:24AM -0500, Kyle Wheeler wrote: > >> #!/bin/bash > >> # save the message to a file > >> cat - > /tmp/timezoneconvert.$$ > >> # extract the date header > >> thedate=$( awk '/^Date: / && !i { $1="" ; print $0 ; i=1}' ) > >> # convert to the curren

Re: Setting timezone to local timezone

2007-01-31 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, January 30 at 05:39 PM, quoth Stuart McKim: >> You could change that yourself by creating a display filter. For >> example: >> >> #!/bin/bash >> # save the message to a file >> cat - > /tmp/timezoneconvert.$$ >> # extract

Re: Setting timezone to local timezone

2007-01-30 Thread Stuart McKim
On Mon, Jan 29, 2007 at 12:37:11PM -0500, Kyle Wheeler wrote: > On Monday, January 29 at 09:03 AM, quoth Stuart McKim: > > Is there a way to specify what timezone mutt uses for the "Date:" > > header? > > Yes. > > > The server I am using is set correctly to UTC time, but I would like > > the da

Re: Setting timezone to local timezone

2007-01-29 Thread Gary Johnson
On 2007-01-29, Kyle Wheeler <[EMAIL PROTECTED]> wrote: > On Monday, January 29 at 09:03 AM, quoth Stuart McKim: > > I know that technically the date is correct, but for somebody using > > an e-mail client that does not automatically convert dates to the > > local time, such as mutt, it would be

Re: Setting timezone to local timezone

2007-01-29 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, January 29 at 09:03 AM, quoth Stuart McKim: > Is there a way to specify what timezone mutt uses for the "Date:" > header? Yes. > The server I am using is set correctly to UTC time, but I would like > the date to be shown as Pacific time

Setting timezone to local timezone

2007-01-29 Thread Stuart McKim
Is there a way to specify what timezone mutt uses for the "Date:" header? The server I am using is set correctly to UTC time, but I would like the date to be shown as Pacific time (currently -0800). I would really prefer to keep the server on UTC as it integrates better with the rest of our infrast