mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Fixed extra Reference
This commit is contained in:
@@ -180,9 +180,7 @@ public class MessageHelper {
|
||||
if (message.replying != null)
|
||||
replying = db.message().getMessage(message.replying);
|
||||
|
||||
if (replying == null)
|
||||
imessage.addHeader("References", message.msgid);
|
||||
else {
|
||||
if (replying != null) {
|
||||
imessage.addHeader("In-Reply-To", replying.msgid);
|
||||
imessage.addHeader("References", (replying.references == null ? "" : replying.references + " ") + replying.msgid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user