diff options
Diffstat (limited to 'editor/ui/composer/content/editorMailOverlay.xul')
-rw-r--r-- | editor/ui/composer/content/editorMailOverlay.xul | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/editor/ui/composer/content/editorMailOverlay.xul b/editor/ui/composer/content/editorMailOverlay.xul deleted file mode 100644 index a52937149..000000000 --- a/editor/ui/composer/content/editorMailOverlay.xul +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0"?> -<!-- This Source Code Form is subject to the terms of the Mozilla Public - - License, v. 2.0. If a copy of the MPL was not distributed with this - - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - - -<!-- retrieve generic commands --> -<?xul-overlay href="chrome://messenger/content/mailOverlay.xul"?> - -<overlay id="editorMailOverlay" - xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - - <!-- navigator specific commands --> - <commandset id="tasksCommands"> - <!-- XXX insert commands here --> - </commandset> - - <!-- navigator specific UI items --> - <menupopup id="menu_NewPopup"> - <!-- XXX insert File->New Menu add-ins here --> - </menupopup> - - <menupopup id="menu_FilePopup"> - <!-- XXX insert File Menu add-ins here --> - </menupopup> -</overlay> - |