Modify ↓
Opened 8 years ago
Closed 7 years ago
#12775 closed defect (fixed)
Signature line should be DASH DASH SP
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.2.2 |
Component: | notification | Version: | 1.0.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fix signature lines in notification mails. |
||
API Changes: | |||
Internal Changes: |
Description
The signature line has been changed from DASH DASH SP to DASH DASH in [11490]. At least, Thunderbird handles the signature line.
$ svn diff -c11490 ^/branches/1.0-stable/trac/ticket/templates/ticket_notify_email.txt | cat -E Index: ticket_notify_email.txt$ ===================================================================$ --- ticket_notify_email.txt (revision 11489)$ +++ ticket_notify_email.txt (revision 11490)$ @@ -26,7 +26,7 @@$ {% end %}\$ {% end %}\$ $ --- $ +--$ ${_('Ticket URL: <%(link)s>', link=ticket.link)}$ $project.name <${project.url or abs_href()}>$ $project.descr$
See also
-
trac/ticket/templates/ticket_notify_email.txt
26 26 {% end %}\ 27 27 {% end %}\ 28 28 29 -- 29 ${'-- '} 30 30 ${_('Ticket URL: <%(link)s>', link=ticket.link)} 31 31 $project.name <${project.url or abs_href()}> 32 32 $project.descr
Attachments (0)
Change History (2)
comment:1 by , 7 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Milestone: | 1.2.3 → 1.2.2 |
---|---|
Release Notes: | modified (diff) |
Resolution: | → fixed |
Status: | assigned → closed |
Version: | → 1.0.1 |
Note:
See TracTickets
for help on using tickets.
batch_ticket_notify_email.txt
has the same issue.trac/ticket/templates/batch_ticket_notify_email.txt