fixing bug 149515 - Mail header optimizations disabled critical mail header feature. r=bhuvan, sr=sspitzer, a=adt,drivers
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_0_BRANCH@123423 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -108,6 +108,16 @@
|
||||
aEmailNode.setTextAttribute("emailAddress", aAddress.emailAddress);
|
||||
aEmailNode.setTextAttribute("fullAddress", aAddress.fullAddress);
|
||||
aEmailNode.setTextAttribute("displayName", aAddress.displayName);
|
||||
|
||||
try
|
||||
{
|
||||
if ("AddExtraAddressProcessing" in top)
|
||||
AddExtraAddressProcessing(aAddress.emailAddress, aEmailNode);
|
||||
}
|
||||
catch(ex)
|
||||
{
|
||||
dump("AddExtraAddressProcessing failed: " + ex);
|
||||
}
|
||||
]]>
|
||||
</body>
|
||||
</method>
|
||||
@@ -227,6 +237,12 @@
|
||||
{
|
||||
this.fillAddressesNode(this.longEmailAddresses, -1);
|
||||
this.mLongViewCreated = true;
|
||||
|
||||
// need to call UpdateMessageHeaders() because this is the first
|
||||
// time the long view is being built. This is required in order
|
||||
// to update the addresses of the long view that might contain
|
||||
// extra image info.
|
||||
UpdateMessageHeaders();
|
||||
}
|
||||
]]>
|
||||
</body>
|
||||
|
||||
@@ -100,6 +100,11 @@
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
.emailDisplayImage {
|
||||
padding-left: 2px;
|
||||
-moz-box-pack: end;
|
||||
}
|
||||
|
||||
/* ::::: email address twisty ::::: */
|
||||
|
||||
.addresstwisty {
|
||||
|
||||
@@ -119,6 +119,7 @@
|
||||
}
|
||||
|
||||
.emailDisplayImage {
|
||||
padding-left: 2px;
|
||||
-moz-box-pack: end;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user