From 22e9c13cd44c7c53df35fd88528126a704a1b89b Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Sat, 12 Mar 2011 02:43:53 +0000 Subject: [PATCH] 1.82 --- ChangeLog | 12 ++++++++++-- README | 9 +++++++-- VERSION | 2 +- imapsync | 16 +++++++++++----- 4 files changed, 29 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39d4728..59af7a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,23 @@ RCS file: RCS/imapsync,v Working file: imapsync -head: 1.80 +head: 1.82 branch: locks: strict access list: symbolic names: keyword substitution: kv -total revisions: 80; selected revisions: 80 +total revisions: 82; selected revisions: 82 description: ---------------------------- +revision 1.82 +date: 2004/03/12 01:40:27; author: gilles; state: Exp; lines: +6 -6 +removed only +---------------------------- +revision 1.81 +date: 2004/03/12 01:39:51; author: gilles; state: Exp; lines: +11 -5 +AUTHOR pod section +---------------------------- revision 1.80 date: 2004/03/12 01:11:22; author: gilles; state: Exp; lines: +6 -6 IMail Win2003 diff --git a/README b/README index 8358b6c..fad5000 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME imapsync - IMAP sync or copy tool. Synchronize mailboxes between two imap servers. - $Revision: 1.80 $ + $Revision: 1.82 $ INSTALL imapsync works fine under any Unix OS. @@ -206,5 +206,10 @@ SIMILAR SOFTWARES Feedback (good or bad) will be always welcome. - $Id: imapsync,v 1.80 2004/03/12 01:11:22 gilles Exp $ +AUTHOR + Gilles LAMIRAL earn his living writing, installing, configuring and + teaching free open and gratis softwares. Don't hesitate to pay him for + that services. + + $Id: imapsync,v 1.82 2004/03/12 01:40:27 gilles Exp $ diff --git a/VERSION b/VERSION index d456f74..a92432a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.80 +1.82 diff --git a/imapsync b/imapsync index 8dd824c..7512fb3 100755 --- a/imapsync +++ b/imapsync @@ -4,7 +4,7 @@ imapsync - IMAP sync or copy tool. Synchronize mailboxes between two imap servers. -$Revision: 1.80 $ +$Revision: 1.82 $ =head1 INSTALL @@ -243,7 +243,13 @@ Entries for imapsync: Feedback (good or bad) will be always welcome. -$Id: imapsync,v 1.80 2004/03/12 01:11:22 gilles Exp $ +=head1 AUTHOR + +Gilles LAMIRAL earn his living writing, installing, +configuring and teaching free open and gratis +softwares. Don't hesitate to pay him for that services. + +$Id: imapsync,v 1.82 2004/03/12 01:40:27 gilles Exp $ =cut @@ -280,7 +286,7 @@ my( use vars qw ($opt_G); # missing code for this will be option. -$rcs = ' $Id: imapsync,v 1.80 2004/03/12 01:11:22 gilles Exp $ '; +$rcs = ' $Id: imapsync,v 1.82 2004/03/12 01:40:27 gilles Exp $ '; $rcs =~ m/,v (\d+\.\d+)/; $VERSION = ($1) ? $1 : "UNKNOWN"; @@ -316,8 +322,8 @@ $error=0; my $banner = join("", '$RCSfile: imapsync,v $ ', - '$Revision: 1.80 $ ', - '$Date: 2004/03/12 01:11:22 $ ', + '$Revision: 1.82 $ ', + '$Date: 2004/03/12 01:40:27 $ ', "\n", "Mail::IMAPClient version used here is ", $VERSION_IMAPClient, " auth md5 : $md5_supported",