aboutsummaryrefslogblamecommitdiffstats
path: root/ui/evolution-message-composer.xml
blob: 975202cbf4ea5e02e87854cecaf30addda1bc7ff (plain) (tree)




































                                                                                               
                                          
















































































                                                                                                       
<Root>
    <commands>

            <cmd name="FileOpen" _label="Open" hidden="1"
        _tip="Open a file" pixtype="stock" pixname="Open" accel="F3"/>
    
            <cmd name="FileSave" _label="Save"
        _tip="Save the current file" pixtype="stock" pixname="Save"
        accel="*Control*s"/>
    
            <cmd name="FileSaveAs" _label="Save As"
              _tip="Save the current file with a different name"
          pixtype="stock" pixname="Save As"/>

            <cmd name="FileClose" _label="Close"
        _tip="Close the current file" pixtype="stock" pixname="Close"
        accel="*Control*w"/>

        <cmd name="FileSaveInFolder" _label="Save in folder..."
        _tip="Save the message in a specified folder"/>
    
        <cmd name="FileInsertFile" _label="Insert text file..."
        _tip="Insert a file as text into the message"/>

        <cmd name="FileSend" _label="Send" _tip="Send the message now"
        pixtype="stock" pixname="Send Mail"/>

        <cmd name="FileSendLater" _label="Send later" _tip="Send the message later"
        pixtype="stock" pixname="Send Mail"/>

        <cmd name="FileAttach" _label="Attach" _tip="Attach a file"
        pixtype="stock" pixname="Attach"/>

        <cmd name="FormatHtml" _label="HTML" _tip="Send the mail in HTML format"
        type="toggle" state="0"/> 

        <cmd name="ViewAttach" _label="Show attachments" _tip="Show / hide attachments"
        type="toggle" state="0"/> 
    
    </commands>

    <menu>

        <submenu name="File" _label="_File">

            <menuitem name="FileOpen" verb="" _label="_Open..."/>

            <placeholder name="FileOps"/>

            <menuitem name="FileSave" verb="" _label="_Save"/>

            <menuitem name="FileSaveAs" verb="" _label="Save _As..."/>

            <menuitem name="FileSaveInFolder" verb="" _label="Save in _folder... (FIXME)"/>

            <placeholder name="Print" delimit="top"/>
            <separator/>

            <menuitem name="FileInsertFile" verb="" _label="_Insert text file... (FIXME)"/>

            <separator/>

            <menuitem name="FileSendNow" verb="" _label="Send _Now"/>

            <menuitem name="FileSendLater" verb="" _label="Send _Later"/>

            <separator/>

            <menuitem name="FileClose" verb="" _label="_Close"/>

        </submenu>

        <submenu name="Edit" _label="_Edit"/>

        <submenu name="Format" _label="F_ormat">

            <menuitem name="FormatHtml" verb=""/>

        </submenu>

        <submenu name="View" _label="_View">

            <menuitem name="ViewAttach" verb="" _label="Show _attachments"/>

        </submenu>

        <placeholder name="Component"/>

        <submenu name="Help" _label="_Help">
    
            <placeholder name="BuiltMenuItems"/>

                <menuitem name="HelpAbout" verb="" _label="_About..."/>

        </submenu>

        <submenu name="Debug" _label="_Debug" hidden="1">

            <menuitem name="DebugDumpXml" verb=""/>

        </submenu>

    </menu>

    <dockitem name="Toolbar">

        <toolitem name="FileSend" verb=""/>

        <toolitem name="FileAttach" verb=""/>

        <separator/>

        <toolitem name="bold" type="toggle" _label="Bold"
        _descr="Sets something as bold" pixtype="stock"
        pixname="Open" id="bold"/>
    
    </dockitem>

</Root>