2005-01-29 [paul] 1.0.0cvs23.2
[claws.git] / tools / OOo2sylpheed.pl
index 44c2697ae142ce14d87bb75f81b7d27c4ef6c5c4..7e0f97a73f7a5d17d346746f23495764849f9430 100644 (file)
@@ -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;