2006-11-08 [paul] 2.6.0cvs15
[claws.git] / tools / OOo2claws-mail.pl
similarity index 87%
rename from tools/OOo2sylpheed.pl
rename to tools/OOo2claws-mail.pl
index d4a11f0af512101aa50604972b8d39e26a6c991e..0148854b8c5484fe91f3640a6d5c42722ce66607 100644 (file)
@@ -16,7 +16,7 @@
 #  * along with this program; if not, write to the Free Software
 #  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
-# OOo2sylpheed.pl      helper script to send documents from OpenOffice.org
+# OOo2claws-mail.pl    helper script to send documents from OpenOffice.org
 #                      to Claws Mail
 
 use strict;
@@ -27,6 +27,6 @@ $ARGV =~ s/^"attachment='file:\/\///;
 $ARGV =~ s/'"$//;
 $ARGV =~ s/%20/ /g;
 exec "claws-mail --attach \"$ARGV\"";
-## change the line above to point to your sylpheed executable
+## change the line above to point to your claws-mail executable
 
 exit;