getCsMail doesn't recognize References

This commit is contained in:
Matthew Wilson 2006-05-19 20:19:39 +00:00
parent 92a5ab6414
commit ff2235b7f0

View file

@ -161,7 +161,7 @@ sub getNextMessage {
chomp($cc); chomp($cc);
my $subject = $head->get("Subject") || undef; my $subject = $head->get("Subject") || undef;
chomp($subject); chomp($subject);
my $inReplyTo = $head->get("In-Reply-To") || undef; my $inReplyTo = $head->get("In-Reply-To") || $head->get("References") || undef;
chomp($inReplyTo); chomp($inReplyTo);
my $messageId = $head->get("Message-Id") || undef; my $messageId = $head->get("Message-Id") || undef;
chomp($messageId); chomp($messageId);