Modify ↓
Opened 17 years ago
Closed 17 years ago
#6072 closed task (fixed)
wrap email addresses
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | ticket system | Version: | devel |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm on r6029
trac.ini has
[trac] show_email_addresses = true
All addresses in CC field are in one long line. If show_email_addresses
is set to false, the addresses are wrapped.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Can you please try the following patch?
I had some difficulties into reproducing the issue, until I realized that we now normalize the list before writing the field in the db. So this problem happens only with old existing CC lists containing no spaces and the fix is only necessary for those.