Mail.App & Preview – Steps to disable automatic preview in Apple Mail

mail.apppreview

Is it possible to turn off automatic preview of attachments when composing an e-mail?

NOTE: Yes I know that I can manually ctr+select the attachment and disable preview, but I want this done automatically

Best Answer

In Terminal, type:

defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes

If you want to turn it off again, use

defaults write com.apple.mail DisableInlineAttachmentViewing -bool no

You may need to restart Mail after running this to change the behavior.