getCsMail doesn't recognize References
This commit is contained in:
parent
92a5ab6414
commit
ff2235b7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue