talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 9f121cf7bd35a47b0fe654b7ced8aae08dc4dd6b
parent 36288b41d090f86c807a4dd3d227c7bdf33fba09
Author: Paul <paul@claws-mail.org>
Date:   Tue, 24 Sep 2019 13:01:38 +0100

complete commit 61889fd9465da61b0db28d75860a91745b7a51d5

thanks Brian!

Diffstat:
Mtools/Makefile.am | 3+--
Mtools/README | 45+++------------------------------------------
2 files changed, 4 insertions(+), 44 deletions(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am @@ -4,20 +4,19 @@ # See COPYING file for license details. EXTRA_TOOLS = \ - OOo2claws-mail.pl \ acroread2claws-mail.pl \ calypso_convert.pl \ claws-mail-compose-insert-files.pl \ cm-reparent.pl \ convert_mbox.pl \ csv2addressbook.pl \ + ddg_search.pl \ eud2gc.py \ filter_conv.pl \ filter_conv_new.pl \ fix_date.sh \ gif2xface.pl \ google_msgid.pl \ - google_search.pl \ kmail2claws-mail.pl \ kmail2claws-mail_v2.pl \ kmail-mailbox2claws-mail.pl \ diff --git a/tools/README b/tools/README @@ -41,7 +41,6 @@ Other tools: mairix.sh A wrapper to mairix, to enable global searches in mail folders nautilus2claws-mail.sh Send files from Nautilus - OOo2claws-mail.pl Send documents from OpenOffice.org popfile-link.sh Open messages in POPFile control center to edit their status sylprint.pl Printing engine, explained in README.sylprint @@ -128,13 +127,13 @@ Action scripts Configure an Action: a) pre-configured website - Command: multiwebsearch.pl --where="google" --what="%s" + Command: multiwebsearch.pl --where="ddg" --what="%s" b) dynamic Command: multiwebsearch.pl --where="%u" --what="%s" - In type a) "google" refers to one of the configured aliases, + In type a) "ddg" refers to one of the configured aliases, this Action will always search the website referred to by - the alias "google". + the alias "ddg". In type b) you will be presented with a dialog box into which you type one of your configured aliases @@ -653,44 +652,6 @@ Other tools Contact: Reza Pakdel <hrpakdel@cpsc.ucalgary.ca> -* OOo2claws-mail.pl - - WHAT IT DOES - This perl script enables OpenOffice.org to send documents to - Claws Mail as attachments. - - HOW TO USE IT - OpenOffice.org Version 2.0 - ---------------------------- - This script is not needed for OOo version 2, which can work - directly with Claws Mail. - Go to 'Tools/Options/Internet/E-mail' and enter 'claws-mail' - in the box. - - OpenOffice.org Version 1.1.0 - ---------------------------- - Start up OpenOffice.org. - Go to 'Tools/Options/OpenOffice.org/External Programs' - Select either ''Mozilla 1.x (Option 1)', or - 'Netscape 6.x - 7.0 (Option 1)' from the 'Program' selection - Enter the path to OOo2claws-mail.pl in the 'Path' box - or select it by clicking on the '...' button. - - You can then use 'File/Send/Document as email' to launch - claws-mail (if not already launched) and open a new compose - window with the document attached. - - OpenOffice.org Version 1.0 - -------------------------- - Start up OpenOffice.org. - Go to 'Tools/Options/OpenOffice.org/External Programs' - Enter the path to OOo2claws-mail.pl in the 'Program' box - or select it by clicking on the '...' button. - - - Contact: Paul Mangan <paul@claws-mail.org> - - * popfile-link.sh WHAT IT DOES