2006-08-25 [mones] 2.4.0cvs88
[claws.git] / tools / README
index 77293267f17baecc29d2502eaafdb8bb8ed0961d..02d59916d807dcbea0159bd2b83f6873c1f1dbb8 100644 (file)
@@ -23,10 +23,12 @@ Mailbox conversion:
   calypso_convert.pl            Import mbox files with attachments from Calypso
   convert_mbox.pl              Import mbox files
   maildir2sylpheed.pl          Convert a maildir mailbox to MH format
+  tbird2syl.py                 Integrate a Thunderbird folder tree into Claws
 
 Other tools:
   acroread2sylpheed.pl         Send PDFs from Adobe Reader 7
-  filter_conv.pl                Convert old-style filters to new filtering
+  filter_conv_new.pl           Convert new-style Sylpheed filters to filtering
+  filter_conv.pl                Convert old-style Sylpheed filters to filtering
   nautilus2sylpheed.sh         Send files from Nautilus
   OOo2sylpheed.pl               Send documents from OpenOffice.org
   sylprint.pl                   Printing engine, explained in README.sylprint
@@ -355,6 +357,25 @@ Mailbox conversion
                --help          brief usage info
        
   Contact: Paul Mangan <claws@thewildbeast.co.uk>
+
+* tbird2syl.py
+
+  WHAT IT DOES
+       This python script integrates a Thunderbird folder tree into 
+        Sylpheed-Claws.
+  
+  HOW TO USE IT
+  
+       The script receives two parameters from command-line:
+       <Thunderbird folder path> <Sylpheed folder path>
+
+       The best way to use it is to go to inside your Thunderbird
+       root mailfolder directory and invoke it as:
+
+               <path>\python2.4 <path>\tbird2syl.py . <path to sylpheed>\Mail
+
+  Contact: Aleksandar Urosevic aka Urke MMI <urke@gmx.net>
+
 --------------------------------------------------------------------------------
 
 Other tools
@@ -380,13 +401,36 @@ Other tools
   Contact: Paul Mangan <claws@thewildbeast.co.uk>
 
 
+* filter_conv_new.pl
+
+  WHAT IT DOES
+       This perl script provides easy conversion of your filtering rules from
+       sylpheed's new filter system (>= 0.9.99) to the filtering system used in
+       sylpheed-claws. (Disabled rules are ignored)
+       It reads '~/.sylpheed-2.0/filter.xml' or '~/.sylpheed/filter.xml' and
+       writes '~/[CLAWS CONFIG DIR]/matcherrc'
+  
+  HOW TO USE IT
+       Issue the following command from the 'tools' directory:
+
+        perl filter_conv_new.pl
+
+       That's it, the claws' filtering system is now implemented with your
+       previous rules applied.
+
+  REQUIREMENTS
+       XML::SimpleObject
+
+  Contact: Paul Mangan <claws@thewildbeast.co.uk>
+  
+
 * filter_conv.pl
 
   WHAT IT DOES
        This perl script provides easy conversion of your filtering rules
-       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-claws/matcherrc'.
+       from sylpheed's old filter system (< 0.9.99) to the filtering system
+       used in sylpheed-claws.
+       It reads '~/.sylpheed/filterrc' and writes '~/.sylpheed-claws/matcherrc'
   
   HOW TO USE IT
        Issue the following command from the 'tools' directory: