From aa6640d878162e9cc444ec84826c931a5bbecde1 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 2 Jan 2016 17:12:40 +0100 Subject: [PATCH] Add Mail.app command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 329d964..97e345b 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,12 @@ launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist ### Mail +#### Show Attachments as Icons + +```bash +defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes +``` + #### Vacuum Mail Index The AppleScript code below will quit Mail, vacuum the SQLite index, then re-open Mail. On a large email database that hasn't been optimized for a while, this can provide significant improvements in responsiveness and speed. ```applescript