1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-10-28 21:05:46 -04:00
This commit is contained in:
2021-03-17 10:57:41 -04:00
parent f1e8bddb4a
commit 5953542014
12 changed files with 229 additions and 184 deletions

View File

@@ -214,6 +214,12 @@ defaults write com.apple.dock showLaunchpadGestureEnabled -int 0
# Disable inline attachments (just show the icons)
defaults write com.apple.mail DisableInlineAttachmentViewing -bool true
# Compose mail in plain-text
defaults write com.apple.mail SendFormat Plain
# Disable remote content
defaults write com.apple.mail DisableURLLoading -bool true
###############################################################################
# Activity Monitor #
###############################################################################