try again
[claws.git] / tools / acroread2sylpheed.pl
index 581ee6e684798ef21d34d9ebc012cc2ef1fd2258..4a472b86180d15e0dacfa31d83c4b7c07dca3a00 100644 (file)
@@ -17,7 +17,7 @@
 #  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # acroread2sylpheed.pl helper script to send documents from
-#                      Adobe Reader 7 to sylpheed-claws
+#                      Adobe Reader 7 to claws-mail
 
 use strict;
 
@@ -40,8 +40,8 @@ if ($ARGV =~ m/^\//) {
        $pdf = $ENV{HOME}."/".$output;
 }
 
-exec "sylpheed-claws --attach \"$pdf\"";
+exec "claws-mail --attach \"$pdf\"";
 ## if necessary, change the line above to point to
-## your sylpheed-claws executable
+## your claws-mail executable
 
 exit;