How Apple Mail Conversation View Works (and Its Quirks)

The short answer
Apple Mail groups messages into a conversation using two signals: the References and In-Reply-To headers embedded in each email, and the subject line as a fallback. A thread splits when a reply strips those headers or when the subject changes. Fixing it usually requires the sender's mail client to preserve reply headers.
How Apple Mail conversation view works: how it groups messages by header chain and subject, why threads split, and how to fix it on Mac and iPhone.
On this page
Apple Mail's conversation view is on by default, and for most people it just works — related messages collapse into one thread, you click to expand, and the reply chain is there. Spend enough time in a busy inbox and the cracks appear: a thread that suddenly shows as two separate conversations, a reply that lands in the wrong thread, or a sent message that disappears from what should be a complete exchange. Understanding why this happens requires knowing how Apple Mail actually decides which messages belong together — and most explainers skip that part entirely.
This guide covers how Apple Mail conversation view works under the hood, how to turn it on or off, what the Include Related Messages setting does, and how to diagnose and work around the most common threading failures. The behavior described here applies to Apple Mail on macOS Ventura, Sonoma, and Sequoia (versions 13 through 15), with a section on the differences between macOS and iOS.
The short answer#
Apple Mail uses two signals to decide whether two messages belong in the same conversation. The first, and stronger, signal is the message header chain. Every time you click Reply in a well-behaved mail client, the client adds a References header and an In-Reply-To header to the outgoing message, each containing the Message-ID of the message you are replying to. Apple Mail reads these headers and uses them to link replies back to their parents, building a tree of connected messages.
The second signal is the subject line. When an incoming message has no References or In-Reply-To headers — because the sender's client stripped them, or because someone started a new message with the same subject by hand — Apple Mail falls back to matching on the subject text. It strips common prefixes like Re: and Fwd: and compares what is left. If it matches a recent active thread, the new message is added to it.
The Include Related Messages setting, found in Mail Settings under Viewing on macOS, extends this logic across your mailboxes. With it enabled, Apple Mail pulls your own sent replies into an incoming thread so you see the full exchange in one place, not just what arrived. Turning it off narrows each thread to the messages that actually landed in that specific mailbox.
Thread splitting — one logical conversation shown as two or more separate threads — happens when the header chain breaks. The most common cause is a mail client on the sending end that strips reply headers before delivery, which forces Apple Mail to fall back to subject matching and sometimes fails to connect the new message to the existing thread. A subject line change mid-conversation has the same effect.
Before you start#
The steps and settings below apply to Apple Mail running on macOS Ventura (13), Sonoma (14), and Sequoia (15). The core threading behavior is consistent across all three; the menu paths are identical. On older macOS versions, the options may appear in slightly different locations but the underlying logic is the same.
First, confirm conversation view is actually enabled. Open Mail and click View in the menu bar. If you see a checkmark next to Organize by Conversation, threading is on. If there is no checkmark, messages appear as individual items sorted by date and none of the threading behavior described in this guide applies.
Preferences versus Settings
How to control conversation view in Apple Mail#
These four steps cover the controls most people need: toggling conversation view, setting the message order within a thread, choosing which messages appear, and managing how read messages are handled.
- 1
Turn conversation view on or off
In the Mail menu bar, click View and look for Organize by Conversation. A checkmark means it is currently on. Click the item to toggle it. With it off, messages appear as a flat date-sorted list with no grouping. With it on, replies collapse into a single expandable row per thread.
- 2
Set message order within a thread
Go to View in the menu bar, hover over Conversation, and look for Most Recent Message on Top. With that option checked, the newest reply appears at the top of an expanded thread. Without it, the oldest message appears first. Most people prefer newest on top for active correspondence and oldest-first for reference archives.
- 3
Control which messages appear in a thread
Open Mail Settings with Command-comma and click the Viewing tab. Find the Include Related Messages checkbox. With it on, Apple Mail pulls your own sent replies into incoming threads so you can read the full exchange without switching to the Sent mailbox. Turn it off if you want each mailbox to show only the messages it actually received.
- 4
Collapse or expand all threads at once
Select all messages with Command-A, then use View > Collapse All Threads or Expand All Threads, which appears in the menu when conversation view is on. There is no toolbar button for this. It is useful after switching from flat view back to threaded to reset the collapsed state across a large mailbox.
Platform differences: Mac versus iPhone and iPad#
The threading engine is the same across Apple Mail on macOS and iOS, but the controls live in different places and a few options exist only on macOS. If your Mac thread and your iPhone thread look different for the same mailbox, the most likely cause is that one device has Include Related Messages on and the other has it off — this setting is per-device and defaults to on on macOS but is not available on iOS at all.
| Control | macOS (Ventura / Sonoma / Sequoia) | iOS and iPadOS 16 and later |
|---|---|---|
| Turn off threading | View > Organize by Conversation (uncheck) | Settings > Mail > Threading > Organize By Thread (toggle off) |
| Message order within a thread | View > Conversation > Most Recent Message on Top | Settings > Mail > Threading > Most Recent Message on Top |
| Include Related Messages | Mail Settings > Viewing > checkbox | Not available on iOS or iPadOS |
| Collapse read messages | Mail Settings > Viewing > checkbox | Settings > Mail > Threading > Collapse Read Messages |
| Complete threads (fetch missing messages from server) | Not a separate toggle | Settings > Mail > Threading > Complete Threads |
| Subject-line fallback threading | Automatic when reply headers are absent | Automatic when reply headers are absent |
Why your thread split in two (and what to do about it)#
A split thread is almost always a header problem. When a sender's mail client delivers a reply without the References or In-Reply-To headers that point back to the original message, Apple Mail cannot link the new message to the existing chain using the strong signal. It falls back to subject matching, which sometimes succeeds and sometimes creates a second thread — especially if the subject has a slight difference, the thread is old, or another thread in the mailbox has a similar subject.
The three most common causes of split threads are stripped reply headers, a mid-thread subject change, and forwarding-as-new. Stripped headers happen with certain mobile clients, some corporate Exchange and Office 365 configurations, and some outbound relay services that sanitize headers in transit. A mid-thread subject change — when a recipient edits the subject line before clicking Send — breaks both the subject-match fallback and the header chain at once, because the subject no longer matches and the new message starts a divergent chain. Forwarding-as-new generates a fresh Message-ID with no References header, which Apple Mail treats as an unrelated message even if the content is obviously a continuation.
There is no built-in way to merge two threads manually in Apple Mail. You can drag individual messages between threads in some views, but the app does not expose a merge command. The most effective fix is upstream: ask the sender to use their client's native Reply button rather than starting a fresh compose window. On Exchange-based setups, an administrator can sometimes configure the server to preserve external reply headers. If the split originates from a subject change, starting a new explicit thread with a stable subject and asking the other party to reply into it is cleaner than trying to reconnect the branches.
If a reply is missing entirely rather than split into a separate thread, check the Include Related Messages setting first. A sent reply you cannot find in a thread is often there — it is just in the Sent mailbox rather than pulled into the thread because the setting is off. Toggle it on in Mail Settings > Viewing and the sent message will appear inline within the conversation.

A faster way: AI-organized inbox instead of manual threading fixes#
Apple Mail's conversation view is a passive organizer. It shows what arrived, grouped by header chain and subject. It does not help you know which threads actually need attention, surface replies you are waiting on, or separate a time-sensitive message buried in a 40-message thread from a newsletter that happened to land in the same conversation.
AI Emaily takes a different approach: instead of grouping by who replied to whom, it reads what each message is actually about and organizes around what matters. It surfaces urgent replies, tracks threads where you are waiting on a response, and drafts replies in your voice — all on top of the mail providers you already use, including iCloud. No migration, no new address. We build AI Emaily. A 7-day free trial is available at aiemaily.com/pricing.
Frequently asked
See it in AI Emaily
Keep reading
Sources

Written by
Nafiul HasanNafiul Hasan is an entrepreneur and AI automation system builder with 10+ years of experience turning messy, manual workflows into reliable automated systems. He designs and ships AI enterprise solutions end-to-end — the agent logic, the data plumbing, and the product people actually use — and founded AI Emaily to give busy professionals their attention back. He writes here from the builder's seat: what works, what breaks, and how to put AI to work without giving up control.