Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Remove single quotes to ensure field code for URL is expanded.
Browse files Browse the repository at this point in the history
Fixes #53
  • Loading branch information
nbeaver authored and mikehardy committed May 15, 2020
1 parent d2988de commit bd86999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/thunderbird-tl.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd86999

Please sign in to comment.