From b5c3d6571fd0354a36984f85aa159f377d3f8c74 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Thu, 17 Jun 2004 21:29:54 +0000 Subject: Add support for the webcal, callto, and h323 URIs when we get them in 2004-06-17 Rodney Dawes * camel-mime-filter-tohtml.c: Add support for the webcal, callto, and h323 URIs when we get them in mails svn path=/trunk/; revision=26401 --- camel/ChangeLog | 5 +++++ camel/camel-mime-filter-tohtml.c | 3 +++ 2 files changed, 8 insertions(+) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index d8e8f92b07..fcd2738376 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2004-06-17 Rodney Dawes + + * camel-mime-filter-tohtml.c: Add support for the webcal, callto, and + h323 URIs when we get them in mails + 2004-06-17 Jeffrey Stedfast * camel-mime-filter-tohtml.c: Don't foolishly unmunge From_ diff --git a/camel/camel-mime-filter-tohtml.c b/camel/camel-mime-filter-tohtml.c index b2e61e6b26..522c6062cd 100644 --- a/camel/camel-mime-filter-tohtml.c +++ b/camel/camel-mime-filter-tohtml.c @@ -58,6 +58,9 @@ static struct { { CONVERT_WEB_URLS, { "news://", "", camel_url_web_start, camel_url_web_end } }, { CONVERT_WEB_URLS, { "nntp://", "", camel_url_web_start, camel_url_web_end } }, { CONVERT_WEB_URLS, { "telnet://", "", camel_url_web_start, camel_url_web_end } }, + { CONVERT_WEB_URLS, { "webcal://", "", camel_url_web_start, camel_url_web_end } }, + { CONVERT_WEB_URLS, { "callto://", "", camel_url_web_start, camel_url_web_end } }, + { CONVERT_WEB_URLS, { "h323://", "", camel_url_web_start, camel_url_web_end } }, { CONVERT_WEB_URLS, { "www.", "http://", camel_url_web_start, camel_url_web_end } }, { CONVERT_WEB_URLS, { "ftp.", "ftp://", camel_url_web_start, camel_url_web_end } }, { CONVERT_ADDRSPEC, { "@", "mailto:", camel_url_addrspec_start, camel_url_addrspec_end } }, -- cgit v1.2.3