remove 'standalone' declaration
[claws.git] / tools / kmail2sylpheed_v2.pl
index 2aefc66e1b2ce7f12769967cc21d28774272ce3a..205f8deb973226eaaf5f8132c7cd0883129e9c3e 100644 (file)
 #  *
 #  * 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.
 
 ## script name : kmail2sylpheed_v2.pl
 
 ## script purpose : convert an exported Kmail addressbook csv file 
 ## into a Sylpheed addressbook
 
-## tested with Kmail 1.37 and KAddressBook 3.1beta1
+## tested with Kmail 1.4.7 and KAddressBook 3.1beta1
 
 use Getopt::Long;
 
@@ -40,7 +40,7 @@ if ($kmailfile eq "" || $iNeedHelp) {
        exit;
 }
 
-$sylph_dir  = ".sylpheed";
+$sylph_dir  = ".sylpheed-claws";
 $addr_index = "$sylph_dir/addrbook--index.xml";
 $new_addressbook = "Kmail address book";