Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
grep -An -Bm: fix invocation of external grep command
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index 4283a4acdaf28a8edc2f595e6137cc396f4988dc..a5a069608419a8ecc42be63eb7998efd262f0ddc 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-1239,7
+1239,7
@@
split_msg( msg_data_t *all_msgs, msg_data_t *msg, int *ofs )
msg->data[ msg->len ] = 0;
*ofs += msg->len;
- return 1;
+ return 1;
}
static imap_server_conf_t server =