diff --git a/mozilla/mail/base/content/messenger.css b/mozilla/mail/base/content/messenger.css
index 9b968dd11a3..cb815f13ca0 100644
--- a/mozilla/mail/base/content/messenger.css
+++ b/mozilla/mail/base/content/messenger.css
@@ -61,6 +61,10 @@ mail-headerfield {
-moz-binding: url("chrome://messenger/content/mailWidgets.xml#mail-headerfield");
}
+mail-urlfield {
+ -moz-binding: url("chrome://messenger/content/mailWidgets.xml#mail-urlfield");
+}
+
searchattribute {
-moz-binding: url("chrome://messenger/content/mailWidgets.xml#searchattribute");
}
diff --git a/mozilla/mail/base/content/msgHdrViewOverlay.js b/mozilla/mail/base/content/msgHdrViewOverlay.js
index bad00edc5e6..7f29ccadeb4 100644
--- a/mozilla/mail/base/content/msgHdrViewOverlay.js
+++ b/mozilla/mail/base/content/msgHdrViewOverlay.js
@@ -110,7 +110,8 @@ var gExpandedHeaderList = [ {name:"subject"},
{name:"cc", useToggle:true, outputFunction:OutputEmailAddresses},
{name:"bcc", useToggle:true, outputFunction:OutputEmailAddresses},
{name:"newsgroups", outputFunction:OutputNewsgroups},
- {name:"followup-to", outputFunction:OutputNewsgroups} ];
+ {name:"followup-to", outputFunction:OutputNewsgroups},
+ {name:"content-base"} ];
// Now, for each view the message pane can generate, we need a global table of headerEntries. These
// header entry objects are generated dynamically based on the static date in the header lists (see above)
diff --git a/mozilla/mail/base/content/msgHdrViewOverlay.xul b/mozilla/mail/base/content/msgHdrViewOverlay.xul
index b457d0beaba..4b350cae612 100644
--- a/mozilla/mail/base/content/msgHdrViewOverlay.xul
+++ b/mozilla/mail/base/content/msgHdrViewOverlay.xul
@@ -120,6 +120,7 @@
+
diff --git a/mozilla/mail/base/skin/mac/messageHeader.css b/mozilla/mail/base/skin/mac/messageHeader.css
index 8e6f69dd614..1b157002576 100644
--- a/mozilla/mail/base/skin/mac/messageHeader.css
+++ b/mozilla/mail/base/skin/mac/messageHeader.css
@@ -151,6 +151,16 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
padding: 0px;
}
+.headerValueUrl {
+ cursor: pointer;
+ color: #0000FF;
+ text-decoration: underline;
+}
+
+.headerValueUrl:hover {
+ color: red;
+}
+
.subjectvalue {
font-weight: bold;
background-color: transparent;
diff --git a/mozilla/mail/base/skin/messageHeader.css b/mozilla/mail/base/skin/messageHeader.css
index 09241eee384..6df9dbb4528 100644
--- a/mozilla/mail/base/skin/messageHeader.css
+++ b/mozilla/mail/base/skin/messageHeader.css
@@ -135,6 +135,12 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
background-color: transparent;
}
+.headerValueUrl {
+ cursor: pointer;
+ color: #0000FF;
+ text-decoration: underline;
+}
+
.subjectvalue {
font-weight: bold;
background-color: transparent;
@@ -150,6 +156,7 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
background-color: transparent;
}
+.headerValueUrl:hover,
.emailDisplayButton:hover {
color: #FF0000;
}
diff --git a/mozilla/mailnews/base/resources/content/mailWidgets.xml b/mozilla/mailnews/base/resources/content/mailWidgets.xml
index d9a661cf1e0..2411539cfcd 100644
--- a/mozilla/mailnews/base/resources/content/mailWidgets.xml
+++ b/mozilla/mailnews/base/resources/content/mailWidgets.xml
@@ -612,6 +612,17 @@
+
+
+
+
+
+
+