aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-10-23 19:59:55 +0200
committerMathias Bynens <mathias@qiwi.be>2013-10-23 19:59:55 +0200
commitb69366cbab95f24f07189eba8055ce2986cbd71b (patch)
treecc7992efed405fb47fb0f51c529ee1082894d565 /.osx
parenta86749f06acf16c339b80752ca742c4ee90952dd (diff)
downloaddotfiles-b69366cbab95f24f07189eba8055ce2986cbd71b.tar.gz
dotfiles-b69366cbab95f24f07189eba8055ce2986cbd71b.tar.bz2
dotfiles-b69366cbab95f24f07189eba8055ce2986cbd71b.zip
.osx: Add threaded email display settings for Mail.app
Diffstat (limited to '.osx')
-rwxr-xr-x.osx5
1 files changed, 5 insertions, 0 deletions
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 #
###############################################################################