mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
prepend subject whenever we think sth. is a mailinglist, not only for a subset of mailing lists
This commit is contained in:
@@ -408,7 +408,7 @@ impl MimeMessage {
|
|||||||
|
|
||||||
// For mailing lists, always add the subject because sometimes there are different topics
|
// For mailing lists, always add the subject because sometimes there are different topics
|
||||||
// and otherwise it might be hard to keep track:
|
// and otherwise it might be hard to keep track:
|
||||||
if self.get(HeaderDef::ListId).is_some() {
|
if self.is_mailinglist_message() {
|
||||||
prepend_subject = true;
|
prepend_subject = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user