mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Bug 106189 - Only one From/Reply-To address shown (Thunderbird part), r+sr=bienvenu
This commit is contained in:
parent
0995b4badb
commit
104eedcd84
@ -128,7 +128,7 @@ var gCollapsedHeaderList = [ {name:"subject", outputFunction:updateHeaderValueIn
|
||||
var gExpandedHeaderList = [ {name:"subject"},
|
||||
{name:"from", useToggle:true, outputFunction:OutputEmailAddresses},
|
||||
{name:"sender", outputFunction:OutputEmailAddresses},
|
||||
{name:"reply-to", outputFunction:OutputEmailAddresses},
|
||||
{name:"reply-to", useToggle:true, outputFunction:OutputEmailAddresses},
|
||||
{name:"date"},
|
||||
{name:"to", useToggle:true, outputFunction:OutputEmailAddresses},
|
||||
{name:"cc", useToggle:true, outputFunction:OutputEmailAddresses},
|
||||
|
@ -146,7 +146,7 @@
|
||||
<mail-multi-emailHeaderField id="expandedfromBox" label="&fromField.label;" collapsed="true"/>
|
||||
<mail-emailheaderfield id="expandedsenderBox" label="&senderField.label;" collapsed="true"/>
|
||||
<mail-headerfield id="expandedorganizationBox" label="&organizationField.label;" collapsed="true"/>
|
||||
<mail-emailheaderfield id="expandedreply-toBox" label="&replyToField.label;" collapsed="true"/>
|
||||
<mail-multi-emailHeaderField id="expandedreply-toBox" label="&replyToField.label;" collapsed="true"/>
|
||||
|
||||
<mail-headerfield keywordrelated="true" id="expandeddateBox" label="&dateField.label;" collapsed="true"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user