2006-11-12 [paul] 2.6.0cvs34
[claws.git] / tools / freshmeat_search.pl
index aa830e4ce397ac2ac8abbce0711bc7be858e94da..5f48f53dd29ef914f78e7bd66b0b52c2f6dd7dcd 100644 (file)
@@ -22,7 +22,7 @@ $_ = <>;
 
 chdir($ENV{HOME} . "/.claws-mail") || die("Can't find your .claws-mail directory\n");
 
-open (SYLRC, "<sylpheedrc") || die("Can't open the sylpheedrc file\n");
+open (SYLRC, "<clawsrc") || die("Can't open the clawsrc file\n");
        @rclines = <SYLRC>;
 close SYLRC;