2012-09-16 [mones] 3.8.1cvs60
[claws.git] / tools / filter_conv.pl
index f0cbbc26ca6192d688140451d1b782378a18dba3..fec94e819a28be665543e3b06b6435dffb733118 100644 (file)
@@ -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
@@ -21,11 +21,11 @@ use strict;
 #  *
 
 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");
 
 ###############################################################################