isync

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

commit 72fd2aafb7bd57089769b1b215daba1998d8ad2a
parent 122e09fe6081b5d800558b13dd43dfd363da1124
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Mon,  5 Apr 2010 13:08:23 +0200

formatting

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

diff --git a/src/drv_imap.c b/src/drv_imap.c @@ -696,7 +696,7 @@ parse_imap_list_l( imap_store_t *ctx, char **sp, list_t **curp, int level ) /* now read the rest of the message */ while (bytes > 0) { - if ((n = socket_read (&ctx->buf.sock, s, bytes)) <= 0) + if ((n = socket_read( &ctx->buf.sock, s, bytes )) <= 0) goto bail; s += n; bytes -= n;