[K12OSN] Time in Signature

Roger morris_r at 4j.lane.edu
Mon Apr 19 15:04:54 UTC 2004


Around Mon, Apr 19, 2004 at 09:10:36AM -0500,  Doug Simpson, wrote:
> Does enyone know of a way to make a signature in an email include a 
> timestamp based on system time?  I know the email header includes time 
> information but I would like to have the current time that the email was 
> created included in the signature.
> 
kind of like that down there?
With mutt, put in your .muttrc the line:
set signature="~/bin/sig|"

Then create  ~/bin/sig  contents:
#!/bin/bash
echo "Your Name"
echo "your other info"
echo `date`

-- 
Roger Morris
687-3579
morris_r at 4j.lane.edu
Mon Apr 19 08:02:46 PDT 2004





More information about the K12OSN mailing list