2006-07-05 [colin] 2.3.1cvs61
[claws.git] / src / textview.c
index 648f15e4a1cff6d46885a87ee37a4a3c3c2b0f6a..10aa944f80dc98fb0499d78b04028739a028fc14 100644 (file)
@@ -1038,6 +1038,7 @@ static void textview_make_clickable_parts(TextView *textview,
                {"http://",  strcasestr, get_uri_part,   make_uri_string},
                {"https://", strcasestr, get_uri_part,   make_uri_string},
                {"ftp://",   strcasestr, get_uri_part,   make_uri_string},
+               {"sftp://",  strcasestr, get_uri_part,   make_uri_string},
                {"www.",     strcasestr, get_uri_part,   make_http_string},
                {"mailto:",  strcasestr, get_uri_part,   make_uri_string},
                {"@",        strcasestr, get_email_part, make_email_string}