2006-11-18 [paul] 2.6.0cvs55
[claws.git] / tools / multiwebsearch.pl
index 933e31f6acca6becaaec8982c53df6e2ae078f08..158054d50514d8c836374e475bac02b837922667 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-#  * Copyright © 2003 Paul Mangan <claws@thewildbeast.co.uk>
+#  * Copyright 2003 Paul Mangan <paul@claws-mail.org>
 #  *
 #  * This file is free software; you can redistribute it and/or modify it
 #  * under the terms of the GNU General Public License as published by
@@ -50,8 +50,8 @@ if (!$url) {
        die("No url found with the alias \"$where\"\n");
 } 
 
-open (SYLRC, "<sylpheedrc") 
-       || die("Can't open ~/.claws-mail/sylpheedrc\n");
+open (SYLRC, "<clawsrc") 
+       || die("Can't open ~/.claws-mail/clawsrc\n");
        @rclines = <SYLRC>;
 close SYLRC;