зеркало из https://github.com/mozilla/pjs.git
62 строки
2.4 KiB
XML
62 строки
2.4 KiB
XML
<?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.
|
|
-->
|
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/folderMenus.css" type="text/css"?>
|
|
|
|
<?xul-overlay href="chrome://global/content/charsetOverlay.xul"?>
|
|
<?xul-overlay href="chrome://messenger/content/mailWindowExtrasOverlay.xul"?>
|
|
|
|
<!DOCTYPE window [
|
|
<!ENTITY % messengerDTD SYSTEM "chrome://messenger/locale/messenger.dtd" >
|
|
%messengerDTD;
|
|
<!ENTITY % contentAreaCommandsDTD SYSTEM "chrome://communicator/locale/contentAreaCommands.dtd" >
|
|
%contentAreaCommandsDTD;
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
|
%brandDTD;
|
|
]>
|
|
|
|
<overlay
|
|
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<script src="chrome://messenger/content/mailCommands.js"/>
|
|
<script src="chrome://messenger/content/mailWindowOverlay.js"/>
|
|
<script src="chrome://messenger/content/commandglue.js"/>
|
|
<script src="chrome://messenger/content/mail-offline.js"/>
|
|
<script type="application/x-javascript" src="chrome://communicator/content/findUtils.js"/>
|
|
<script type="application/x-javascript" src="chrome://communicator/content/bookmarks/bookmarksOverlay.js"/>
|
|
<script type="application/x-javascript" src="chrome://global/content/viewZoomOverlay.js"/>
|
|
|
|
<!-- Performance optimization...we include utilityOverlay.xul which defines some command sets
|
|
which are updated based on events like focus and select. We have our own custom events
|
|
which we use to optmize when we do command updating. To avoid unnecessary command updating,
|
|
we are going to override the events the global edit menu items and select edit menu items
|
|
are updated on with events of our own controlling.
|
|
-->
|
|
|
|
|
|
<keyset id="mailKeys">
|
|
|
|
</keyset>
|
|
|
|
</overlay>
|