https://bugs.kde.org/show_bug.cgi?id=60265
Martin Koller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #7 from Martin Koller <kollix aon at> 2009-09-04 22:28:38 --- KDE 4.3.1 contains a check for the following protocols: url == "http://" || url == "https://" || url == "fish://" || url == "ftp://" || url == "ftps://" || url == "sftp://" || url == "smb://" || url == "vnc://" || url == "mailto" || url == "www" || url == "ftp" || url == "news" || url == "news://"; } file:/ strictly spoken is not a valid URL, as it must be file://<path> With solving bug 202445 the link detection has been greatly improved. And the only missing protocol mentioned here is audiocd. But hey, who will ever send you a link to your local CD drive ... So I see this as fixed. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
