2000-04-11 20:19:32 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
|
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
|
|
Rights Reserved.
|
|
|
|
-->
|
2001-08-31 22:20:37 +00:00
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/mailWindow2.css" type="text/css"?>
|
2000-04-11 20:19:32 +00:00
|
|
|
|
|
|
|
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
2000-06-05 06:34:57 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
|
2000-04-11 20:19:32 +00:00
|
|
|
<?xul-overlay href="chrome://messenger/content/platformMailnewsOverlay.xul"?>
|
|
|
|
<?xul-overlay href="chrome://messenger/content/threadPane.xul"?>
|
|
|
|
<?xul-overlay href="chrome://messenger/content/folderPane.xul"?>
|
|
|
|
<?xul-overlay href="chrome://messenger/content/msgHdrViewOverlay.xul"?>
|
|
|
|
<?xul-overlay href="chrome://messenger/content/mailWindowOverlay.xul"?>
|
2000-06-17 03:26:47 +00:00
|
|
|
<?xul-overlay href="chrome://messenger/content/mailOverlay.xul"?>
|
2000-04-19 21:42:30 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
|
2000-06-17 03:26:47 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/tasksOverlay.xul"?>
|
2000-08-26 23:18:54 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/communicatorOverlay.xul"?>
|
2000-04-11 20:19:32 +00:00
|
|
|
|
2001-05-19 15:54:29 +00:00
|
|
|
<!DOCTYPE window [
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
|
|
|
%brandDTD;
|
|
|
|
<!ENTITY % messengerDTD SYSTEM "chrome://messenger/locale/messenger.dtd" >
|
|
|
|
%messengerDTD;
|
|
|
|
]>
|
2000-12-05 22:11:46 +00:00
|
|
|
|
2000-04-11 20:19:32 +00:00
|
|
|
<window id="messengerWindow"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
2000-11-30 07:12:00 +00:00
|
|
|
title="&messengerWindow.title;"
|
2000-04-11 20:19:32 +00:00
|
|
|
titlemodifier="&titleModifier.label;"
|
2001-12-23 23:23:41 +00:00
|
|
|
titlemenuseparator="&titleSeparator.label;"
|
2000-11-30 07:12:00 +00:00
|
|
|
onload="OnLoadMessenger()"
|
|
|
|
onunload="OnUnloadMessenger()"
|
2000-04-11 20:19:32 +00:00
|
|
|
width="750"
|
|
|
|
height="500"
|
2001-04-11 23:04:28 +00:00
|
|
|
screenX="10" screenY="10"
|
2001-01-23 00:24:12 +00:00
|
|
|
persist="width height screenX screenY sizemode"
|
2000-11-30 07:12:00 +00:00
|
|
|
windowtype="mail:3pane">
|
2000-04-11 20:19:32 +00:00
|
|
|
|
2001-02-22 23:32:13 +00:00
|
|
|
<stringbundleset id="stringbundleset">
|
|
|
|
<stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/>
|
|
|
|
<stringbundle id="bundle_brand" src="chrome://global/locale/brand.properties"/>
|
2001-10-25 05:34:49 +00:00
|
|
|
<stringbundle id="bundle_search" src="chrome://messenger/locale/search.properties"/>
|
2001-02-22 23:32:13 +00:00
|
|
|
</stringbundleset>
|
2001-05-18 01:21:47 +00:00
|
|
|
|
2001-03-23 23:44:31 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/widgetglue.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/commandglue.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/shareglue.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/msgViewNavigation.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mailWindow.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/msgMail3PaneWindow.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mail3PaneWindowCommands.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mailContextMenus.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/messengerdnd.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/accountUtils.js"/>
|
2001-08-02 13:36:43 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mail-offline.js"/>
|
2001-03-23 23:44:31 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/contentAreaClick.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/nsTransferable.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/nsDragAndDrop.js"/>
|
2001-10-25 05:34:49 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/searchBar.js"/>
|
2000-04-11 20:19:32 +00:00
|
|
|
|
2001-04-14 01:08:15 +00:00
|
|
|
<commandset id="mailCommands">
|
2001-03-17 01:59:34 +00:00
|
|
|
<commandset id="mailFileMenuItems"/>
|
|
|
|
<commandset id="mailViewMenuItems"/>
|
|
|
|
<commandset id="mailEditMenuItems"/>
|
2001-04-20 19:06:49 +00:00
|
|
|
<commandset id="mailEditContextMenuItems"/>
|
2001-03-17 01:59:34 +00:00
|
|
|
<commandset id="mailSearchMenuItems"/>
|
|
|
|
<commandset id="mailGoMenuItems"/>
|
|
|
|
<commandset id="mailMessageMenuItems"/>
|
|
|
|
<commandset id="mailToolbarItems"/>
|
2001-05-07 07:58:44 +00:00
|
|
|
<commandset id="mailGetMsgMenuItems"/>
|
|
|
|
<commandset id="mailMarkMenuItems"/>
|
2001-10-25 02:25:08 +00:00
|
|
|
<commandset id="mailLabelMenuItems"/>
|
2001-03-17 01:59:34 +00:00
|
|
|
|
|
|
|
<commandset id="globalEditMenuItems"/>
|
2001-03-22 00:59:29 +00:00
|
|
|
<commandset id="selectEditMenuItems"/>
|
|
|
|
<commandset id="clipboardEditMenuItems"/>
|
|
|
|
<commandset id="FocusRingUpdate_Mail"
|
|
|
|
commandupdater="true"
|
|
|
|
events="focus"
|
|
|
|
oncommandupdate="FocusRingUpdate_Mail()"/>
|
2001-04-14 01:08:15 +00:00
|
|
|
<commandset id="tasksCommands"/>
|
2001-04-05 19:53:13 +00:00
|
|
|
<command id="toggleSidebar"/>
|
|
|
|
</commandset>
|
2000-04-11 20:19:32 +00:00
|
|
|
|
2001-12-22 02:06:31 +00:00
|
|
|
<broadcasterset id="mailBroadcasters">
|
|
|
|
<!-- File Menu -->
|
|
|
|
<broadcaster id="Communicator:WorkMode"/>
|
|
|
|
<!-- Edit Menu -->
|
|
|
|
</broadcasterset>
|
2000-04-11 20:19:32 +00:00
|
|
|
|
2001-04-14 01:08:15 +00:00
|
|
|
<keyset id="mailKeys">
|
2001-04-05 19:53:13 +00:00
|
|
|
<key id="showHideSidebar"/>
|
2001-04-14 01:08:15 +00:00
|
|
|
<keyset id="tasksKeys"/>
|
2001-04-05 19:53:13 +00:00
|
|
|
</keyset>
|
2000-05-01 22:12:10 +00:00
|
|
|
|
2001-12-04 23:30:25 +00:00
|
|
|
<popup id="threadPaneContext"/>
|
|
|
|
<popup id="folderPaneContext"/>
|
|
|
|
<popup id="attachmentTreeContext"/>
|
|
|
|
<tooltip id="attachmentTreeTooltip"/>
|
|
|
|
|
|
|
|
<popup id="emailAddressPopup" popupanchor="bottomleft" onpopupshowing="goUpdateCommand('cmd_createFilterFromPopup')">
|
|
|
|
<menuitem label="&AddToAddressBook.label;"
|
|
|
|
accesskey="&AddToAddressBook.accesskey;"
|
|
|
|
oncommand="AddNodeToAddressBook(document.popupNode)"/>
|
|
|
|
<menuitem label="&SendMailTo.label;"
|
|
|
|
accesskey="&SendMailTo.accesskey;"
|
|
|
|
oncommand="SendMailToNode(document.popupNode)"/>
|
|
|
|
<menuitem label="&CopyEmailAddress.label;"
|
|
|
|
accesskey="&CopyEmailAddress.accesskey;"
|
|
|
|
oncommand="CopyEmailAddress(document.popupNode)"/>
|
|
|
|
<menuitem label="&CreateFilter.label;"
|
|
|
|
accesskey="&CreateFilter.accesskey;"
|
|
|
|
oncommand="CreateFilter(document.popupNode)"
|
|
|
|
observes="cmd_createFilterFromPopup"/>
|
|
|
|
</popup>
|
|
|
|
|
|
|
|
<popup id="allHeadersPopup" onpopupshowing="return fillAllHeadersPopup(document.popupNode);" popupanchor="bottomleft">
|
|
|
|
<hbox id="allHeadersPopupContainer">
|
|
|
|
</hbox>
|
|
|
|
</popup>
|
|
|
|
|
|
|
|
<popup id="messagePaneContext"/>
|
|
|
|
<popup id="sidebarPopup"/>
|
2000-08-21 20:00:48 +00:00
|
|
|
|
2000-09-22 05:30:04 +00:00
|
|
|
<toolbox id="mailToolbarToolbox" class="toolbox-top">
|
2000-04-11 20:19:32 +00:00
|
|
|
<menubar id="mailMenubar"/>
|
2000-09-22 05:30:04 +00:00
|
|
|
</toolbox>
|
2000-04-11 20:19:32 +00:00
|
|
|
<!-- The main mail three pane frame -->
|
|
|
|
|
|
|
|
|
2001-07-09 18:41:07 +00:00
|
|
|
<hbox style="height:100px" flex="1">
|
2001-07-24 20:31:03 +00:00
|
|
|
<vbox id="sidebar-box" persist="collapsed width"/>
|
2001-03-22 00:59:29 +00:00
|
|
|
<splitter id="sidebar-splitter" state="collapsed"/>
|
2000-04-11 20:19:32 +00:00
|
|
|
|
2001-07-09 18:41:07 +00:00
|
|
|
<vbox flex="1">
|
|
|
|
<hbox id="mail3PaneVertLayoutBox" persist="collapsed height" flex="1">
|
2001-08-15 05:07:48 +00:00
|
|
|
<vbox id="folderPaneBox" flex="1" autostretch="always" persist="width">
|
2001-09-17 23:51:07 +00:00
|
|
|
<outliner id="folderOutliner" flex="1" style="width:0px;" context="folderPaneContext" persist="collapsed width height"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
</vbox>
|
2001-11-21 06:59:57 +00:00
|
|
|
<splitter id="gray_vertical_splitter" collapse="before" persist="state">
|
|
|
|
<grippy/>
|
|
|
|
</splitter>
|
2001-04-27 00:37:19 +00:00
|
|
|
|
2001-10-25 05:34:49 +00:00
|
|
|
|
2001-07-09 18:41:07 +00:00
|
|
|
<hbox id="mail3PaneVertLayoutBox" persist="collapsed width" flex="2">
|
2001-10-25 05:34:49 +00:00
|
|
|
<vbox id="searchAndthreadpaneBox" persist="width" flex ="1">
|
|
|
|
<hbox id="searchBox"/>
|
|
|
|
<vbox id="threadpaneBox" flex="1" persist="width">
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
<outliner id="threadOutliner" flex="1" persist="width" style="width:0px" context="threadPaneContext"/>
|
2001-10-25 05:34:49 +00:00
|
|
|
</vbox>
|
|
|
|
</vbox>
|
2001-07-09 18:41:07 +00:00
|
|
|
<hbox id="accountCentralBox" flex="1" persist="width">
|
2001-05-02 01:13:08 +00:00
|
|
|
<iframe name="accountCentralPane" style="width:0px;" flex="1" src="about:blank"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
</hbox>
|
2001-03-22 00:59:29 +00:00
|
|
|
<!-- if you change this id, please change GetThreadAndMessagePaneSplitter() and MsgToggleMessagePane() -->
|
|
|
|
<splitter id="threadpane-splitter" collapse="after" persist="state"
|
2001-09-25 22:18:11 +00:00
|
|
|
onmouseup="OnMouseUpThreadAndMessagePaneSplitter()">
|
2001-05-01 03:05:02 +00:00
|
|
|
<grippy onclick="OnClickThreadAndMessagePaneSplitterGrippy()"/>
|
2001-03-22 00:59:29 +00:00
|
|
|
</splitter>
|
|
|
|
<!-- msg header view -->
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
<vbox id="messagepanebox" flex="4" persist="collapsed height">
|
2001-07-09 18:41:07 +00:00
|
|
|
<hbox id="msgHeaderView"/>
|
2001-04-27 00:37:19 +00:00
|
|
|
|
2001-03-22 00:59:29 +00:00
|
|
|
<!-- message view -->
|
2002-03-20 09:57:35 +00:00
|
|
|
<browser id="messagepane" context="messagePaneContext"
|
|
|
|
style="height: 0px" flex="1" name="messagepane"
|
|
|
|
disablehistory="true" type="content-primary" src="about:blank"
|
|
|
|
disablesecurity="true" onclick="contentAreaClick(event);"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
</vbox>
|
2001-05-09 04:40:33 +00:00
|
|
|
|
2001-07-09 18:41:07 +00:00
|
|
|
</vbox>
|
2001-03-22 00:59:29 +00:00
|
|
|
|
2001-07-09 18:41:07 +00:00
|
|
|
</hbox>
|
2001-03-22 00:59:29 +00:00
|
|
|
|
2001-05-09 04:40:33 +00:00
|
|
|
<statusbar id="status-bar" class="mailwindow-statusbar">
|
2001-07-14 03:15:04 +00:00
|
|
|
<statusbarpanel id="unreadMessageCount" style="min-width: 5px"/>
|
|
|
|
<statusbarpanel id="totalMessageCount" style="min-width: 5px"/>
|
2001-05-09 04:40:33 +00:00
|
|
|
</statusbar>
|
|
|
|
|
|
|
|
|
2000-04-11 20:19:32 +00:00
|
|
|
</window>
|