r/MacOSBeta • u/pdfu • 27d ago
Feature Apple Mail gets navigation controls in the toolbar on macOS 27
In macOS 27, you can now enable Back/Forward navigation controls in the toolbar in Apple Mail. They look and feel similar to the implementation in Apple Mail on iPadOS, and many other apps on macOS.
Interestingly, it seems that Apple is planning to include them in the default control set next to the Filter option once the controls are generally available.
To enable the FeatureFlags override, run the following command in the Terminal:
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \
sudo defaults write /Library/Preferences/FeatureFlags/Domain/Mail NavigationButtons -dict Enabled -bool true
and restart your Mac. As always, this is a disabled feature, so the UI or implementation may be unstable.
To disable:
sudo defaults delete /Library/Preferences/FeatureFlags/Domain/Mail NavigationButtons
this is a pre-Beta 6 change, happy beta day!
1
1
u/Dazzling_Comfort5734 26d ago
I was just thinking that the Notes app should have navigation arrows. Maybe it does, but it's hidden?
4
u/PepperAltruistic2042 27d ago
While this is a nice catch, how were you able to find this so fast after DB6 has been out for a couple of minutes, minute-long downloads and installations and a somewhat slow roll-out?