I've been able to work around this by just syncing my three channels with `echo a b c | xargs -n1 -P0 mbsync' which seems to both avoid this issue and is also much faster as my updates run in parallel now! I do wonder if async syncs (good pseudo-oxymoron) are something that should be provided natively with a flag, but I suppose it's not too hard to make whatever invoking program handle that like I have.
Thanks, ― Perry _______________________________________________ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/isync-devel
