mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
12 lines
256 B
Diff
12 lines
256 B
Diff
--- a/scripts/xdg-email.in
|
|
+++ b/scripts/xdg-email.in
|
|
@@ -245,7 +245,7 @@ open_generic()
|
|
run_thunderbird "$client" "$1"
|
|
fi
|
|
|
|
- xdg-open "$1"
|
|
+ xdg-utils-xdg-open "$1"
|
|
local ret=$?
|
|
|
|
# 3 means exit_failure_operation_impossible
|