X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=tools%2FOOo2sylpheed.pl;h=7e0f97a73f7a5d17d346746f23495764849f9430;hp=44c2697ae142ce14d87bb75f81b7d27c4ef6c5c4;hb=5c3a9ab9d77d2d95bec509607b76cc461360fe18;hpb=eb30f7afb9c0f1b3e312e80490680b41fbae9c52 diff --git a/tools/OOo2sylpheed.pl b/tools/OOo2sylpheed.pl index 44c2697ae..7e0f97a73 100644 --- a/tools/OOo2sylpheed.pl +++ b/tools/OOo2sylpheed.pl @@ -26,7 +26,7 @@ my $input = <>; $ARGV =~ s/^"attachment='file:\/\///; $ARGV =~ s/'"$//; $ARGV =~ s/%20/ /g; -exec "/usr/local/bin/sylpheed --attach \"$ARGV\""; +exec "sylpheed --attach \"$ARGV\""; ## change the line above to point to your sylpheed executable exit;