James Richard Tyrer wrote: > > which thunderbird $ which thunderbird /usr/bin/thunderbird I set in kcontrol: ---- Use diffren email client: /home/my_user/bin/thunderbird_url.sh %u ---- and check "run in terminal" My script: --- $ cat /home/my_user/bin/thunderbird_url.sh #!/bin/sh export MOZILLA_FIVE_HOME="/home/my_user/Programs/Thunderbird" url="$1" if [ "x$url" = "x" ]; then read MAIL echo $MAIL echo $0 echo $1 echo $2 echo $3 cat exit 0 fi echo $url url=`echo $url|sed 's/^mailto://'` if $MOZILLA_FIVE_HOME/thunderbird -remote "mailto($url)"; then exit 0 fi exec $MOZILLA_FIVE_HOME/thunderbird -compose "$url" ---- Then I try to send message to "user@xxxxxxxxxx" in my Kaddressbook. KDE terminal start with output: ---- %u ---- then start TB compose window with "%u" in address field. Why "%u" pass to e-mail client instead of "user@xxxxxxxxxx"? -- Denis Kostousov email: sandelloTHEDOGpermonline.ru jabber: sandelloATjabber.org fingerprint: FE3D 60AF E08D 2D2A 6A8B C891 70BB 0665 F047 ADAE ___________________________________________________ . Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.