From: Paul Mangan Date: Wed, 8 Jan 2003 09:54:07 +0000 (+0000) Subject: remove full path to sylpheed executable, just 'sylpheed' will do X-Git-Tag: rel_0_8_9~90 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=95d04fdf1ed640653130151d8737790f757024c5;ds=sidebyside remove full path to sylpheed executable, just 'sylpheed' will do --- 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;