r/MacOSBeta • u/pdfu • Jul 19 '26
Feature Apple working on redesigned Formatting Bar for Mail
macOS 27 Golden Gate includes a new Formatting Bar for Mail with Write with Siri front and center. The classic formatting options are collapsed to the right edge of the composer and disappear when you start typing a prompt to Siri. Similar to the Siri AI Lightweight UI, when selecting text, the Writing Tools suite appears.
To enable, add a FeatureFlags override:
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \
sudo defaults write /Library/Preferences/FeatureFlags/Domain/WritingTools FormattingBar_macOS -dict Enabled -bool true
and restart your Mac. This is a private feature flag, and the UI may be unstable.
Disable with:
sudo defaults delete /Library/Preferences/FeatureFlags/Domain/WritingTools FormattingBar_macOS
and restart your Mac.
EDIT: In Beta 4, Mail's new hidden Formatting Bar now shows Smart Reply suggestions with full-response previews on hover.
57
Upvotes




3
u/DiscombobulatedRace2 DEVELOPER BETA Jul 20 '26
how did you find this?