Denis Kostousov wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I tried
1. "thunderbird %u" - thunderbird not start.
2. "$HOME/bin/thunderbird_url.sh %u" - message compose window with "%u" in "To" field start.
("thunderbird_url.sh" - my script from first letter)
How is it to pass e-mail address to mail application?
It should work. Perhaps Thunderbird isn't on your PATH. Open a Konsole
and execute:
which thunderbird
If it is a path issue, you can put the command with the full path in the
Control Center KCM -- but don't use $HOME, use the actual path.
If you use a script your script the command in the script should be:
$HOME/bin/thunderbird_url.sh "$1"
Note: you have to put the parameter in quotes (as I show), otherwise it
won't work if there is a space in the URL.
--
JRT
___________________________________________________
.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.