mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
Do not prepend subject to mailing list chat messages (#3253)
This commit is contained in:
@@ -551,7 +551,7 @@ impl MimeMessage {
|
||||
|
||||
// For mailing lists, always add the subject because sometimes there are different topics
|
||||
// and otherwise it might be hard to keep track:
|
||||
if self.is_mailinglist_message() {
|
||||
if self.is_mailinglist_message() && !self.has_chat_version() {
|
||||
prepend_subject = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user