Support adding domains from a file
[claws.git] / tools / filter_conv.pl
old mode 100644 (file)
new mode 100755 (executable)
index da8ce3f..fec94e8
@@ -1,13 +1,13 @@
 #!/usr/bin/perl -w
 use strict;
 
-#  * Copyright 2002 Paul Mangan <claws@thewildbeast.co.uk>
+#  * Copyright 2002 Paul Mangan <paul@claws-mail.org>
 #  *
 #  * Reimplemented by Torsten Schoenfeld <kaffeetisch@web.de>
 #  *
 #  * 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
-#  * the Free Software Foundation; either version 2 of the License, or
+#  * the Free Software Foundation; either version 3 of the License, or
 #  * (at your option) any later version.
 #  *
 #  * This program is distributed in the hope that it will be useful, but
@@ -17,15 +17,15 @@ use strict;
 #  *
 #  * You should have received a copy of the GNU General Public License
 #  * along with this program; if not, write to the Free Software
-#  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #  *
 
 my $old_config_dir = "$ENV{HOME}/.sylpheed";
-my $config_dir = `sylpheed --config-dir`;
+my $config_dir = `claws-mail --config-dir`;
 chomp $config_dir;
 
 chdir($ENV{ HOME } . "/$config_dir")
-       or die("You don't appear to have Sylpheed-Claws installed\n");
+       or die("You don't appear to have Claws Mail installed\n");
 
 ###############################################################################