2005-10-21 [paul] 1.9.15cvs87
[claws.git] / tools / outlook2sylpheed.pl
index 2b43649eea3bf482095f685880215aaba21707b1..49959a61f7a6f8126be3b58d504d0fb731f630b1 100644 (file)
@@ -41,7 +41,7 @@ else {
        $outl_file = $ARGV[0];
 }
 # some init
-$sylconf = ".sylpheed";
+$sylconf = ".sylpheed-claws";
 $indexname = "$sylconf/addrbook--index.xml";
 
 # the next is mostly Paul's code