Disable Inline Images and PDF viewing within Mac Mail

JPG Sent as Attachment in Mac Mail
If you need to turn of inline images and PDF viewing within Mac Mail open up the terminal and use the following command:

defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes

If you change your mind and want it back again use this command:

defaults write com.apple.mail DisableInlineAttachmentViewing -bool false

This saves the frustration of others that are using different mail clients from not being able to get to your attachment.

I found this information out here.

No Tag

No Responses

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.