Messages with different subject lines should be treated as separate threads #95
Labels
No labels
actions
bug
complicated
database
dependencies
documentation
downstream
duplicate
enhancement
feature
fixed already
front-end
idea
internal
invalid
investigating
javascript
low priority
milestone
minor bug
needs info
networking
nice to have
pcntl
php
question
suggestion
sync
threading
ui
ux
web
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bcarrella/libremail#95
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Messages may contain references to other messages but really belong to a separate thread. One way this can happen is if the sender replies to a thread but changes the subject line. This is probably one of many.
Suggested Fix
Threads that differ in subject line by some specified amount should be treated as separate threads,
even if they share IDs in their references.
This could be used to check for string sameness: https://www.php.net/manual/en/function.similar-text.php