2006-08-25 [mones] 2.4.0cvs88
[claws.git] / tools / OOo2sylpheed.pl
index 44c2697ae142ce14d87bb75f81b7d27c4ef6c5c4..c6a865b5f1d1eb74dad5ff26baad73837d04aa9f 100644 (file)
 #  *
 #  * You should have received a copy of the GNU General Public License
 #  * along with this program; if not, write to the Free Software
-#  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # OOo2sylpheed.pl      helper script to send documents from OpenOffice.org
-#                      to sylpheed
+#                      to Sylpheed-Claws
 
 use strict;
 
@@ -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-claws --attach \"$ARGV\"";
 ## change the line above to point to your sylpheed executable
 
 exit;