diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-03-17 18:39:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-03-17 19:04:25 +0000 |
commit | 36f50c1e21ef26f0021036568254e70863bdb0cc (patch) | |
tree | b7cf3213cbe2e55989a2a336945477319046844a /bin/handlemail | |
parent | c5715d14de77d3bbcd144592175c4814eb19bbc8 (diff) |
Change default email indentation to none.
This is very old, no-one seems to want/need it any more,
and more than one reuser does not want it. Fixes #715.
Diffstat (limited to 'bin/handlemail')
-rwxr-xr-x | bin/handlemail | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/handlemail b/bin/handlemail index 8b8e03be9..8bc016241 100755 --- a/bin/handlemail +++ b/bin/handlemail @@ -57,6 +57,7 @@ my $mail = mySociety::Email::construct_email({ To => $data{return_path}, _template_ => $template, _parameters_ => { }, + _line_indent => '', }); if (mySociety::EmailUtil::EMAIL_SUCCESS |