Le jeu 30/10/2003 � 17:42, guenther a �crit :
> > After i did an upgrade to evolution 1.2.4, i'm not able to use anymore a
> > signature generator.
> > 
> > Before, i had a cron making it as ~/.signature and it was auto-included
> > automatically.
> > 
> > I didn't found this option in the new evolution, so i tried to do it as
> > a script. It appears in my signature drop-down menu, but when i select
> > it, nothing appears.
> > 
> > Can someone help for including my signature ?
> 
> The "Script Signature" option will execute the specified file and use
> it's output as signature. This will fail, as your ~/.signature file
> likely neither is a script nor is it executable.

OK, it works now.

Do you have a trick to have non in line signature e.g. :
"--
09:59:26 up 19 days, 20:34, 3 users, load average: 0.26, 0.22, 0.12
http://steletch.org
Linux 2.4.21-0.25mdk #1 Thu Jul 24 13:10:52 MDT 2003"

Instead of :
"-- 09:59:51 up 19 days, 20:34, 3 users, load average: 0.17, 0.20, 0.12
http://steletch.org Linux 2.4.21-0.25mdk #1 Thu Jul 24 13:10:52 MDT
2003"


I've tried to use printf instead of echo in my script with no luck :

#!/bin/sh
 
echo "--"
 
echo `/usr/bin/uptime |sed "s/^ //g"`
 
printf "http://steletch.org\n";
 
uname -srv


Thanks in advance,

Stef



_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to