aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 649817b..695748e 100755
--- a/.osx
+++ b/.osx
@@ -440,6 +440,9 @@ defaults write com.apple.mail DraftsViewerAttributes -dict-add "SortOrder" -stri
# Disable inline attachments (just show the icons)
defaults write com.apple.mail DisableInlineAttachmentViewing -bool true
+# Disable automatic spell checking
+defaults write com.apple.mail SpellCheckingBehavior -string "NoSpellCheckingEnabled"
+
###############################################################################
# Spotlight #
###############################################################################