2009-04-03 [colin] 3.7.1cvs37
[claws.git] / src / textview.c
index 89134e88a3ff13088c73e3436c3cdeea6fe8e907..5d326f1ecd9bd62d45d31253930b9844c6c992fb 100644 (file)
@@ -1224,6 +1224,7 @@ static void textview_make_clickable_parts(TextView *textview,
                {"https://", strcasestr, get_uri_part,   make_uri_string},
                {"ftp://",   strcasestr, get_uri_part,   make_uri_string},
                {"sftp://",  strcasestr, get_uri_part,   make_uri_string},
+               {"gopher://",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}