From c89d4ffa5d97289457c207fa6a8dacc1bdad07cb Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 3 Feb 2004 17:29:42 +0000 Subject: add callto:, h323:, and webcal: schemes. 2004-02-03 Chris Toshok * e-html-utils.c (e_text_to_html_full): add callto:, h323:, and webcal: schemes. svn path=/trunk/; revision=24585 --- e-util/e-html-utils.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'e-util/e-html-utils.c') diff --git a/e-util/e-html-utils.c b/e-util/e-html-utils.c index 762627b259..535d772dc4 100644 --- a/e-util/e-html-utils.c +++ b/e-util/e-html-utils.c @@ -270,7 +270,10 @@ e_text_to_html_full (const char *input, unsigned int flags, guint32 color) !strncasecmp (cur, "nntp://", 7) || !strncasecmp (cur, "mailto:", 7) || !strncasecmp (cur, "news:", 5) || - !strncasecmp (cur, "file:", 5)) { + !strncasecmp (cur, "file:", 5) || + !strncasecmp (cur, "callto:", 7) || + !strncasecmp (cur, "h323:", 5) || + !strncasecmp (cur, "webcal:", 7)) { tmpurl = url_extract (&cur, TRUE); if (tmpurl) { refurl = e_text_to_html (tmpurl, 0); -- cgit v1.2.3