aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'email_in.pl')
-rwxr-xr-xemail_in.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/email_in.pl b/email_in.pl
index babe868ed..a03935830 100755
--- a/email_in.pl
+++ b/email_in.pl
@@ -250,7 +250,7 @@ sub process_bug {
# Make it possible to remove CCs.
if ($fields{'removecc'}) {
- $fields{'cc'} = [split(',', $fields{'removecc'})];
+ $fields{'cc'} = [split(',', $fields{'removecc'})];
$fields{'removecc'} = 1;
}
@@ -374,7 +374,7 @@ sub get_text_alternative {
my @parts = $email->parts;
my $body;
foreach my $part (@parts) {
- my $ct = $part->content_type || 'text/plain';
+ my $ct = $part->content_type || 'text/plain';
my $charset = 'iso-8859-1';
# The charset may be quoted.