Edgewall Software
Modify

Opened 7 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

     
    2626{%   end %}\
    2727{% end %}\
    2828
    29 --
     29${'-- '}
    3030${_('Ticket URL: <%(link)s>', link=ticket.link)}
    3131$project.name <${project.url or abs_href()}>
    3232$project.descr

Attachments (0)

Change History (2)

comment:1 by Jun Omae, 7 years ago

Owner: set to Jun Omae
Status: newassigned

batch_ticket_notify_email.txt has the same issue.

comment:2 by Jun Omae, 7 years ago

Milestone: 1.2.31.2.2
Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed
Version: 1.0.1

Fixed in [15967] and merged to trunk in [15968].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.