[PATCH 11/14] imap-send.c: simplify logic in lf_to_crlf()

2013-01-13 Thread Michael Haggerty
Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- imap-send.c | 31 --- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/imap-send.c b/imap-send.c index 70abe9b..3167dcc 100644 --- a/imap-send.c +++ b/imap-send.c @@ -1089,36 +1089,21 @@ static

Re: [PATCH 11/14] imap-send.c: simplify logic in lf_to_crlf()

2013-01-13 Thread Jonathan Nieder
Michael Haggerty wrote: Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- imap-send.c | 31 --- 1 file changed, 8 insertions(+), 23 deletions(-) I like the code reduction, but my nighttime brain doesn't have the patience to understand the preimage or