summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xprocessmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/processmail b/processmail
index a7663149f..a4b05ff0c 100755
--- a/processmail
+++ b/processmail
@@ -183,7 +183,7 @@ sub ProcessOneBug {
$diffheader .= FormatTriple("What ", "Removed", "Added");
$diffheader .= ('-' x 76) . "\n";
}
- $what =~ s/^Attachment/Attachment #$attachid/ if $attachid;
+ $what =~ s/^(Attachment )?/Attachment #$attachid / if $attachid;
if( $fieldname eq 'estimated_time' ||
$fieldname eq 'remaining_time' ) {
$old = FormatTimeUnit($old);