Fixes bug #3613 that causes tabs to appear in the subject line of emails

Review Request #6647 — Created Nov. 26, 2014 and submitted — Latest diff uploaded

Information

Review Board
master
0813f4d...

Reviewers

Python 2.7 has a problem that causes tabs to be used to break up long headers instead of spaces. When Review Board sends an email with a Subject longer than 62 characters, it inserts a tab to seperate the text into mutiple lines.

Now instead of the Subject header being seperatated by tabs it is seperated by spaces.

Ran unit tests.

    Loading...