Marek GROSSMAN wrote: > I need the mail send the mail with this optin: > Content-Disposition: attachment; filename="xxxxx.jpg" > > Not : > Content-Disposition: inline; >
Add the following line to the prefs.js file that's in your profile
directory:
user_pref("mail.content_disposition_type", 1);
This should change attached image and text files from inline to attachment.
