From 017c140d593129e369a09e4183784174579518fc Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 25 Oct 2013 12:59:39 +0200 Subject: .osx: Disable automatic spell checking in Mail.app --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') 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 # ############################################################################### -- cgit v1.2.3