From bd86999660d08940680797c72dd804a22ab509dc Mon Sep 17 00:00:00 2001 From: Nathaniel Morck Beaver Date: Fri, 15 May 2020 17:57:12 -0400 Subject: [PATCH] Remove single quotes to ensure field code for URL is expanded. Fixes https://github.com/mikehardy/thunderlink/issues/53 --- integration/thunderbird-tl.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/thunderbird-tl.desktop b/integration/thunderbird-tl.desktop index c2f8cd1..9535eeb 100755 --- a/integration/thunderbird-tl.desktop +++ b/integration/thunderbird-tl.desktop @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Thunderlink Opener Comment=Open specific Message-ID Thunderbird -Exec=thunderbird -thunderlink '%u' +Exec=thunderbird -thunderlink %u Terminal=false X-MultipleArgs=false Type=Application