Closed matthewpalmer closed 8 years ago
Although maybe the newline wrapping is coming from the people writing the emails, and so wouldn't be consistent?
Needs investigation
Closing because I've been reading the lists and doesn't seem to be a huge issue in most cases, will reopen if this becomes problematic.
Often when reading you come across an awkward newline... I wonder if we can do something like
if char == '\n' and column == 80
(I think they get wrapped at 80?) then strip the newline otherwise use the newline.