From a0f5bccc709866521fefeb34d6b97cafdbec6fad Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 17 Sep 2020 07:48:40 +0300 Subject: Recognize and visualize "mailto:" links "mailto:" links now have their own icon and when clicked they open the URL in the default web browser. IssueID #5 --- src/gmdocument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gmdocument.h') diff --git a/src/gmdocument.h b/src/gmdocument.h index 23ce5e8a..b453fba9 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h @@ -47,7 +47,7 @@ enum iGmLinkFlags { mailto_GmLinkFlag = iBit(7), supportedProtocol_GmLinkFlag = 0xff, remote_GmLinkFlag = iBit(9), - userFriendly_GmLinkFlag = iBit(10), + humanReadable_GmLinkFlag = iBit(10), /* link has a human-readable description */ imageFileExtension_GmLinkFlag = iBit(11), audioFileExtension_GmLinkFlag = iBit(12), content_GmLinkFlag = iBit(13), /* content visible below */ -- cgit v1.2.3