Re: [opensuse] Email signature command execution help

2006-11-16 Thread Hylton Conacher(ZR1HPC)
Basil Chupin wrote: Scott Leighton wrote: On Sunday 12 November 2006 9:07 pm, Basil Chupin wrote: I missed previous posts in this thread, but in Mozilla/TB under Account Settings you have the item Attach this Signature where you can specify the file to attach as the sig. Wouldn't selecting

Re: [opensuse] Email signature command execution help

2006-11-16 Thread Hylton Conacher(ZR1HPC)
Darryl Gregorash wrote: snip So, apart from the cosmetics, using a named pipe as the signature file and overwriting the signature are identical. OK, Hylton has two methods now to get what he wants in his signature :-) mmm, Tnx all and it would seem esp houghi. --

Re: [opensuse] Email signature command execution help

2006-11-14 Thread houghi
On Tue, Nov 14, 2006 at 12:48:39AM -0600, Darryl Gregorash wrote: On 2006-11-13 22:57, Basil Chupin wrote: It doesn't cache the sig file. You can write a new one, put its name in the Attach this Signature box, pretend to write a new message and the new sig will be at the bottom on the

Re: [opensuse] Email signature command execution help

2006-11-14 Thread Darryl Gregorash
On 2006-11-14 01:59, houghi wrote: With fifo you will only get a new signature when there is a request. OK, this is what I cannot figure out how to do. -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [opensuse] Email signature command execution help

2006-11-14 Thread Theo v. Werkhoven
Tue, 14 Nov 2006, by [EMAIL PROTECTED]: On 2006-11-14 01:59, houghi wrote: With fifo you will only get a new signature when there is a request. OK, this is what I cannot figure out how to do. Very simply put: $ mkfifo sig $ l sig prw-r--r-- 1 theo users 0 Nov 14 22:29 sig| $

Re: [opensuse] Email signature command execution help

2006-11-14 Thread Darryl Gregorash
On 2006-11-14 15:33, Theo v. Werkhoven wrote: $ mkfifo sig $ l sig prw-r--r-- 1 theo users 0 Nov 14 22:29 sig| $ while [ 1 ];do uptime sig;done $ read sigline sig $ echo $sigline OK, but that is hardly useful in the context of this thread. Since I cannot simply tell

Re: [opensuse] Email signature command execution help

2006-11-14 Thread Theo v. Werkhoven
Tue, 14 Nov 2006, by [EMAIL PROTECTED]: On 2006-11-14 15:33, Theo v. Werkhoven wrote: $ mkfifo sig $ l sig prw-r--r-- 1 theo users 0 Nov 14 22:29 sig| $ while [ 1 ];do uptime sig;done $ read sigline sig $ echo $sigline OK, but that is hardly useful in the context of

Re: [opensuse] Email signature command execution help

2006-11-14 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Tuesday 2006-11-14 at 17:07 -0600, Darryl Gregorash wrote: The end result must be a file, and I do not know if a named pipe qualifies as a file in mozilla's language. If it does, then I can just insert sig as the signature file, but I am not

Re: [opensuse] Email signature command execution help

2006-11-13 Thread Darryl Gregorash
On 2006-11-13 01:42, houghi wrote: On Sun, Nov 12, 2006 at 09:29:01PM -0800, Scott Leighton wrote: With your suggestion, to achieve the same effect one would have to have this 'signature' script running in the background, say with cron, every minute or so dumping the output to a text

Re: [opensuse] Email signature command execution help

2006-11-13 Thread Darryl Gregorash
On 2006-11-13 22:57, Basil Chupin wrote: It doesn't cache the sig file. You can write a new one, put its name in the Attach this Signature box, pretend to write a new message and the new sig will be at the bottom on the msg. So, apart from the cosmetics, using a named pipe as the signature

Re: [opensuse] Email signature command execution help

2006-11-12 Thread Darryl Gregorash
On 2006-11-10 08:11, Hylton Conacher(ZR1HPC) wrote: Hi, I have a file in /home that I use as a signature file. Whatever I write in there is displayed as my signature. Since you are using Mozilla, AFAICT that is your only choice. Mozilla does not seem to have an option to sign a message with

Re: [opensuse] Email signature command execution help

2006-11-12 Thread Basil Chupin
Darryl Gregorash wrote: On 2006-11-10 08:11, Hylton Conacher(ZR1HPC) wrote: Hi, I have a file in /home that I use as a signature file. Whatever I write in there is displayed as my signature. Since you are using Mozilla, AFAICT that is your only choice. Mozilla does not seem to have an option

Re: [opensuse] Email signature command execution help

2006-11-12 Thread Scott Leighton
On Sunday 12 November 2006 9:07 pm, Basil Chupin wrote: I missed previous posts in this thread, but in Mozilla/TB under Account Settings you have the item Attach this Signature where you can specify the file to attach as the sig. Wouldn't selecting the file containing the output from the

Re: [opensuse] Email signature command execution help

2006-11-12 Thread Basil Chupin
Scott Leighton wrote: On Sunday 12 November 2006 9:07 pm, Basil Chupin wrote: I missed previous posts in this thread, but in Mozilla/TB under Account Settings you have the item Attach this Signature where you can specify the file to attach as the sig. Wouldn't selecting the file containing the

Re: [opensuse] Email signature command execution help

2006-11-12 Thread Basil Chupin
Scott Leighton wrote: On Sunday 12 November 2006 9:07 pm, Basil Chupin wrote: I missed previous posts in this thread, but in Mozilla/TB under Account Settings you have the item Attach this Signature where you can specify the file to attach as the sig. Wouldn't selecting the file containing the

Re: [opensuse] Email signature command execution help

2006-11-12 Thread houghi
On Sun, Nov 12, 2006 at 09:29:01PM -0800, Scott Leighton wrote: With your suggestion, to achieve the same effect one would have to have this 'signature' script running in the background, say with cron, every minute or so dumping the output to a text file that is the file specified as the

[opensuse] Email signature command execution help

2006-11-10 Thread Hylton Conacher(ZR1HPC)
Hi, I have a file in /home that I use as a signature file. Whatever I write in there is displayed as my signature. In the signature, as you can see below, I would like to have the current machine uptime displayed when the message is put into the Outbox before being sent. I thought that just