From: Paul Mangan Date: Thu, 24 Mar 2005 07:49:41 +0000 (+0000) Subject: add script to send pdfs as attachments from Adobe Reader 7 X-Git-Tag: rel_1_9_9~56 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=fe9bee6cef75b02b6be902b290abedbf7c87be90 add script to send pdfs as attachments from Adobe Reader 7 --- diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index abeb61b91..519bb2878 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,11 @@ +2005-03-24 [paul] + + * tools/Makefile.am + * tools/README + * tools/acroread2sylpheed.pl + sync with HEAD (add script to send pdfs as + attachments from Adobe Reader 7) + 2005-03-21 [paul] 1.9.6cvs9 * configure.ac diff --git a/ChangeLog.claws b/ChangeLog.claws index adfdc1c29..bdf08d594 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,37 @@ +2005-03-25 [paul] + + * tools/Makefile.am + * tools/README + * tools/acroread2sylpheed.pl + add script to send pdfs as attachments from Adobe Reader 7 + +2005-03-21 [holger] 1.0.3cvs7 + + * src/plugins/spamassassin/spamassassin.c + Don't leave hook registered when plugin init + failed. + +2005-03-20 [colin] 1.0.3cvs6 + + * src/common/plugin.c + Check that plugin isn't already loaded + * src/procheader.c + Fix buffer overflow (security issue) + Both patches by Alfons + +2005-03-20 [paul] 1.0.3cvs5 + + * src/compose.c + neglect Reply-To header if empty + Patch by Alfons + +2005-03-19 [holger] 1.0.3cvs4 + + * src/summaryview.c + * src/summaryview.h + Add plugin hook for manual filtering invocation, + remove some dead code. + 2005-03-18 [paul] 1.0.3cvs3 * AUTHORS @@ -50,6 +84,8 @@ * src/procmime.c sync with main 1.0.3 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04 + fix buffer overflow, CAN-2005-0667, see + http://secunia.com/advisories/14491/ 2005-02-27 [paul] 1.0.1cvs20 diff --git a/tools/Makefile.am b/tools/Makefile.am index 7e8f48012..d3a344a23 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,6 @@ EXTRA_TOOLS = \ OOo2sylpheed.pl \ + acroread2sylpheed.pl \ calypso_convert.pl \ convert_mbox.pl \ eud2gc.py \ diff --git a/tools/README b/tools/README index d7b332bbc..4b2e5fdba 100644 --- a/tools/README +++ b/tools/README @@ -26,6 +26,7 @@ Mailbox conversion: maildir2sylpheed.pl Convert a maildir mailbox to MH format Other tools: + acroread2sylpheed.pl Send PDFs from Adobe Reader 7 filter_conv.pl Convert old-style filters to new filtering nautilus2sylpheed.sh Send files from Nautilus OOo2sylpheed.pl Send documents from OpenOffice.org @@ -366,6 +367,26 @@ Mailbox conversion Other tools ----------- +* acroread2sylpheed.pl + + WHAT IT DOES + This perl script enables Adobe Reader 7 to send documents to sylpheed + as attachments. + + HOW TO USE IT + Make sure that the script is executable (chmod +x acroread2sylpheed.pl) + Start up Adobe Reader 7 (acroread) + Go to /Edit/Preferences/SendMail + Select any email client except 'System Mail (mail)' + Enter the path to this script in the alternate location box + + You can then use 'File/Email' or the Email toolbar button to launch + sylpheed (if not already launched) and open a new compose window with + the PDF attached. + + Contact: Paul Mangan + + * filter_conv.pl WHAT IT DOES