mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
|
||
|
<!-- retrieve generic commands -->
|
||
|
<?xul-overlay href="chrome://messenger/content/mailOverlay.xul"?>
|
||
|
|
||
|
<overlay id="mailMessengerOverlay"
|
||
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
|
||
|
<!-- addressbook specific UI items -->
|
||
|
<menupopup id="menu_NewPopup">
|
||
|
<menuitem id="menu_newCard" position="6"/>
|
||
|
</menupopup>
|
||
|
|
||
|
</overlay>
|
||
|
|