When I view a message in the pager mutt displays the time in the Date header in UTC rather than my local time zone. The index view displays the local time correctly. I found this old mailing list post that describes how to get the local time to display in the status bar at the bottom of the screen, but this still doesn't "fix" the time in the Date header at the top of the screen. Is there any way to get the pager to convert the Date header time to local time?
feedback
|
|
The formatting in the index is controlled by the Changing it as it comes in means adding a filter to your mail delivery agent, but it needs to be sophisticated enough to parse the existing You'll need to write a program or shell script that reads each line of the message and replaces the one with the Date header, or find an existing script (there's one here that might work, although it doesn't seem like it should really be necessary to involve a temporary file) | |||
|
feedback
|
|
Taking Gilles' advice, here's a version that uses a temp file and
| ||||
|
feedback
|
|
I made a shell script as described at the end of Michael's answer that does the job for me:
| |||||
feedback
|