]> git.pld-linux.org Git - packages/icedove.git/commitdiff
- blah, not needed, arekm reverted revert and found better solution
authorhawk <hawk@pld-linux.org>
Mon, 18 Aug 2008 18:01:31 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icedove-ti.sh -> 1.2

icedove-ti.sh [deleted file]

diff --git a/icedove-ti.sh b/icedove-ti.sh
deleted file mode 100644 (file)
index dde3a01..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-# based on script by (c) vip at linux.pl, wolf at pld-linux.org
-
-LIBDIR="@LIBDIR@/icedove"
-
-# copy profile from Thunderbird if its available and if no Icedove
-# profile exists
-if [ ! -d $HOME/.icedove ]; then
-       if [ -d $HOME/.thunderbird ]; then
-               echo "Copying profile from Thunderbird"
-               cp -rf $HOME/.thunderbird $HOME/.icedove
-       fi
-fi
-
-ICEDOVE="$LIBDIR/icedove"
-
-if [ "$1" == "-remote" ]; then
-       $ICEDOVE "$@"
-else
-       PING=`$ICEDOVE -remote 'ping()' 2>&1 >/dev/null`
-       if [ -n "$PING" ]; then
-               $ICEDOVE "$@"
-       else
-               case "$1" in
-                   -compose|-editor)
-                       $ICEDOVE -remote 'xfeDoCommand (composeMessage)'
-                       ;;
-                   *)
-                       $ICEDOVE -remote 'xfeDoCommand (openInbox)'
-                       ;;
-               esac
-       fi
-fi
This page took 0.043536 seconds and 4 git commands to generate.