isync

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

commit 8b6ac97fe4fe26c411b5a1746593a43b0242b69d
parent 3c8ee66bfcef204258c1826b65e96adc3da1cbcf
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun,  8 Jan 2006 19:25:58 +0000

adjust to: omit flags other than "deleted" when expunging target.

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 @@ -53,7 +53,7 @@ my @X03 = ( [ 10, 1, 1, "F", 2, 2, "F", 3, 3, "FS", 4, 4, "", 9, 10, "", 10, 9, "" ], [ 9, 0, 9, - 1, 1, "F", 2, 2, "F", 3, 3, "FS", 4, 4, "", 5, 5, "T", 6, 0, "", 7, 7, "FT", 10, 9, "", 9, 10, "" ], + 1, 1, "F", 2, 2, "F", 3, 3, "FS", 4, 4, "", 5, 5, "T", 6, 0, "", 7, 7, "T", 10, 9, "", 9, 10, "" ], ); test(\@x01, \@X03);