[Digikam-users] email+thunderbird
Lenny Leblanc
lleblanc at macroelite.ca
Sun Jul 10 11:21:58 BST 2005
Here's my versions:
Digikam - 0.7.2
KipiPlugins - 0.1.1
Thunderbird - 1.0
The following is a script that I use to get Firefox to talk properly to
Thunderbird. Not sure if this helps...
-- START
#!/bin/bash
# This script allows FireFox to send mailto: links
# to Thunderbird
THUNDERBIRD="/usr/thunderbird/thunderbird"
THUNDERBIRD_REMOTE="/usr/thunderbird/mozilla-xremote-client -a thunderbird"
echo "Firefox mailto: $*" >> $HOME/log.txt
MAILTO_URL="$1"
#Strip off the protocol as this confuses Thunderbird
MAIL_DATA=`echo "$MAILTO_URL" | /bin/sed -s 's/^mailto://'`
if $THUNDERBIRD_REMOTE 'ping()'; then
$THUNDERBIRD_REMOTE "mailto( $MAIL_DATA )"
else
#The mailto needs to be in the format mailto:someone at example.com
#eg not mailto://someone@example.com
$THUNDERBIRD -P default -compose "$MAILTO_URL"
fi
exit 0
-- END
--
Lenny
Caulier Gilles wrote:
> Le Dimanche 10 Juillet 2005 10:58, Lenny Leblanc a écrit :
>
>>Hi All,
>>
>>I'm trying to email some pictures from Digikam using Thunderbird. I
>>know that I can simply open Thunderbird and attach images, but it would
>>be nice if I could do it directly from Digikam.
>>
>>Everything appears to work fine with the "Email Images..." menu option,
>>except when it attempts to load Thunderbird, nothing happens.
>>
>>If I already have Thunderbird open, I get a message saying "An error
>>occurred while creating a message compose window. Please try again.".
>>
>>Any ideas?
>>
>
>
> Witch thunderbird version. Witch linux dist. Witch kipi-plugins version.
>
> Look like thunderbird command line is wrong under 0.5.x. I haven't tried since
> a long time.
>
> Anybody can report if email image kipi plugin work fine with a fresh
> thunderbird release ?
>
> Gilles
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
>
More information about the Digikam-users
mailing list