Where do you guys get all these neat pref declarations? I've looked, and
looked all over Mozilla's site and can't find the documentation. Most likely
I just didn't search smartly.
Al..............
barney wrote:
> 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.