From 0230a614c04af4633fd9cb3d9216b720d474a4b7 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 25 Jan 2000 15:53:26 +0000 Subject: Reworked preferences UI. Added ability to turn off "My bugs" link at bottom. Made "My bugs" show bugs you own AND bugs you submitted. Added ability to display your named queries in the footer. Many random bugfixes. --- processmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'processmail') diff --git a/processmail b/processmail index d81410708..f6912c99a 100755 --- a/processmail +++ b/processmail @@ -656,7 +656,7 @@ sub ProcessOneBug { if (@sentlist) { print "Email sent to: " . join(", ", @sentlist) . "\n"; if ($didexclude) { - print "Excluding: $nametoexclude (change your preferences if you wish not to be excluded)\n"; + print qq{Excluding: $nametoexclude (change your preferences if you wish not to be excluded)\n}; } } rename($new, $old) || die "Can't rename $new to $old"; -- cgit v1.2.3-24-g4f1b