On 7/29/2015 1:05 AM, Paul B. Gallagher wrote:
> David E. Ross wrote:
> 
>> Of course, you can also use the checkbox "add extension to file name"
>> next to the pull-down selection "Inline" for "Forwarded messages" on the
>> [Tools > Options > Composition > General] tab.  The added extension is
>> .eml.
> 
> Uhh.... in which program?
> 
> Can't find Tools | Options anywhere in SeaMonkey.
> 

Oops!  I assumed that, since SeaMonkey incorporates the mailnews core,
it would have the same options as Thunderbird.

After you select the "As attachment" radio button at [Edit > Preferences
>  Mail & Newsgroups > Composition], you need to set the preference
variable mail.forward_add_extension to "true".  Do that either via
about:config, or else enter the following in user.js:
        user_pref("mail.forward_add_extension", true);
        // add .eml extension to attached E-mails

The second line is a comment to remind you why you set the preference
variable.  The ability to annotate preference changes this way is why I
prefer user.js instead of about:config.

-- 
David E. Ross

The Crimea is Putin's Sudetenland.
The Ukraine will be Putin's Czechoslovakia.
See <http://www.rossde.com/editorials/edtl_PutinUkraine.html>.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to