isync

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

commit d59392e9010714ca3aaf8ac21840f14ba712c384
parent ef2caa074edfa0f6124aecead56e8253f047819c
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun, 29 Dec 2019 11:59:47 +0100

autotest: fix prototype of ckbox()

Diffstat:
Msrc/run-tests.pl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/run-tests.pl b/src/run-tests.pl @@ -482,8 +482,8 @@ sub mkchan($$@) close FILE; } -# $config, $boxname, $maxuid, @msgs -sub ckbox($$$@) +# $boxname, $maxuid, @msgs +sub ckbox($$@) { my ($bn, $MU, @MS) = @_;