On Tue, 2005-01-18 at 14:39, Vikram Goyal wrote: > Hello Friends, > > I am using evolution default version for fc3. > > I wanted to use my auto generated signature from a script which i was > using for quite along time in mutt, but could not find any option in > evolution, how to include it. > > If anyone knows a trick then do let me know. Create a script something like : #!/bin/bash echo "<br>" echo "-- <br>" echo "Ow Mun Heng<br>" echo "Gentoo/Linux on DELL D600 1.4Ghz <br>" echo "98% Microsoft(tm) Free!! <br>" echo "Neuromancer "; uptime | awk '{ print $1FS$2FS$3FS$4FS$5FS }'; echo "<br>"; uptime | awk '{print $6 FS $7 FS $8 FS $9 FS $10}'; echo "<br>" mark it as excutable and then go to tools-settings->and go put the signature in there using the "USE Script" or something like that -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 98% Microsoft(tm) Free!! Neuromancer 17:17:26 up 7:57, 8 users, load average: 0.80, 0.62, 0.47