From: gerv%gerv.net <> Date: Wed, 9 Apr 2003 06:29:33 +0000 (+0000) Subject: Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. Patch... X-Git-Tag: bugzilla-2.17.4~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10b6bd69d9bef0df06bc2f1278a5a54d8aad5d71;p=thirdparty%2Fbugzilla.git Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. Patch by gerv; r,a=myk --- diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index e16a45139a..55c88004b8 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -858,6 +858,7 @@ sub NewProcessOnePerson ($$$$$$$$$$$$$) { $substs{"summary"} = $values{'short_desc'}; $substs{"reasonsheader"} = join(" ", @reasons); $substs{"reasonsbody"} = $reasonsbody; + $substs{"space"} = " "; my $template = Param("newchangedmail"); diff --git a/defparams.pl b/defparams.pl index 31a7786ac6..d1d295facd 100644 --- a/defparams.pl +++ b/defparams.pl @@ -499,9 +499,9 @@ X-Bugzilla-Reason: %reasonsheader% %diffs% - - -%reasonsbody%' +--%space% +Configure bugmail: %urlbase%userprefs.cgi?tab=email' +%reasonsbody% }, {