cheers();

> Yeah. I noticed that. Seems kind of silly to me. But then again, I'm one
> of those reactionary types who thinks that HTML is for web pages, NOT
> email. Email is plain text, by definition.

Yup, email ist plain text. ;)

IMHO the signature is HTML while editing, because the editor _is_ an
html editor. It's all stripped though, but easier to handle.


> > FWIW: Try a script, that reads (runs?) your ~/.signature and wrap it in
> > <pre> Tag. Just to get rid of that manually re-formatting.
> 
> Yup. Tried that. If my other programs recognized html in signatures, it
> would even work good. Unfortunately, they don't, so what I get is the
> signature with naked html tags in it.

You didn't get me. Try something like this, if your .signature is
executable. If not, put a leading 'cat ' in the second line.

--- .signature-evo
#!/bin/sh
.signature | sed "s/$/<br>/g"
---

Then you can use the same .signature file and Evo gets the HTML tags it
wants.

...guenther


-- 
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}


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

Reply via email to