George Orwell wrote: > Hi- > Is there any way to force Moz to never inline attachments? > I send around a lot of XML and text documents, and I NEVER want them to > be "part of the email", but they always are. This results in lots of > weird XML formatting, etc. > > Thanks... > g > >
Add the following line to your user.js or prefs.js file:
user_pref("mail.content_disposition_type", 1);
This changes outgoing text and image files from inline to attachment.
