-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I want to integrate Mozilla Thunderbird to KDE (as default mail application). I wrote small script that can connect to existing TB or lauch it: - ------------- #!/bin/sh export MOZILLA_FIVE_HOME="$HOME/Programs/Thunderbird" url="$1" if [ "x$url" = "x" ]; then exit 0 fi url=`echo $url|sed 's/^mailto://'` if $MOZILLA_FIVE_HOME/thunderbird -remote "mailto($url)"; then exit 0 fi exec $MOZILLA_FIVE_HOME/thunderbird "$url" - ------------- Then I set this as default mail application in KDE. But, when I tried send message to person in KAddressbook, this script execudet without any argument. Why? How KDE pass email address to mail application? - -- Denis Kostousov email: sandelloTHEDOGpermonline.ru jabber: sandelloATjabber.org fingerprint: FE3D 60AF E08D 2D2A 6A8B C891 70BB 0665 F047 ADAE -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCqT2tcLsGZfBHra4RAgJ0AKCNBh0hxv9p3DJL/skddFXCGrXIwQCgso6G /e8y9nre3RInb9dYAy0MDos= =sFUk -----END PGP SIGNATURE----- ___________________________________________________ This message is from the kde-linux mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-linux. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.