From d34bdb8bd49d6ccbc0adfc941448a2cefd83c2c1 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Sat, 12 Mar 2011 02:44:25 +0000 Subject: [PATCH] 1.167 --- ChangeLog | 8 ++++++-- README | 4 ++-- VERSION | 2 +- freshmeat_submition | 2 +- imapsync | 12 ++++++------ 5 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4aa2e18..6b2b3ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,19 @@ RCS file: RCS/imapsync,v Working file: imapsync -head: 1.166 +head: 1.167 branch: locks: strict access list: symbolic names: keyword substitution: kv -total revisions: 166; selected revisions: 166 +total revisions: 167; selected revisions: 167 description: ---------------------------- +revision 1.167 +date: 2006/03/30 02:33:00; author: gilles; state: Exp; lines: +6 -6 +SPLIT print in debug mode only. +---------------------------- revision 1.166 date: 2006/03/30 02:22:39; author: gilles; state: Exp; lines: +30 -30 Use of parse_headers() instead of parse_headers() diff --git a/README b/README index c8c69c2..a61e902 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME imapsync - IMAP synchronization, copy or migration tool. Synchronize mailboxes between two imap servers. Good at IMAP migration. - $Revision: 1.166 $ + $Revision: 1.167 $ INSTALL imapsync works fine under any Unix OS. @@ -287,5 +287,5 @@ AUTHOR teaching free open and gratis softwares. Don't hesitate to pay him for that services. - $Id: imapsync,v 1.166 2006/03/30 02:22:39 gilles Exp $ + $Id: imapsync,v 1.167 2006/03/30 02:33:00 gilles Exp $ diff --git a/VERSION b/VERSION index 029298c..05670cf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.166 +1.167 diff --git a/freshmeat_submition b/freshmeat_submition index 8b8e937..459cbb0 100644 --- a/freshmeat_submition +++ b/freshmeat_submition @@ -1,5 +1,5 @@ Project: imapsync -Version: 1.164 +Version: 1.166 Release-Focus: Major bugfixes Hide: Y Home-Page-URL: http://www.linux-france.org/prj/imapsync/ diff --git a/imapsync b/imapsync index 8c69cb5..ab74273 100755 --- a/imapsync +++ b/imapsync @@ -6,7 +6,7 @@ imapsync - IMAP synchronization, copy or migration tool. Synchronize mailboxes between two imap servers. Good at IMAP migration. -$Revision: 1.166 $ +$Revision: 1.167 $ =head1 INSTALL @@ -337,7 +337,7 @@ 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.166 2006/03/30 02:22:39 gilles Exp $ +$Id: imapsync,v 1.167 2006/03/30 02:33:00 gilles Exp $ =cut @@ -392,7 +392,7 @@ my( use vars qw ($opt_G); # missing code for this will be option. -$rcs = ' $Id: imapsync,v 1.166 2006/03/30 02:22:39 gilles Exp $ '; +$rcs = ' $Id: imapsync,v 1.167 2006/03/30 02:33:00 gilles Exp $ '; $rcs =~ m/,v (\d+\.\d+)/; $VERSION = ($1) ? $1 : "UNKNOWN"; @@ -429,8 +429,8 @@ $error=0; my $banner = join("", '$RCSfile: imapsync,v $ ', - '$Revision: 1.166 $ ', - '$Date: 2006/03/30 02:22:39 $ ', + '$Revision: 1.167 $ ', + '$Date: 2006/03/30 02:33:00 $ ', "\n", "Mail::IMAPClient version used here is ", $VERSION_IMAPClient,"\n" @@ -1543,7 +1543,7 @@ sub parse_headers2 { my $headers = {}; # hash from message ids to header hash my $split = $self->Split() || scalar(@$msgspec_all); while(my @msgs = splice(@$msgspec_all, 0, $split)) { - print "SPLIT: @msgs\n"; + $debug and print "SPLIT: @msgs\n"; my $msgspec = \@msgs; # Make $msg a comma separated list, of messages we want