diff options
| -rwxr-xr-x | .macos | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -217,6 +217,20 @@ defaults write com.apple.AppStore InAppReviewEnabled -bool FALSE ######################################################################### +# Mail +######################################################################### + +# Show only 2 lines of message preview +defaults write com.apple.mail NumberOfSnippetLines -int 2 + +# Compose messages in plain text +defaults write com.apple.mail AddLinkPreviews Plain + +# Disable link previews +defaults write com.apple.mail AddLinkPreviews -bool FALSE + + +######################################################################### # Close affected applications ######################################################################### @@ -228,6 +242,7 @@ apps=( "Safari" "Terminal" "App Store" + "Mail" "System Settings" ) |
