Re: [Evolution] Not able to include a signature
- From: Teletchéa Stéphane <steletch steletch org>
- To: guenther <guenther rudersport de>
- Cc: evolution lists ximian com
- Subject: Re: [Evolution] Not able to include a signature
- Date: 03 Nov 2003 10:01:32 +0100
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]