Fix missing patchsets
[claws.git] / tools / README
index edd42a01965f8fe70322696c11818fcd88851b15..d7b332bbc9092ec4d041f1794f39d1776d2dd1c8 100644 (file)
@@ -28,7 +28,6 @@ Mailbox conversion:
 Other tools:
   filter_conv.pl                Convert old-style filters to new filtering
   nautilus2sylpheed.sh         Send files from Nautilus
-  newscache_clean.pl            Clean up news directory
   OOo2sylpheed.pl               Send documents from OpenOffice.org
   sylpheed-switcher             Run either sylpheed or claws (separate configs)
   sylprint.pl                   Printing engine, explained in README.sylprint
@@ -371,9 +370,9 @@ Other tools
 
   WHAT IT DOES
        This perl script provides easy conversion of your filtering rules
-       form sylpheed's old filter system to the new filtering system used
-       in sylpheed-claws. It reads '~/.sylpheed/filterrc' and outputs 
-       '~/.sylpheed/matcherrc'.
+       form sylpheed's old filter system (pre version 0.9.99) to the new
+       filtering system used in sylpheed-claws.
+       It reads '~/.sylpheed/filterrc' and outputs '~/.sylpheed/matcherrc'.
   
   HOW TO USE IT
        Issue the following command from the 'tools' directory:
@@ -400,32 +399,6 @@ Other tools
   Contact: Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
 
 
-* newscache_clean.pl
-
-  WHAT IT DOES AND WHY IT DOES IT
-       This perl script cleans up in '$HOME/.sylpheed/newscache'. Currently
-       the newscache becomes littered with old directories and files - when
-       you subscribe to a newsgroup a sub-directory gets created for it in
-       ~/.sylpheed/newscache/[nntpserver], should you unsubscribe from the 
-       group the sub-directory does not get deleted. Until this is done 
-       internally this script will take care of some tidying up.
-  
-       This script removes directory trees of nntp servers that you no longer
-       have an account for. Where an account exists it removes directories
-       and files of those groups to which you are no longer subscribed.
-
-  HOW TO USE IT
-       Issue the following command from the 'tools' directory:
-  
-               perl newscache_clean.pl
-        
-       This script uses the File::Path module, if you don't already have it
-       installed, you can find it at the CPAN search site 
-       <http://search.cpan.org>
-
-  Contact: Paul Mangan <claws@thewildbeast.co.uk>
-
-
 * OOo2sylpheed.pl
 
   WHAT IT DOES