From b6e4403f9be3c22cb5d4a4eabe90c23f8a9ad7a7 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 27 Jan 2007 14:44:48 +0000 Subject: identify "sip:" URL's. Fixes bug #396543. 2007-01-27 Andre Klapper * e-html-utils.c: (e_text_to_html_full): identify "sip:" URL's. Fixes bug #396543. svn path=/trunk/; revision=33155 --- e-util/e-html-utils.c | 1 + 1 file changed, 1 insertion(+) (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 c79e8f8a92..537f99a75e 100644 --- a/e-util/e-html-utils.c +++ b/e-util/e-html-utils.c @@ -273,6 +273,7 @@ e_text_to_html_full (const char *input, unsigned int flags, guint32 color) !g_ascii_strncasecmp (cur, "file:", 5) || !g_ascii_strncasecmp (cur, "callto:", 7) || !g_ascii_strncasecmp (cur, "h323:", 5) || + !g_ascii_strncasecmp (cur, "sip:", 4) || !g_ascii_strncasecmp (cur, "webcal:", 7)) { tmpurl = url_extract (&cur, TRUE); if (tmpurl) { -- cgit v1.2.3