mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
Assign replies from different address to two-member-groups (#3119)
Holger had a case where he wrote with someone using a classing MUA. He opened a two-member-group with this person (which also allowed him to set the subject). At some point the other person replied from a different email address. What he expected: This reply should be sorted into the two-member-group. What happened: This reply was sorted into the 1:1 chat. --- I had added the line && chat_contacts.contains(&from_id) months ago when I wrote this code because it seemed vaguely sensible but without any real reason. So, let's remove it and see if it creates other problems - my gut feeling is no.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
### Fixes
|
||||
- do not delete messages without Message-IDs as duplicates #3095
|
||||
- Assign replies from a different email address to the correct chat #3119
|
||||
|
||||
### Changes
|
||||
- add more SMTP logging #3093
|
||||
|
||||
Reference in New Issue
Block a user