From 3cd4a0e822d09bf82902224282243570892b9405 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Wed, 23 Jul 2003 19:05:47 +0000 Subject: [PATCH] Bug #213036 --> Land new mail attachment display for thunderbird. If you want the large icon version of this, set: mailnews.attachments.display.largeView to true. Remove the flex on the message pane. This keeps us from properly remembering the height of the message pane in the various 3-pane configurations now that we generate the 3-pane dynamically. Remove localstore.rdf information for the alternate 3-pane view xul file which we no longer use. --- mail/app/profile/localstore.rdf | 36 ------ mail/app/profile/mailnews.js | 3 + mail/base/content/messenger.xul | 133 ++++++++++----------- mail/base/content/msgHdrViewOverlay.js | 102 ++++++---------- mail/base/content/msgHdrViewOverlay.xul | 151 ++++++++++++------------ mail/base/content/msgMail3PaneWindow.js | 6 +- mail/base/jar.mn | 2 + mail/base/skin/messageHeader.css | 98 ++++++++++----- 8 files changed, 252 insertions(+), 279 deletions(-) diff --git a/mail/app/profile/localstore.rdf b/mail/app/profile/localstore.rdf index 467b7cf42ced..74c1819ede29 100644 --- a/mail/app/profile/localstore.rdf +++ b/mail/app/profile/localstore.rdf @@ -42,40 +42,4 @@ 565 - - - - - - - true - - - true - - - true - - - true - - - true - - - true - - - - - true - - - - - - - - - diff --git a/mail/app/profile/mailnews.js b/mail/app/profile/mailnews.js index 34145bd62a68..3beb28ab69ef 100644 --- a/mail/app/profile/mailnews.js +++ b/mail/app/profile/mailnews.js @@ -70,6 +70,9 @@ pref("mailnews.auto_unzip_saved_attachments", false); // is displayed in the message pane or not... pref("mailnews.headers.showUserAgent", false); +// hidden pref for changing how we present attachments in the message pane +pref("mailnews.attachments.display.largeView", false); + // hidden pref for controlling if the organization string // is displayed in the message pane or not... pref("mailnews.headers.showOrganization", false); diff --git a/mail/base/content/messenger.xul b/mail/base/content/messenger.xul index f894a66661e2..c38e5b45507d 100644 --- a/mail/base/content/messenger.xul +++ b/mail/base/content/messenger.xul @@ -246,81 +246,82 @@ - - - - - - - - - - - - - - - - - - -