Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GH-187 Temporary fix for getting incorrect thread ID caused by iPhone bug #189

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

SakiTakamachi
Copy link
Contributor

@SakiTakamachi SakiTakamachi commented Sep 18, 2023

Please see here for details.
#187

To fundamentally solve this problem, Apple has to fix a bug in the mailer.
I am proposing this change as temporary rather than permanent.

Regards.


Emails that are not displayed in "externals" can be viewed in "internals" mailboxes if we want to see them, so if you decide that this modification is unnecessary, I will follow it.

if ($threadId === null && $inReplyTo !== null) {

$threadId = null;
if ($firstReference !== null) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The processing around this can be written in one line, but it is written this way for readability.

@SakiTakamachi
Copy link
Contributor Author

@mnapoli
Please review it when you have time.

@mnapoli
Copy link
Owner

mnapoli commented Sep 18, 2023

I'm fine merging this and giving it a try!

I added a small suggestion for future maintenance.

Co-authored-by: Matthieu Napoli <matthieu@mnapoli.fr>
@SakiTakamachi
Copy link
Contributor Author

SakiTakamachi commented Sep 18, 2023

Thank you for confirmation!
I committed your suggestion.

@mnapoli mnapoli merged commit 0303c1b into mnapoli:master Sep 22, 2023
1 check passed
@SakiTakamachi SakiTakamachi deleted the fix/gh-187-temporary branch September 22, 2023 14:06
@SakiTakamachi
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants