2005-11-29 [colin] 1.9.100cvs42
[claws.git] / tools / newscache_clean.pl
index fb61dfd77043939d8593cc93205ff98317b83544..b00ee5d4a8ab7510ccfd57f16c225952d77f7ee2 100644 (file)
@@ -20,7 +20,7 @@
 use File::Path;
 
 chdir;
-chdir '.sylpheed' || die("You don't appear to have Sylpheed installed\n");
+chdir '.sylpheed-claws' || die("You don't appear to have Sylpheed-Claws installed\n");
 
 open(ACCOUNTRC, "<accountrc") || die("Can't find accountrc\n");
        @accountrc = <ACCOUNTRC>;
@@ -84,5 +84,5 @@ foreach $folderlist (@folderlist) { ## remove old newsgroups directory trees
                 }        
         }
 }
-print "Finished cleaning Sylpheed's newscache\n";
+print "Finished cleaning Sylpheed-Claws' newscache\n";
 exit;