add description of kmail2sylpheed.pl
authorPaul Mangan <paul@claws-mail.org>
Sat, 25 May 2002 13:24:14 +0000 (13:24 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sat, 25 May 2002 13:24:14 +0000 (13:24 +0000)
ChangeLog.claws
configure.in
tools/README

index 2f0c82eaea1965dbff300577e996ea83628c30d4..01549a64391a1fee67f83c7025a4d4982c3cf755 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-25 [paul]      0.7.6claws18
+
+       * tools/README
+               add description of kmail2sylpheed.pl
+
 2002-05-25 [paul]      0.7.6claws17
 
        * tools/kmail2sylpheed.pl       ** NEW FILE **
index a03f9da4975fdc35af515b67319d76eee592d888..062bc75ec2e5ae03213c60f2da7836fd80e5dc43 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=7
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws17
+EXTRA_VERSION=claws18
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index ba14dd160ddbe7e5b3c9808e5ac1124e4e04107a..816939712d6b2911637efe61455bda4af914be25 100644 (file)
 
 -----------------------------------------------------------------------
 
+* kmail2sylpheed.pl
+
+  WHAT IT DOES
+
+  This perl script will convert an exported Kmail addressbook into a
+  Sylpheed addressbook.
+
+  HOW TO USE IT
+
+  (You must run sylpheed at least once before running this script.)
+
+  In Kmail's Addressbook choose '/File/Export List'. This will export
+  your Kmail addressbook data to a *.csv file.
+
+  If Sylpheed is running, close it.
+
+  From the command line, execute the following:
+       perl kmail2sylpheed.pl kmailfile=/path/to/addressbook.csv
+
+  Your Kmail addressbook data will now be contained in Sylpheed's
+  addressbook, under the name 'Kmail Address Book'.
+
+  Any questions, comments or problems, contact Paul <claws@thewildbeast.co.uk>  
+
+-----------------------------------------------------------------------
+
 * ldif-to-xml.py
 
   WHAT IT DOES