Skip to content

Instantly share code, notes, and snippets.

@grodowski
Created January 10, 2017 11:12
Show Gist options
  • Save grodowski/9c158977d623f0e4de2135136da6e963 to your computer and use it in GitHub Desktop.
Save grodowski/9c158977d623f0e4de2135136da6e963 to your computer and use it in GitHub Desktop.
Set "View as icon" option as default in Apple Mail
#!/bin/bash
defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment