blob: 159b71bdf5e6fcd75db06633d24939a2637f49c3 (
plain) (
tree)
|
|
<Root>
<commands>
<cmd name="FileOpen" _label="Open" hidden="1"
_tip="Open a file" pixtype="stock" pixname="Open" accel="*Control*o"/>
<cmd name="FileSave" _label="Save"
_tip="Save the current file" pixtype="stock" pixname="Save"
accel="*Alt*s"/>
<cmd name="FileSaveAs" _label="Save As"
_tip="Save the current file with a different name"
pixtype="stock" pixname="Save As"
accel="*Alt*a"/>
<cmd name="FileClose" _label="Close"
_tip="Close the current file" pixtype="stock" pixname="Close"
accel="*Alt*w"/>
<cmd name="FileSaveInFolder" _label="Save in folder..."
_tip="Save the message in a specified folder" accel="*Alt*l"/>
<cmd name="FileInsertFile" _label="Insert text file..."
_tip="Insert a file as text into the message"
accel="*Alt*t"/>
<cmd name="FileSend" _label="Send" _tip="Send the message now"
accel="*Alt*x"
pixtype="stock" pixname="Send Mail"/>
<cmd name="FileSendLater" _label="Send _later" _tip="Send the message later"
pixtype="stock" pixname="Send Mail"
accel="*Alt*l"/>
<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" accel="*Alt*h"/>
<cmd name="ViewAttach" _label="Show attachments" _tip="Show / hide attachments"
type="toggle" state="0"/>
</commands>
<keybindings>
</keybindings>
<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..." accel="*Alt*a"/>
<menuitem name="FileSaveInFolder" verb="" _label="Save in _folder... (FIXME)"
accel="*Alt*l"/>
<placeholder name="Print" delimit="top"/>
<separator/>
<menuitem name="FileInsertFile" verb="" _label="_Insert text file... (FIXME)"/>
<separator/>
<menuitem name="FileSend" verb="" _label="Send"/>
<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" accel="*Alt*m"/>
</submenu>
<placeholder name="Component"/>
<submenu name="Help" _label="_Help">
<placeholder name="BuiltMenuItems"/>
<menuitem name="HelpAbout" verb="" _label="_About..."
accel="*Alt*b" />
</submenu>
<submenu name="Debug" _label="_Debug" hidden="1">
<menuitem name="DebugDumpXml" verb=""/>
</submenu>
</menu>
<dockitem name="Toolbar" behavior="exclusive">
<toolitem name="FileSend" verb="" _tip="Send this message now"/>
<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>
|