with ExcludeSelf form variable being all lowercase. Patch by David Lawrence
<dkl@rehat.com> 2xr=gerv@mozilla.org
# Note that the value of "excludeself" is assumed to be off if the
# preference does not exist in the user's list, unlike other
# preferences whose value is assumed to be on if they do not exist.
- if (exists($emailflags{'excludeself'})
- && $emailflags{'excludeself'} eq 'on')
+ if (exists($emailflags{'ExcludeSelf'})
+ && $emailflags{'ExcludeSelf'} eq 'on')
{
$vars->{'excludeself'} = 1;
}