Turn off preview of pdf attachments in Mail

How can I stop Apple Mail showing a preview of pdf attachments in an email? I'm using macOS Sonoma 14.2.1

MacBook Pro 14″, macOS 14.2

Posted on Jan 11, 2024 9:13 PM

Reply
Question marked as Top-ranking reply

Posted on Jan 12, 2024 4:52 AM

If you are attaching single page PDFs in a Mail compose window, the default is to show the PDF page. You can right-click on that PDF and choose View as Icon. This is on a case-by-case issue.


If you always want file attachments (including PDFs) to appear as icons, then in the Terminal, you can force this to always be the case with the following command — after you quit Apple Mail:


defaults write com.apple.Mail DisableInlineAttachmentViewing -bool true
# confirm it is set: 1 = true, 0 = false
defaults read com.apple.Mail DisableInlineAttachmentViewing
1



This is working in Sonoma 14.2.1 for me. To disable the feature change the true to false in the write statement.


A future caveat is that Apple may make changes to Mail causing this setting to not work.

1 reply
Question marked as Top-ranking reply

Jan 12, 2024 4:52 AM in response to zvonul

If you are attaching single page PDFs in a Mail compose window, the default is to show the PDF page. You can right-click on that PDF and choose View as Icon. This is on a case-by-case issue.


If you always want file attachments (including PDFs) to appear as icons, then in the Terminal, you can force this to always be the case with the following command — after you quit Apple Mail:


defaults write com.apple.Mail DisableInlineAttachmentViewing -bool true
# confirm it is set: 1 = true, 0 = false
defaults read com.apple.Mail DisableInlineAttachmentViewing
1



This is working in Sonoma 14.2.1 for me. To disable the feature change the true to false in the write statement.


A future caveat is that Apple may make changes to Mail causing this setting to not work.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Turn off preview of pdf attachments in Mail

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.