From b69366cbab95f24f07189eba8055ce2986cbd71b Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 23 Oct 2013 19:59:55 +0200 Subject: .osx: Add threaded email display settings for Mail.app --- .osx | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index ae897a8..f660a10 100755 --- a/.osx +++ b/.osx @@ -451,6 +451,11 @@ defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false # Add the keyboard shortcut ⌘ + Enter to send an email in Mail.app defaults write com.apple.mail NSUserKeyEquivalents -dict-add "Send" -string "@\\U21a9" +# Display emails in threaded mode, sorted by date (oldest at the top) +defaults write com.apple.mail DraftsViewerAttributes -dict-add "DisplayInThreadedMode" -string "yes" +defaults write com.apple.mail DraftsViewerAttributes -dict-add "SortedDescending" -string "yes" +defaults write com.apple.mail DraftsViewerAttributes -dict-add "SortOrder" -string "received-date" + ############################################################################### # Spotlight # ############################################################################### -- cgit v1.2.3