diff options
author | terry%mozilla.org <> | 2000-01-25 15:53:26 +0000 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-25 15:53:26 +0000 |
commit | 0230a614c04af4633fd9cb3d9216b720d474a4b7 (patch) | |
tree | 69468f51e04ac6caccd0d1a19229d6bea1abb65b /processmail | |
parent | 5fc31978bdcfe2790ee48d930d1c2adafe66b204 (diff) | |
download | bugs-0230a614c04af4633fd9cb3d9216b720d474a4b7.tar bugs-0230a614c04af4633fd9cb3d9216b720d474a4b7.tar.gz bugs-0230a614c04af4633fd9cb3d9216b720d474a4b7.tar.bz2 bugs-0230a614c04af4633fd9cb3d9216b720d474a4b7.tar.xz bugs-0230a614c04af4633fd9cb3d9216b720d474a4b7.zip |
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.
Diffstat (limited to 'processmail')
-rwxr-xr-x | processmail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/processmail b/processmail index d81410708..f6912c99a 100755 --- a/processmail +++ b/processmail @@ -656,7 +656,7 @@ sub ProcessOneBug { if (@sentlist) { print "<B>Email sent to:</B> " . join(", ", @sentlist) . "\n"; if ($didexclude) { - print "<B>Excluding:</B> $nametoexclude (<a href=changepassword.cgi>change your preferences</a> if you wish not to be excluded)\n"; + print qq{<B>Excluding:</B> $nametoexclude (<a href="userprefs.cgi?bank=diffs">change your preferences</a> if you wish not to be excluded)\n}; } } rename($new, $old) || die "Can't rename $new to $old"; |