Been following the other "email" thread, and tried a script sig in Evolution...2.2.1 on SuSE 9.3 #!/bin/bash echo -e "----\n" echo -e "Tom in NM\n" echo -e "SuSE 9.3/Evolution \n" uptime echo -e "\n ====" Even with explicit new-lines as above, evolution ignores them, with the result as below. In a terminal, the above of course now double-spaces... Any thoughts? Tom ---- Tom in NM SuSE 9.3/Evolution 5:28pm up 17:09, 5 users, load average: 0.29, 0.28, 0.24 ====
On Sunday 29 October 2006 4:33 pm, Tom Patton wrote:
Any thoughts?
Try wrapping the output in <pre> </pre> tags. Scott -- Pro bono (pro bono publico) POPFile, the OpenSource EMail Classifier http://popfile.sourceforge.net/ Linux 2.6.11.4-21.14-default x86_64 SuSE Linux 9.3 (x86-64)
WOW, Scott! Thanks for the clue... I should have thought of something along that line...I did this instead, and it works fine...added <br> line breaks to the echoes. #!/bin/bash echo "---- <br>" echo "Tom in NM <br>" echo "SuSE 9.3/Evolution <br>" uptime echo "<br>====" and the result is below. Thanks! Tom On Sun, 2006-10-29 at 18:09 -0700, Scott Leighton wrote:
Try wrapping the output in <pre> </pre> tags.
Scott
--
---- Tom in NM SuSE 9.3/Evolution 7:11pm up 18:53, 6 users, load average: 0.10, 0.11, 0.13 ====
* Tom Patton <thpnalb@micro-net.com> [10-29-06 21:16]:
#!/bin/bash echo "---- <br>"
so now all you need to do is to correct the above line to make an acceptable, proper sig: echo "-- <br>" two dashes and a space -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2
Humm, wasn't aware of that, but what the heck, I aim to please... (is that something like being PC? Ugh!) ;-) Thanks, Patrick. On Sun, 2006-10-29 at 21:28 -0500, Patrick Shanahan wrote:
* Tom Patton <thpnalb@micro-net.com> [10-29-06 21:16]:
#!/bin/bash echo "---- <br>"
so now all you need to do is to correct the above line to make an acceptable, proper sig: echo "-- <br>" two dashes and a space
-- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2
-- Tom in NM SuSE 9.3/Evolution 8:03pm up 19:44, 6 users, load average: 0.52, 0.34, 0.29 ====
On 29/10/06 21:08, Tom Patton wrote:
Humm, wasn't aware of that, but what the heck, I aim to please...
(is that something like being PC? Ugh!) ;-) Thanks, Patrick. On Sun, 2006-10-29 at 21:28 -0500, Patrick Shanahan wrote:
* Tom Patton <thpnalb@micro-net.com> [10-29-06 21:16]:
#!/bin/bash echo "---- <br>"
so now all you need to do is to correct the above line to make an acceptable, proper sig: echo "-- <br>" two dashes and a space
It isn't a matter of being PC. The double dash is standard notation for a footer/signature/whatever that does not form part of the message itself, and thus need/should not be quoted in a reply.
On 29/10/06 21:08, Tom Patton wrote:
Humm, wasn't aware of that, but what the heck, I aim to please...
(is that something like being PC? Ugh!) ;-) Thanks, Patrick. On Sun, 2006-10-29 at 21:28 -0500, Patrick Shanahan wrote:
* Tom Patton <thpnalb@micro-net.com> [10-29-06 21:16]:
#!/bin/bash echo "---- <br>"
so now all you need to do is to correct the above line to make an acceptable, proper sig: echo "-- <br>" two dashes and a space
It isn't a matter of being PC. The double dash is standard notation for a footer/signature/whatever that does not form part of the message itself, and thus need/should not be quoted in a reply.
participants (4)
-
Darryl Gregorash
-
Patrick Shanahan
-
Scott Leighton
-
Tom Patton