aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-10-24 22:00:41 +0200
committerMathias Bynens <mathias@qiwi.be>2013-10-24 22:00:41 +0200
commit40249d0d0ff795b7ca89263e15dccd1c0b855466 (patch)
treef3885702b8cc24c4e90c5b616357e6d6077ad657
parentd491f7b54493810a0c1fb0c0e7be25fe786edaee (diff)
downloaddotfiles-40249d0d0ff795b7ca89263e15dccd1c0b855466.tar.gz
dotfiles-40249d0d0ff795b7ca89263e15dccd1c0b855466.tar.bz2
dotfiles-40249d0d0ff795b7ca89263e15dccd1c0b855466.zip
.osx: Disable inline attachments in Mail
Thanks to Christophe Platteeuw via Twitter: https://twitter.com/cplatteeuw/status/393465401310318592
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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 #
###############################################################################