From 40249d0d0ff795b7ca89263e15dccd1c0b855466 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 24 Oct 2013 22:00:41 +0200 Subject: .osx: Disable inline attachments in Mail Thanks to Christophe Platteeuw via Twitter: https://twitter.com/cplatteeuw/status/393465401310318592 --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 49db633..649817b 100755 --- a/.osx +++ b/.osx @@ -437,6 +437,9 @@ defaults write com.apple.mail DraftsViewerAttributes -dict-add "DisplayInThreade defaults write com.apple.mail DraftsViewerAttributes -dict-add "SortedDescending" -string "yes" defaults write com.apple.mail DraftsViewerAttributes -dict-add "SortOrder" -string "received-date" +# Disable inline attachments (just show the icons) +defaults write com.apple.mail DisableInlineAttachmentViewing -bool true + ############################################################################### # Spotlight # ############################################################################### -- cgit v1.2.3