]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- libdir/icedove is no longer a script running run-mozilla.sh, so do it directly...
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 6 Jun 2012 09:01:26 +0000 (09:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icedove.sh -> 1.11

icedove.sh

index 6c88b2e80509c2b9bba7c701eb5969001f92b602..c8e82ff2126d6b4b4d7cd7c4a194bb47277ca0f8 100644 (file)
@@ -20,7 +20,7 @@ for f in ~/.icedove/*/{compreg.dat,chrome.rdf,XUL.mfasl}; do
        fi
 done
 
-ICEDOVE="$LIBDIR/icedove"
+ICEDOVE="$LIBDIR/run-mozilla.sh"
 
 if [ "$1" = "-remote" ]; then
        exec $ICEDOVE "$@"
@@ -31,10 +31,11 @@ else
        else
                case "$1" in
                -compose|-editor)
-                       exec $ICEDOVE -remote 'xfeDoCommand (composeMessage)'
+                       shift
+                       exec $ICEDOVE -remote 'xfeDoCommand (composeMessage)' "$@"
                        ;;
                *)
-                       exec $ICEDOVE -remote 'xfeDoCommand (openInbox)'
+                       exec $ICEDOVE -remote 'xfeDoCommand (openInbox)' "$@"
                        ;;
                esac
        fi
This page took 0.035207 seconds and 4 git commands to generate.