summaryrefslogtreecommitdiffstats
path: root/processmail
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-03-11 03:01:18 +0100
committerterry%mozilla.org <>2000-03-11 03:01:18 +0100
commit658f2f569dfb06448d7f45c370e7a1b468dd36a2 (patch)
treebab4951154992af006da72abab11c0f9f911fc0c /processmail
parent1f9f6d7641c4fb0c9214133efd7ef03f682b158c (diff)
downloadbugzilla-658f2f569dfb06448d7f45c370e7a1b468dd36a2.tar.gz
bugzilla-658f2f569dfb06448d7f45c370e7a1b468dd36a2.tar.xz
Italicize the "Additional Comments From" stuff, so that you can tell
the difference between new comments and people copying stuff in from old comments.
Diffstat (limited to 'processmail')
-rwxr-xr-xprocessmail4
1 files changed, 2 insertions, 2 deletions
diff --git a/processmail b/processmail
index 618c6dbc1..9b9baa4dd 100755
--- a/processmail
+++ b/processmail
@@ -199,7 +199,7 @@ sub GetBugText {
$status_whiteboard = "StatusWhiteboard: $::bug{'status_whiteboard'}\n";
}
- $::bug{'long_desc'} = GetLongDescription($id);
+ $::bug{'long_desc'} = GetLongDescriptionAsText($id);
my @cclist;
@cclist = split(/,/, ShowCcList($id));
@@ -455,7 +455,7 @@ sub NewProcessOneBug {
}
- my $newcomments = GetLongDescription($id, $start, $end);
+ my $newcomments = GetLongDescriptionAsText($id, $start, $end);
my $count = 0;
for my $person ($values{'assigned_to'}, $values{'reporter'},