aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-10-25 12:59:39 +0200
committerMathias Bynens <mathias@qiwi.be>2013-10-25 12:59:39 +0200
commit017c140d593129e369a09e4183784174579518fc (patch)
tree6d6fea82c6cf0389e44e180c13f691c7c5bb7f93 /.osx
parent40249d0d0ff795b7ca89263e15dccd1c0b855466 (diff)
downloaddotfiles-017c140d593129e369a09e4183784174579518fc.tar.gz
dotfiles-017c140d593129e369a09e4183784174579518fc.tar.bz2
dotfiles-017c140d593129e369a09e4183784174579518fc.zip
.osx: Disable automatic spell checking in Mail.app
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 #
###############################################################################