Stop Mail from previewing pdfs and images in the body of an email [duplicate]

It seems that the display of images (including PDF documents) can be disabled using this Terminal command:

defaults write com.apple.mail DisableInlineAttachmentViewing 1

The display of images/PDFs can be re-enabled by using this command:

defaults write com.apple.mail DisableInlineAttachmentViewing 0