Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
10b6bd69
Commit
10b6bd69
authored
Apr 09, 2003
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. Patch by gerv; r,a=myk
parent
d9ae5657
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
BugMail.pm
Bugzilla/BugMail.pm
+1
-0
defparams.pl
defparams.pl
+3
-3
No files found.
Bugzilla/BugMail.pm
View file @
10b6bd69
...
...
@@ -858,6 +858,7 @@ sub NewProcessOnePerson ($$$$$$$$$$$$$) {
$substs
{
"summary"
}
=
$values
{
'short_desc'
};
$substs
{
"reasonsheader"
}
=
join
(
" "
,
@reasons
);
$substs
{
"reasonsbody"
}
=
$reasonsbody
;
$substs
{
"space"
}
=
" "
;
my
$template
=
Param
(
"newchangedmail"
);
...
...
defparams.pl
View file @
10b6bd69
...
...
@@ -499,9 +499,9 @@ X-Bugzilla-Reason: %reasonsheader%
%diffs%
%reasonsbody%
'
--%space%
Configure bugmail: %urlbase%userprefs.cgi?tab=email'
%
reasonsbody
%
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment