Fix possible resource leak
[claws.git] / tools / README
index 7222bdbcc5187a4e2062c5a524423d1d9227f727..9d81d646c2ab89ee0342b96a9c1940e5b324fc5e 100644 (file)
@@ -4,6 +4,7 @@ Contents of the tools directory:
 --------------------------------------------------------------------------------
 
 Action scripts:
+  cm-reparent.pl                Fix thread parenting for two or more messages
   freshmeat_search.pl           Search freshmeat.net for selected text
   google_msgid.pl               Search groups.google.com for selected message-id
   google_search.pl              Search google.com for selected text
@@ -59,10 +60,10 @@ Detailed Descriptions:
 Action scripts
 --------------
 
-* freshmeat_search.pl
-  WORKS ON: selection
-  COMMAND: |freshmeat_search.pl
-  Search freshmeat.net for selected text using the default Claws Mail browser
+* cm-reparent.pl
+  WORKS ON: selected messages (two or more)
+  COMMAND: cm-reparent.pl %F
+  Thread the selected messages based on date, old to new
 
 * google_msgid.pl
   WORKS ON: selection
@@ -699,7 +700,7 @@ Other tools
 
   WHAT IT DOES
        This script tries to recognise an attachment by using the 'file'
-       command and/or the file extension and then uses the available Linux
+       command and/or the file extension and then uses the available
        utilities to make an effort to display it as text. For example
                .doc                    antiword -w 72
                .txt, .diff, .c, .h,
@@ -821,3 +822,6 @@ Extra tools
   Contact: Wilbert Berendsen <wilbert@oswf.org> or the Claws Mail Team
 
 --------------------------------------------------------------------------------
+This file is Copyright 1999-2014 by the Claws Mail team.
+See accompanying COPYING file for license details.
+See each included script for copyright and license details.