summaryrefslogtreecommitdiffstats
path: root/processmail
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-08-29 04:23:41 +0200
committerterry%netscape.com <>1998-08-29 04:23:41 +0200
commit0ae1eb8cf0841958b1daa8531ffb93d9dff80c15 (patch)
treeb756d530ba6aa47a6b58986cba81ebde6471d743 /processmail
parent0dd735023225eb19ed12ff93625450e2da6c3860 (diff)
downloadbugzilla-0ae1eb8cf0841958b1daa8531ffb93d9dff80c15.tar.gz
bugzilla-0ae1eb8cf0841958b1daa8531ffb93d9dff80c15.tar.xz
Back out last change. No diffs are showing up at all!
Diffstat (limited to 'processmail')
-rwxr-xr-xprocessmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/processmail b/processmail
index b64d2e8a4..36935185e 100755
--- a/processmail
+++ b/processmail
@@ -206,7 +206,7 @@ foreach i $argv {
puts $fid $text
close $fid
if {[Different $old $new]} {
- catch {exec diff -u $old $new > $diffs}
+ catch {exec diff -c $old $new > $diffs}
set tolist [fixaddresses [list $bug(assigned_to) $bug(reporter)]]
set cclist [fixaddresses $bug(cclist)]
set logstr "Bug $i changed"