From: Paul Mangan Date: Fri, 19 Jul 2002 17:48:49 +0000 (+0000) Subject: correct typos X-Git-Tag: rel_0_8_0~28 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=388c5699970d18cc20db8c61e72e609cb25a7ee0;hp=e1375e4a9682432d41e5be8760a273675f2aaddc;ds=sidebyside correct typos --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 714a94296..eaf21ad74 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,6 +1,12 @@ +2002-07-19 [paul] 0.7.8claws79 + + * tools/Makefile.am + tools/README + correct typos + 2002-07-19 [thorsten] 0.7.8claws78 - * tools/calypso_import.pl ** NEW FILE ** + * tools/calypso_convert.pl ** NEW FILE ** tools/README tools/Makefile.am script to import mbox files exported diff --git a/configure.in b/configure.in index a59a64d52..d46cb6224 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=7 MICRO_VERSION=8 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws77 +EXTRA_VERSION=claws79 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/tools/Makefile.am b/tools/Makefile.am index 18a41d8a0..ca2aab2c0 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,5 @@ EXTRA_TOOLS = \ - calypso_import.pl \ + calypso_convert.pl \ eud2gc.py \ filter_conv.pl \ gif2xface.pl \ diff --git a/tools/README b/tools/README index bb01dbf1a..0891a577f 100644 --- a/tools/README +++ b/tools/README @@ -1,4 +1,4 @@ -* calypso_import.pl +* calypso_convert.pl WHAT IT DOES @@ -16,7 +16,7 @@ $mboxfile : name of exported mbox, e.g. 'mail.txt' $outdir : name of the MH folder to create, e.g. 'Calypso' Run the script using - perl calypso_import.pl + perl calypso_convert.pl Finally, import that folder by either selecting "New mailbox" or moving it into your existing directory and recreate the folder structure manually (contentmenu from folderview).