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:
Hocuri
2022-03-12 11:47:58 +01:00
committed by GitHub
parent fc46c0b49c
commit a907d789d6
2 changed files with 73 additions and 10 deletions

View File

@@ -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