isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 07377cb753c4b46a026801f99a7c0e98980a44b9
parent 100f9487f4d19e56fd21509ebd504edf5022f687
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun,  3 Nov 2013 12:49:27 +0100

ensure that the journal replay pass really does nothing

Diffstat:
Msrc/run-tests.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/run-tests.pl b/src/run-tests.pl @@ -616,7 +616,7 @@ sub test($$) die "Cannot read journal.\n"; my @nj = <FILE>; close FILE; - @ret = runsync(""); + @ret = runsync("-0 --no-expunge"); killcfg(); if (ckstate("slave/.mbsyncstate", @{ $$tx[3] })) { print "Options:\n";