aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-03-17 18:39:24 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-03-17 19:04:25 +0000
commit36f50c1e21ef26f0021036568254e70863bdb0cc (patch)
treeb7cf3213cbe2e55989a2a336945477319046844a /bin
parentc5715d14de77d3bbcd144592175c4814eb19bbc8 (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')
-rwxr-xr-xbin/handlemail1
-rwxr-xr-xbin/zurich-overdue-alert1
2 files changed, 1 insertions, 1 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
diff --git a/bin/zurich-overdue-alert b/bin/zurich-overdue-alert
index 500c6b016..4e81b3263 100755
--- a/bin/zurich-overdue-alert
+++ b/bin/zurich-overdue-alert
@@ -73,7 +73,6 @@ sub send_alert {
{
_template_ => $template,
_parameters_ => $h,
- _line_indent => $cobrand->email_indent,
To => $to,
From => [ FixMyStreet->config('CONTACT_EMAIL'), FixMyStreet->config('CONTACT_NAME') ],
},