diff --git a/mozilla/editor/ui/composer/content/editorOverlay.xul b/mozilla/editor/ui/composer/content/editorOverlay.xul
index d4204d4496e..09fcbb66fa4 100644
--- a/mozilla/editor/ui/composer/content/editorOverlay.xul
+++ b/mozilla/editor/ui/composer/content/editorOverlay.xul
@@ -204,7 +204,7 @@
-
+
diff --git a/mozilla/mailnews/addrbook/prefs/resources/content/MANIFEST b/mozilla/mailnews/addrbook/prefs/resources/content/MANIFEST
index 84da0e38799..5f1e0e73a93 100644
--- a/mozilla/mailnews/addrbook/prefs/resources/content/MANIFEST
+++ b/mozilla/mailnews/addrbook/prefs/resources/content/MANIFEST
@@ -21,3 +21,4 @@
#
pref-addressing.xul
+pref-addressbookOverlay.xul
diff --git a/mozilla/mailnews/addrbook/prefs/resources/content/Makefile.in b/mozilla/mailnews/addrbook/prefs/resources/content/Makefile.in
index 93ad37bef06..bff4d8e0c6b 100644
--- a/mozilla/mailnews/addrbook/prefs/resources/content/Makefile.in
+++ b/mozilla/mailnews/addrbook/prefs/resources/content/Makefile.in
@@ -30,6 +30,7 @@ SAMPLES_DIR = $(DIST)/bin/chrome/messenger/content/addressbook
EXPORT_RESOURCE_SAMPLES = \
pref-addressing.xul \
+ pref-addressbookOverlay.xul \
$(NULL)
include $(topsrcdir)/config/rules.mk
diff --git a/mozilla/mailnews/addrbook/prefs/resources/content/makefile.win b/mozilla/mailnews/addrbook/prefs/resources/content/makefile.win
index 30ae6e724a6..90acd04e7e6 100644
--- a/mozilla/mailnews/addrbook/prefs/resources/content/makefile.win
+++ b/mozilla/mailnews/addrbook/prefs/resources/content/makefile.win
@@ -25,6 +25,7 @@ include <$(DEPTH)\config\rules.mak>
install::
$(MAKE_INSTALL) pref-addressing.xul $(DIST)\bin\chrome\messenger\content\addressbook
+ $(MAKE_INSTALL) pref-addressbookOverlay.xul $(DIST)\bin\chrome\messenger\content\addressbook
clobber::
rm -f $(DIST)\chrome\messenger\content\addressbook\pref-addressing.xul
diff --git a/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressbookOverlay.xul b/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressbookOverlay.xul
new file mode 100644
index 00000000000..0a405f39444
--- /dev/null
+++ b/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressbookOverlay.xul
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressing.xul b/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressing.xul
index 7fe1071427c..179cb29a5bf 100644
--- a/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressing.xul
+++ b/mozilla/mailnews/addrbook/prefs/resources/content/pref-addressing.xul
@@ -6,77 +6,46 @@
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+ onload="parent.initPanel('chrome://messenger/content/addressbook/pref-addressing.xul');"
+ class="color-dialog"
+ orient="vertical">
-
-
-
-
-
+
+
+
+
+
+
- &lookFor.label;
+ &lookFor.label;
+
+
+
+
+
+
+
-
-
- &padCheck.label;
-
-
-
-
- &dirCheck.label;
-
-
-
-
- &mulFound.label;
+
-
-
- &acceptList.label;
-
-
-
-
- &showList.label;
-
-
- &oneMatch.label;
-
-
-
- &useAddress.label;
-
-
-
-
+ &mulFound.label;
+
+
+
+
+
+
+
+ &oneMatch.label;
+
-
+
diff --git a/mozilla/mailnews/addrbook/prefs/resources/locale/en-US/pref-addressing.dtd b/mozilla/mailnews/addrbook/prefs/resources/locale/en-US/pref-addressing.dtd
index 9e63e3558d4..917f3dd3c16 100644
--- a/mozilla/mailnews/addrbook/prefs/resources/locale/en-US/pref-addressing.dtd
+++ b/mozilla/mailnews/addrbook/prefs/resources/locale/en-US/pref-addressing.dtd
@@ -18,15 +18,21 @@ Communications Corporation. Portions created by Netscape are
Rights Reserved.
-->
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mozilla/mailnews/base/prefs/resources/content/MANIFEST b/mozilla/mailnews/base/prefs/resources/content/MANIFEST
index c4b13da509b..1d0c5993bcb 100644
--- a/mozilla/mailnews/base/prefs/resources/content/MANIFEST
+++ b/mozilla/mailnews/base/prefs/resources/content/MANIFEST
@@ -40,10 +40,13 @@ am-imap-advanced.xul
am-imap-advanced.js
am-smtp.xul
am-smtp.js
+pref-appearance_overlay.xul
+pref-advanced_overlay.xul
+pref-tree_overlay.xul
pref-mailnews.xul
pref-mailnews.js
-pref-winsetting.xul
pref-receipts.xul
+pref-viewing_messages.xul
custreceipt.xul
pref-diskspace.xul
AccountWizard.xul
diff --git a/mozilla/mailnews/base/prefs/resources/content/Makefile.in b/mozilla/mailnews/base/prefs/resources/content/Makefile.in
index c84393c799d..8c954112b37 100644
--- a/mozilla/mailnews/base/prefs/resources/content/Makefile.in
+++ b/mozilla/mailnews/base/prefs/resources/content/Makefile.in
@@ -49,9 +49,12 @@ EXPORT_RESOURCE_SAMPLES = \
am-imap-advanced.js \
am-smtp.xul \
am-smtp.js \
+ pref-advanced_overlay.xul \
+ pref-appearance_overlay.xul \
+ pref-tree_overlay.xul \
+ pref-viewing_messages.xul \
pref-mailnews.xul \
pref-mailnews.js \
- pref-winsetting.xul \
pref-receipts.xul \
custreceipt.xul \
pref-diskspace.xul \
diff --git a/mozilla/mailnews/base/prefs/resources/content/makefile.win b/mozilla/mailnews/base/prefs/resources/content/makefile.win
index cd373485d39..6437682b10c 100644
--- a/mozilla/mailnews/base/prefs/resources/content/makefile.win
+++ b/mozilla/mailnews/base/prefs/resources/content/makefile.win
@@ -42,9 +42,12 @@ install::
$(MAKE_INSTALL) am-imap-advanced.js $(DIST)\bin\chrome\messenger\content
$(MAKE_INSTALL) am-smtp.xul $(DIST)\bin\chrome\messenger\content
$(MAKE_INSTALL) am-smtp.js $(DIST)\bin\chrome\messenger\content
+ $(MAKE_INSTALL) pref-advanced_overlay.xul $(DIST)\bin\chrome\messenger\content
+ $(MAKE_INSTALL) pref-appearance_overlay.xul $(DIST)\bin\chrome\messenger\content
+ $(MAKE_INSTALL) pref-tree_overlay.xul $(DIST)\bin\chrome\messenger\content
$(MAKE_INSTALL) pref-mailnews.xul $(DIST)\bin\chrome\messenger\content
$(MAKE_INSTALL) pref-mailnews.js $(DIST)\bin\chrome\messenger\content
- $(MAKE_INSTALL) pref-winsetting.xul $(DIST)\bin\chrome\messenger\content
+ $(MAKE_INSTALL) pref-viewing_messages.xul $(DIST)\bin\chrome\messenger\content
$(MAKE_INSTALL) pref-receipts.xul $(DIST)\bin\chrome\messenger\content
$(MAKE_INSTALL) custreceipt.xul $(DIST)\bin\chrome\messenger\content
$(MAKE_INSTALL) pref-diskspace.xul $(DIST)\bin\chrome\messenger\content
@@ -100,9 +103,12 @@ clobber::
rm -f $(DIST)\chrome\messenger\content\aw-login.xul
rm -f $(DIST)\chrome\messenger\content\aw-accname.xul
rm -f $(DIST)\chrome\messenger\content\aw-done.xul
+ rm -f $(DIST)\chrome\messenger\content\pref-tree_overlay.xul
+ rm -f $(DIST)\chrome\messenger\content\pref-appearance_overlay.xul
+ rm -f $(DIST)\chrome\messenger\content\pref-advanced_overlay.xul
rm -f $(DIST)\chrome\messenger\content\pref-mailnews.xul
rm -f $(DIST)\chrome\messenger\content\pref-mailnews.js
- rm -f $(DIST)\chrome\messenger\content\pref-winsetting.xul
+ rm -f $(DIST)\chrome\messenger\content\pref-viewing_messages.xul
rm -f $(DIST)\chrome\messenger\content\pref-receipts.xul
rm -f $(DIST)\chrome\messenger\content\custreceipt.xul
rm -f $(DIST)\chrome\messenger\content\pref-diskspace.xul
diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-advanced_overlay.xul b/mozilla/mailnews/base/prefs/resources/content/pref-advanced_overlay.xul
new file mode 100644
index 00000000000..c9ee673e214
--- /dev/null
+++ b/mozilla/mailnews/base/prefs/resources/content/pref-advanced_overlay.xul
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-appearance_overlay.xul b/mozilla/mailnews/base/prefs/resources/content/pref-appearance_overlay.xul
new file mode 100644
index 00000000000..ee00a596b30
--- /dev/null
+++ b/mozilla/mailnews/base/prefs/resources/content/pref-appearance_overlay.xul
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-diskspace.xul b/mozilla/mailnews/base/prefs/resources/content/pref-diskspace.xul
index 0ad82f3b589..e72274e14aa 100644
--- a/mozilla/mailnews/base/prefs/resources/content/pref-diskspace.xul
+++ b/mozilla/mailnews/base/prefs/resources/content/pref-diskspace.xul
@@ -1,74 +1,84 @@
-
+
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+ class="color-dialog"
+ onload="parent.initPanel('chrome://messenger/content/pref-diskspace.xul');"
+ orient="vertical">
+
+
+
+
-
-
-
-
+
-
-
- &storeMsgLimit.label;
-
- &kb.label;
-
-
-
-
- &autoCompact.label;
-
- &kb.label;
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
- &whenToClean.label;
+ &whenToClean.label;
-
-
- &keepMsgs.label;
-
- &days.label;
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- &keepAllMsg.label;
-
-
-
-
- &keepTheNewest.label;
-
- &messages.label;
-
-
-
-
- &keepUnread.label;
-
-
-
-
- &removeMsg.label;
-
- &days.label;
-
+
+
+
+
+
+
+
+
diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-mailnews.xul b/mozilla/mailnews/base/prefs/resources/content/pref-mailnews.xul
index 8fcbb39a561..75077312b7f 100644
--- a/mozilla/mailnews/base/prefs/resources/content/pref-mailnews.xul
+++ b/mozilla/mailnews/base/prefs/resources/content/pref-mailnews.xul
@@ -1,128 +1,88 @@
-
+
+
-
-
-
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+ class="color-dialog"
+ onload="parent.initPanel('chrome://messenger/content/pref-mailnews.xul');"
+ orient="vertical">
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ &chooseExp.label;
+
-
-
-
- &style.label;
-
-
-
-
-
-
-
-
- &size.label;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- &fixedWidth.label;
-
-
-
-
- &variableWidth.label;
-
-
-
-
-
-
-
-
- &playSound.label;
-
-
-
-
- &rememberLastMsg.label;
-
-
-
-
- &confirmMove.label;
-
-
+
+
+
+
-
-
- &useMessenger.label;
-
-
+
+
+
+
+
+
+ &reuseExp.label;
+
-
-
-
-
-
-
- &enableStartPage.label;
-
-
+
-
- &location;
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-receipts.xul b/mozilla/mailnews/base/prefs/resources/content/pref-receipts.xul
index 31b79bb3f4f..b3033784050 100644
--- a/mozilla/mailnews/base/prefs/resources/content/pref-receipts.xul
+++ b/mozilla/mailnews/base/prefs/resources/content/pref-receipts.xul
@@ -6,76 +6,64 @@
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+ class="color-dialog"
+ onload="parent.initPanel('chrome://messenger/content/pref-receipts.xul');"
+ orient="vertical">
-
-
-function DoCustomize()
-{
- var dialog = window.openDialog("chrome://messenger/content/custreceipt.xul",
- "",
- "chrome");
-}
-
-
+
-
-
-
-
-
+
+
+
+
-
-
- &dsn.label;
-
-
-
-
- &mdn.label;
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- &both.label;
-
-
-
-
-
-
-
-
- &leaveIt.label;
-
-
-
-
- &moveToSent.label;
-
-
-
-
-
-
-
-
-
-
- &never.label;
-
-
-
-
- &returnSome.label;
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-tree_overlay.xul b/mozilla/mailnews/base/prefs/resources/content/pref-tree_overlay.xul
new file mode 100644
index 00000000000..0eeebd1d405
--- /dev/null
+++ b/mozilla/mailnews/base/prefs/resources/content/pref-tree_overlay.xul
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-viewing_messages.xul b/mozilla/mailnews/base/prefs/resources/content/pref-viewing_messages.xul
new file mode 100644
index 00000000000..5ebb3f2733d
--- /dev/null
+++ b/mozilla/mailnews/base/prefs/resources/content/pref-viewing_messages.xul
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-winsetting.xul b/mozilla/mailnews/base/prefs/resources/content/pref-winsetting.xul
index c9f1c3317d6..6e192b6174f 100644
--- a/mozilla/mailnews/base/prefs/resources/content/pref-winsetting.xul
+++ b/mozilla/mailnews/base/prefs/resources/content/pref-winsetting.xul
@@ -1,6 +1,5 @@
-
-
+
@@ -11,7 +10,7 @@
onload="if (parent.handle) parent.handle.onpageload('pref-winsetting'); else parent.queuedTag='pref-winsetting';"
align="vertical">
-
+
diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/MANIFEST b/mozilla/mailnews/base/prefs/resources/locale/en-US/MANIFEST
index 15c299f8672..ae30719c0b7 100644
--- a/mozilla/mailnews/base/prefs/resources/locale/en-US/MANIFEST
+++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/MANIFEST
@@ -24,7 +24,7 @@ custreceipt.dtd
pref-diskspace.dtd
pref-mailnews.dtd
pref-receipts.dtd
-pref-winsetting.dtd
+pref-viewing_messages.dtd
aw-accname.dtd
aw-accounttype.dtd
aw-done.dtd
diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/Makefile.in b/mozilla/mailnews/base/prefs/resources/locale/en-US/Makefile.in
index ca140548ca7..d081978c99f 100644
--- a/mozilla/mailnews/base/prefs/resources/locale/en-US/Makefile.in
+++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/Makefile.in
@@ -30,10 +30,10 @@ SAMPLES_DIR = $(DIST)/bin/chrome/messenger/locale
EXPORT_RESOURCE_SAMPLES = \
custreceipt.dtd \
+ pref-viewing_messages.dtd \
pref-diskspace.dtd \
pref-mailnews.dtd \
pref-receipts.dtd \
- pref-winsetting.dtd \
aw-accname.dtd \
aw-accounttype.dtd \
aw-done.dtd \
diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/makefile.win b/mozilla/mailnews/base/prefs/resources/locale/en-US/makefile.win
index 84e4284d872..dcf1a640857 100644
--- a/mozilla/mailnews/base/prefs/resources/locale/en-US/makefile.win
+++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/makefile.win
@@ -30,7 +30,7 @@ install::
$(MAKE_INSTALL) pref-diskspace.dtd $(DISTBROWSER)
$(MAKE_INSTALL) pref-mailnews.dtd $(DISTBROWSER)
$(MAKE_INSTALL) pref-receipts.dtd $(DISTBROWSER)
- $(MAKE_INSTALL) pref-winsetting.dtd $(DISTBROWSER)
+ $(MAKE_INSTALL) pref-viewing_messages.dtd $(DISTBROWSER)
$(MAKE_INSTALL) aw-accname.dtd $(DISTBROWSER)
$(MAKE_INSTALL) aw-accounttype.dtd $(DISTBROWSER)
$(MAKE_INSTALL) aw-done.dtd $(DISTBROWSER)
@@ -57,7 +57,7 @@ clobber::
rm -f $(DIST)\bin\chrome\messenger\locale\pref-diskspace.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\pref-mailnews.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\pref-receipts.dtd
- rm -f $(DIST)\bin\chrome\messenger\locale\pref-winsetting.dtd
+ rm -f $(DIST)\bin\chrome\messenger\locale\pref-viewing_messages.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\aw-accname.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\aw-accounttype.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\aw-done.dtd
diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-diskspace.dtd b/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-diskspace.dtd
index ccb59fd016d..e9e552b11d7 100644
--- a/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-diskspace.dtd
+++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-diskspace.dtd
@@ -19,23 +19,30 @@ Rights Reserved.
-->
-
-
-
+
+
+
-
+
+
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
+
+
diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-mailnews.dtd b/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-mailnews.dtd
index 5646b4938e8..373538b5390 100644
--- a/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-mailnews.dtd
+++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-mailnews.dtd
@@ -18,29 +18,32 @@ Communications Corporation. Portions created by Netscape are
Rights Reserved.
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-receipts.dtd b/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-receipts.dtd
index 6037f3c1e9c..580c727444b 100644
--- a/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-receipts.dtd
+++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-receipts.dtd
@@ -19,17 +19,25 @@ Rights Reserved.
-->
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-viewing_messages.dtd b/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-viewing_messages.dtd
new file mode 100644
index 00000000000..3790657b5b4
--- /dev/null
+++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/pref-viewing_messages.dtd
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mozilla/mailnews/base/prefs/resources/locale/en-US/prefs.properties b/mozilla/mailnews/base/prefs/resources/locale/en-US/prefs.properties
index fd13473743d..43d405b3531 100644
--- a/mozilla/mailnews/base/prefs/resources/locale/en-US/prefs.properties
+++ b/mozilla/mailnews/base/prefs/resources/locale/en-US/prefs.properties
@@ -17,7 +17,6 @@
#
# Contributor(s):
# Seth Spitzer
-# Alec Flett
#
#
@@ -34,9 +33,3 @@ enterValidHostname=Please enter a valid hostname.
failedDeleteAccount=Failed to delete this account.
failedDuplicateAccount=Failed to duplicate this account.
confirmDeleteAccount=Are you sure you want to delete this account?
-
-# account manager stuff
-prefPanel-server=Server
-prefPanel-copies=Copies and Folders
-prefPanel-advanced=Advanced
-prefPanel-smtp=Outgoing (SMTP) Server
diff --git a/mozilla/mailnews/base/prefs/resources/skin/MANIFEST b/mozilla/mailnews/base/prefs/resources/skin/MANIFEST
index 97f30e892a8..7f8e2258cc7 100644
--- a/mozilla/mailnews/base/prefs/resources/skin/MANIFEST
+++ b/mozilla/mailnews/base/prefs/resources/skin/MANIFEST
@@ -22,6 +22,7 @@
AccountManager.css
accounttree.css
+pref-mailnews.css
wizard.css
winclassic.gif
winwide.gif
diff --git a/mozilla/mailnews/base/prefs/resources/skin/Makefile.in b/mozilla/mailnews/base/prefs/resources/skin/Makefile.in
index 6ef6fcadd5c..4ece75b85dd 100644
--- a/mozilla/mailnews/base/prefs/resources/skin/Makefile.in
+++ b/mozilla/mailnews/base/prefs/resources/skin/Makefile.in
@@ -30,6 +30,7 @@ SAMPLES_DIR = $(DIST)/bin/chrome/messenger/skin
EXPORT_RESOURCE_SAMPLES = \
AccountManager.css \
+ pref-mailnews.css \
wizard.css \
winclassic.gif \
winwide.gif \
diff --git a/mozilla/mailnews/base/prefs/resources/skin/makefile.win b/mozilla/mailnews/base/prefs/resources/skin/makefile.win
index 9cb6bc3e5cc..48ab37bc273 100644
--- a/mozilla/mailnews/base/prefs/resources/skin/makefile.win
+++ b/mozilla/mailnews/base/prefs/resources/skin/makefile.win
@@ -26,12 +26,14 @@ include <$(DEPTH)\config\rules.mak>
install::
$(MAKE_INSTALL) accounttree.css $(DIST)\bin\chrome\messenger\skin
$(MAKE_INSTALL) AccountManager.css $(DIST)\bin\chrome\messenger\skin
+ $(MAKE_INSTALL) pref-mailnews.css $(DIST)\bin\chrome\messenger\skin
$(MAKE_INSTALL) wizard.css $(DIST)\bin\chrome\messenger\skin
$(MAKE_INSTALL) winclassic.gif $(DIST)\bin\chrome\messenger\skin
$(MAKE_INSTALL) winwide.gif $(DIST)\bin\chrome\messenger\skin
clobber::
rm -f $(DIST)\chrome\messenger\skin\accounttree.css
+ rm -f $(DIST)\chrome\messenger\skin\pref-mailnews.css
rm -f $(DIST)\chrome\messenger\skin\wizard.css
rm -f $(DIST)\chrome\messenger\skin\winclassic.gif
rm -f $(DIST)\chrome\messenger\skin\winwide.gif
diff --git a/mozilla/mailnews/base/prefs/resources/skin/pref-mailnews.css b/mozilla/mailnews/base/prefs/resources/skin/pref-mailnews.css
new file mode 100644
index 00000000000..a0d7c91dbd5
--- /dev/null
+++ b/mozilla/mailnews/base/prefs/resources/skin/pref-mailnews.css
@@ -0,0 +1,10 @@
+
+#classic
+ {
+ list-style-image : url("chrome://messenger/skin/winclassic.gif");
+ }
+
+#wide
+ {
+ list-style-image : url("chrome://messenger/skin/winwide.gif");
+ }
\ No newline at end of file
diff --git a/mozilla/mailnews/base/resources/content/mailWindowOverlay.xul b/mozilla/mailnews/base/resources/content/mailWindowOverlay.xul
index 73a5051a303..5525da99d09 100644
--- a/mozilla/mailnews/base/resources/content/mailWindowOverlay.xul
+++ b/mozilla/mailnews/base/resources/content/mailWindowOverlay.xul
@@ -159,7 +159,7 @@ Rights Reserved.
-
+
diff --git a/mozilla/mailnews/compose/prefs/resources/content/MANIFEST b/mozilla/mailnews/compose/prefs/resources/content/MANIFEST
index 2b6ae05a7e1..063b0e3c1cf 100644
--- a/mozilla/mailnews/compose/prefs/resources/content/MANIFEST
+++ b/mozilla/mailnews/compose/prefs/resources/content/MANIFEST
@@ -20,5 +20,5 @@
# This is a list of local files which get copied to the res\mailnews\messenger directory
#
-pref-messages.xul
+pref-composing_messages.xul
pref-formatting.xul
diff --git a/mozilla/mailnews/compose/prefs/resources/content/Makefile.in b/mozilla/mailnews/compose/prefs/resources/content/Makefile.in
index 331100b3e5e..4eb99786e59 100644
--- a/mozilla/mailnews/compose/prefs/resources/content/Makefile.in
+++ b/mozilla/mailnews/compose/prefs/resources/content/Makefile.in
@@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
SAMPLES_DIR = $(DIST)/bin/chrome/messenger/content/messengercompose
EXPORT_RESOURCE_SAMPLES = \
- pref-messages.xul \
+ pref-composing_messages.xul \
pref-formatting.xul \
$(NULL)
diff --git a/mozilla/mailnews/compose/prefs/resources/content/makefile.win b/mozilla/mailnews/compose/prefs/resources/content/makefile.win
index fcdc30611cf..95c658d53a5 100644
--- a/mozilla/mailnews/compose/prefs/resources/content/makefile.win
+++ b/mozilla/mailnews/compose/prefs/resources/content/makefile.win
@@ -25,9 +25,9 @@ MODULE=msgcompo
include <$(DEPTH)\config\rules.mak>
install::
- $(MAKE_INSTALL) pref-messages.xul $(DIST)\bin\chrome\messenger\content\messengercompose
+ $(MAKE_INSTALL) pref-composing_messages.xul $(DIST)\bin\chrome\messenger\content\messengercompose
$(MAKE_INSTALL) pref-formatting.xul $(DIST)\bin\chrome\messenger\content\messengercompose
clobber::
- rm -f $(DIST)\chrome\messenger\content\messengercompose\pref-messages.xul
+ rm -f $(DIST)\chrome\messenger\content\messengercompose\pref-composing_messages.xul
rm -f $(DIST)\chrome\messenger\content\messengercompose\pref-formatting.xul
diff --git a/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul b/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul
new file mode 100644
index 00000000000..a0bd1ed4e01
--- /dev/null
+++ b/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mozilla/mailnews/compose/prefs/resources/content/pref-formatting.xul b/mozilla/mailnews/compose/prefs/resources/content/pref-formatting.xul
index 4452a8733aa..95114f9715f 100644
--- a/mozilla/mailnews/compose/prefs/resources/content/pref-formatting.xul
+++ b/mozilla/mailnews/compose/prefs/resources/content/pref-formatting.xul
@@ -6,45 +6,34 @@
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+ onload="parent.initPanel('chrome://messenger/content/messengercompose/pref-formatting.xul');"
+ orient="vertical"
+ class="color-dialog">
-
-
- &sendMail.label;
-
+
+
+
-
-
- &askMe.label;
-
- &askMe2.label;
-
+
+ &sendMail.label;
-
-
- &convertPlain.label;
-
- &convertPlain2.label;
-
+
+
+
+
+
+
+
+
-
-
- &sendHTML.label;
-
- &sendHTML2.label;
-
-
-
-
- &sendBoth.label;
-
- &sendBoth2.label;
-
-
- &override.label;
-
+ &override.label;
+
diff --git a/mozilla/mailnews/compose/prefs/resources/content/pref-messages.xul b/mozilla/mailnews/compose/prefs/resources/content/pref-messages.xul
index 95727414bc6..16009beb997 100644
--- a/mozilla/mailnews/compose/prefs/resources/content/pref-messages.xul
+++ b/mozilla/mailnews/compose/prefs/resources/content/pref-messages.xul
@@ -1,155 +1,89 @@
-
-
+
-
+
+ onload="parent.initPanel('chrome://messengercompose/content/pref-messages.xul');"
+ orient="vertical"
+ class="color-dialog">
-
+
-
-
-
+
-
- &forwardMsg.label;
-
-
-
-
-
-
-
-
- &autoQuote.label;
-
-
-
- &then.label;
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
-
-
- &wrapInMsg.label;
-
-
-
-
- &convertEmoticons.label1;&convertEmoticons.label2;
-
-
-
-
- &convertStructs.label1;
-
- &convertStructs.label2;&convertStructs.label3;&convertStructs.label4;
-
-
- &viewDefaultCharset.label;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
+
-
-
- &spellCheck.label;
-
-
-
-
- &convertStructs.label1;
-
- &convertStructs.label2;&convertStructs.label3;&convertStructs.label4;
-
-
- &wrapOutMsg.label;
-
- &char.label;
-
+
+
+
+
+
+
+
-
-
-
- &asIs.label;
-
-
-
-
- &useMIMEpart1.label;
-
- &useMIMEpart2.label;
-
-
- &sendDefaultCharset.label;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ &use8Bits.label;
+
+
+
+
diff --git a/mozilla/mailnews/compose/prefs/resources/locale/en-US/MANIFEST b/mozilla/mailnews/compose/prefs/resources/locale/en-US/MANIFEST
index a83e146d306..17d7504feed 100644
--- a/mozilla/mailnews/compose/prefs/resources/locale/en-US/MANIFEST
+++ b/mozilla/mailnews/compose/prefs/resources/locale/en-US/MANIFEST
@@ -20,5 +20,5 @@
# This is a list of local files which get copied to the res\mailnews\messenger directory
#
-pref-messages.dtd
+pref-composing_messages.dtd
pref-formatting.dtd
diff --git a/mozilla/mailnews/compose/prefs/resources/locale/en-US/Makefile.in b/mozilla/mailnews/compose/prefs/resources/locale/en-US/Makefile.in
index 115ceffb523..83e97d5dfd3 100644
--- a/mozilla/mailnews/compose/prefs/resources/locale/en-US/Makefile.in
+++ b/mozilla/mailnews/compose/prefs/resources/locale/en-US/Makefile.in
@@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
SAMPLES_DIR = $(DIST)/bin/chrome/messenger/locale/messengercompose
EXPORT_RESOURCE_SAMPLES = \
- pref-messages.dtd \
+ pref-composing_messages.dtd \
pref-formatting.dtd \
$(NULL)
diff --git a/mozilla/mailnews/compose/prefs/resources/locale/en-US/makefile.win b/mozilla/mailnews/compose/prefs/resources/locale/en-US/makefile.win
index 7caa4ada3cc..500974725eb 100644
--- a/mozilla/mailnews/compose/prefs/resources/locale/en-US/makefile.win
+++ b/mozilla/mailnews/compose/prefs/resources/locale/en-US/makefile.win
@@ -26,9 +26,9 @@ include <$(DEPTH)\config\rules.mak>
DISTBROWSER=$(DIST)\bin\chrome\messenger\locale\messengercompose
install::
- $(MAKE_INSTALL) pref-messages.dtd $(DISTBROWSER)
+ $(MAKE_INSTALL) pref-composing_messages.dtd $(DISTBROWSER)
$(MAKE_INSTALL) pref-formatting.dtd $(DISTBROWSER)
clobber::
- rm -f $(DIST)\bin\chrome\messenger\locale\messengercompose\pref-messages.dtd
+ rm -f $(DIST)\bin\chrome\messenger\locale\messengercompose\pref-composing_messages.dtd
rm -f $(DIST)\bin\chrome\messenger\locale\messengercompose\pref-formatting.dtd
diff --git a/mozilla/mailnews/compose/prefs/resources/locale/en-US/pref-composing_messages.dtd b/mozilla/mailnews/compose/prefs/resources/locale/en-US/pref-composing_messages.dtd
new file mode 100644
index 00000000000..6d08f722130
--- /dev/null
+++ b/mozilla/mailnews/compose/prefs/resources/locale/en-US/pref-composing_messages.dtd
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mozilla/mailnews/compose/prefs/resources/locale/en-US/pref-formatting.dtd b/mozilla/mailnews/compose/prefs/resources/locale/en-US/pref-formatting.dtd
index 637d2e46fbe..9520a1922ee 100644
--- a/mozilla/mailnews/compose/prefs/resources/locale/en-US/pref-formatting.dtd
+++ b/mozilla/mailnews/compose/prefs/resources/locale/en-US/pref-formatting.dtd
@@ -18,15 +18,15 @@ Communications Corporation. Portions created by Netscape are
Rights Reserved.
-->
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+