In Mail, is it possible to show attachments in a separate list (like in Entourage) rather than as icons buried within the text?

link|improve this question
feedback

3 Answers

The following command can be entered into terminal to disable the inline display of Mail's Attachments:

defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes

to restore the original functionality, use this:

defaults write com.apple.mail DisableInlineAttachmentViewing -bool no

link|improve this answer
feedback

Right Click on the attachment and choose View As Icon. If you want View as Icon as the default check out Attachment Tamer

http://lokiware.info/Attachment-Tamer

link|improve this answer
feedback

I'm not sure how Entourage shows attachments. However, in 10.6 (Snow Leopard) and earlier, you can view all of the attachments in one place by clicking the triangle disclosure arrow next to the paper clip icon below the headers in the message view. They will still show as icons, but this shows all of the attachments in one place. The attachment icons will also continue to be shown inline in the text.

In 10.7 (Lion), this button stays below the headers, but moves to the right side of the screen. Click and hold and it will list all the attachments in a pull-down menu. Again, the icons will continue to be shown inline in the text.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.