Thunderbird to kde integration

Denis Kostousov sandello at permonline.ru
Fri Jun 10 08:56:21 BST 2005


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 at domain.com" 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 at domain.com"?


-- 
Denis Kostousov
email: sandelloTHEDOGpermonline.ru
jabber: sandelloATjabber.org
fingerprint: FE3D 60AF E08D 2D2A 6A8B  C891 70BB 0665 F047 ADAE
___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.




More information about the kde mailing list