Describe the bug
Clicking an email address in FSNotes opens the web browser:

To Reproduce
Steps to reproduce the behavior:
[email protected] in a note.Expected behavior
I expect my email program to open (as if the link were mailto:[email protected]
Actual behavior
It opens http://example.com.
Desktop (please complete the following information):
I guess it needs to prepend email links with mailto: ?
https://en.wikipedia.org/wiki/URL
By default if scheme not provided we use http://[userinfo@]host[:port]
But, from the same page:
URLs occur most commonly to reference web pages (http), but are also used for file transfer (ftp), email (mailto), database access (JDBC), and many other applications.
Agreed, looks like a bug to me. Every other App considers email addresses and acts accordingly. I would prefer each "URL" that contains an at (@) but not a slash (/) nor a colon (:) to be an email address. And if someone really means a web url they can prepend http: or ssh: or whatever. Prepending mailto: to each email address seams absurd if you only want to save contact information.
Fixed in 4.0.14
Most helpful comment
Fixed in 4.0.14