isync

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

commit 808001c0a9119430f26612b02c1c4b80bd670f64
parent 4ec56f8cf61e04cf79a51b29d02922803902e572
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Wed, 28 Dec 2005 11:07:47 +0000

whoops

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -529,7 +529,7 @@ main( int argc, char **argv ) } } for (t = 0; t < 2; t++) - if ((chan->ops[t] & OP_MASK_TYPE) && (chan->ops[t] & OP_CREATE)) { + if ((chan->ops[1-t] & OP_MASK_TYPE) && (chan->ops[1-t] & OP_CREATE)) { for (mbox = boxes[t]; mbox; mbox = mbox->next) if (list) puts( mbox->string );