matthewpalmer / Charter

A Swift mailing list client for iPhone and iPad
524 stars 77 forks source link

Changes to the way newlines are handled (needs investigation) #28

Closed matthewpalmer closed 8 years ago

matthewpalmer commented 8 years ago

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.

matthewpalmer commented 8 years ago

Although maybe the newline wrapping is coming from the people writing the emails, and so wouldn't be consistent?

matthewpalmer commented 8 years ago

Needs investigation

matthewpalmer commented 8 years ago

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.