Bug#572598: git imap-send does not use proper line ending

2010-03-07 Thread Ben Hutchings
On Fri, 2010-03-05 at 06:09 -0600, Jonathan Nieder wrote: > tags 572598 + patch fixed-upstream > thanks > > Ben Hutchings wrote: > > > Cyrus imapd rejects these messages. (And this didn't happen with > > earlier versions of git; it is a recent regression.) > > Oh! Thanks. > > Looks like this

Bug#572598: git imap-send does not use proper line ending

2010-03-05 Thread Jonathan Nieder
tags 572598 + patch fixed-upstream thanks Ben Hutchings wrote: > Cyrus imapd rejects these messages. (And this didn't happen with > earlier versions of git; it is a recent regression.) Oh! Thanks. Looks like this was recently fixed. Does this patch work for you? (It will most likely be part

Bug#572598: git imap-send does not use proper line ending

2010-03-05 Thread Ben Hutchings
On Fri, 2010-03-05 at 04:02 -0600, Jonathan Nieder wrote: > Hi Ben, > > Ben Hutchings wrote: > > > RFC 5322 specifies use of CR LF as the line ending in mail messages. > > git format-patch uses LF which is conventional for Unix but not valid > > when transmitting messages over IMAP. git imap-sen

Bug#572598: git imap-send does not use proper line ending

2010-03-05 Thread Jonathan Nieder
Hi Ben, Ben Hutchings wrote: > RFC 5322 specifies use of CR LF as the line ending in mail messages. > git format-patch uses LF which is conventional for Unix but not valid > when transmitting messages over IMAP. git imap-send needs to convert > LF to CR LF. Sounds reasonable, but could you desc

Bug#572598: git imap-send does not use proper line ending

2010-03-04 Thread Ben Hutchings
Package: git-core Version: 1:1.6.6.2-1 Severity: normal RFC 5322 specifies use of CR LF as the line ending in mail messages. git format-patch uses LF which is conventional for Unix but not valid when transmitting messages over IMAP. git imap-send needs to convert LF to CR LF. Ben. -- System Inf