home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / mail.jar / content / editor / editorMailOverlay.xul < prev    next >
Encoding:
Extensible Markup Language  |  2003-03-17  |  809 b   |  28 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!-- retrieve generic commands -->
  4. <?xul-overlay href="chrome://messenger/content/mailOverlay.xul"?>
  5.  
  6. <!DOCTYPE overlay SYSTEM "chrome://editor/locale/editorNavigatorOverlay.dtd" >
  7.  
  8. <overlay id="editorMailOverlay"
  9.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  10.  
  11.   <script type="application/x-javascript" src="editorApplicationOverlay.js"/>
  12.  
  13.   <!-- navigator specific commands -->
  14.   <commandset id="tasksCommands">
  15.     <!-- XXX insert commands here -->
  16.   </commandset>
  17.          
  18.   <!-- navigator specific UI items -->
  19.   <menupopup id="menu_NewPopup">
  20.     <!-- XXX insert File->New Menu add-ins here -->
  21.   </menupopup>
  22.  
  23.   <menupopup id="menu_FilePopup">
  24.     <!-- XXX insert File Menu add-ins here -->
  25.   </menupopup>
  26. </overlay>
  27.  
  28.