From 6c190480be3712ad2bca7dc789f56ac8d17f58b9 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Fri, 9 Jan 2026 10:59:17 +0800 Subject: configure mail --- .macos | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.macos b/.macos index 8fc4ffa..3219966 100755 --- a/.macos +++ b/.macos @@ -216,6 +216,20 @@ defaults write com.apple.AppStore AutoPlayVideoSetting -string off 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" ) -- cgit v1.2.3