]> git.pld-linux.org Git - packages/mozilla-thunderbird-bin.git/blobdiff - mozilla-thunderbird-bin.sh
up to 91.9.1 (critical security fixes)
[packages/mozilla-thunderbird-bin.git] / mozilla-thunderbird-bin.sh
index bc0e3fe907d755b194efc99e54165a5db08030ce..1aeaee51fb876895c0b4f74a18d32828f9ee2d51 100644 (file)
@@ -3,20 +3,4 @@
 
 app=@libdir@/thunderbird
 
-if [ "$1" = "-remote" ]; then
-       exec "$app" "$@"
-fi
-
-PING=$("$app" -remote 'ping()' 2>&1 >/dev/null)
-if [ -n "$PING" ]; then
-       exec "$app" "$@"
-fi
-
-case "$1" in
--compose|-editor)
-       exec "$app" -remote 'xfeDoCommand (composeMessage)'
-       ;;
-*)
-       exec "$app" -remote 'xfeDoCommand (openInbox)'
-       ;;
-esac
+exec "$app" "$@"
This page took 0.360903 seconds and 4 git commands to generate.