Opened 2 years ago
Last modified 2 years ago
#13499 new enhancement
Trac Email Notifcations Poorly formatted due to line wrap of quoted text
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | notification | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Trac email notifications are getting a hard break at 75 characters. https://trac.edgewall.org/browser/trunk/trac/ticket/notification.py#L101
This line break doesn't respect quoted text using a > quote marker, so when one received the email, the first 75 chars are on a indented color coded line, and the remainder of the text is not indented/marked up and looks like the reply.
This makes it very hard to follow what is actually a reply between quoted text and what is just broken formatting.
I'm not sure why in 2022 we need hard breaks like this at all. At least downstream users should be able to optionally disable this. Best however I think is just eliminating it and letting email clients wrap text as they see fit.
Attachments (1)
Change History (3)
by , 2 years ago
Attachment: | CleanShot 2022-09-13 at 15.58.04.png added |
---|
comment:1 by , 2 years ago
Milestone: | → undecided |
---|---|
Type: | defect → enhancement |
comment:2 by , 2 years ago
Component: | general → notification |
---|
Related #2625 and th:TracHtmlNotificationPlugin.