Bug 3213

Summary: Line break in subject of message
Product: Claws Mail (GTK 2) Reporter: trinsnet
Component: UI/Message ListAssignee: users
Status: RESOLVED FIXED    
Severity: trivial CC: hanno, trinsnet
Priority: P3    
Version: 3.9.3   
Hardware: PC   
OS: Linux   
See Also: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1116
Attachments:
Description Flags
Shows line break in subject on UI-Message List
none
Redacted copy of the email none

Description trinsnet 2014-06-15 10:31:13 UTC
Created attachment 1404 [details]
Shows line break in subject on UI-Message List

Hello,

I'm using ClawsMail in Debian Jessie (testing).

I have received an email that contains a line break in the subject. The line break messes up the message list a bit.

I think Bug 1116 claims this was fixed, at one point.

See attached screen capture to view the aesthetic damage.

Thanks for making such a great email client! I'm a new user.

Adam
Comment 1 trinsnet 2014-06-15 10:32:26 UTC
Created attachment 1405 [details]
Redacted copy of the email
Comment 2 Paul 2016-03-19 11:13:26 UTC
*** Bug 3629 has been marked as a duplicate of this bug. ***
Comment 3 Andrej Kacian 2016-03-20 20:40:20 UTC
Bug 1116 was about regular ascii line break (\n) in the subject, and the fix still works for those.

This example (and Hanno's in the duplicate bug 3629) is about U+2028 unicode line break character, which our unfold_line() doesn't handle.