29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="ConvertEvent" _label="Convert to an _Event"
|
|
_tip="Convert the selected message to a new event"
|
|
pixtype="stock" pixname="appointment-new"/>
|
|
<cmd name="ConvertMeeting" _label="Convert to a _Meeting"
|
|
_tip="Convert the selected message to a new meeting"
|
|
pixtype="stock" pixname="stock_new-meeting"/>
|
|
<cmd name="ConvertTask" _label="Convert to a _Task"
|
|
_tip="Convert the selected message to a new task"
|
|
pixtype="stock" pixname="stock_todo"/>
|
|
<cmd name="ConvertMemo" _label="Convert to a Mem_o"
|
|
_tip="Convert the selected message to a new memo"
|
|
pixtype="stock" pixname="stock_insert-note"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
<placeholder name="MessagePlaceholder">
|
|
<submenu name="Message">
|
|
<separator f="" name="emaillist5"/>
|
|
<menuitem name="ConvertEvent" verb=""/>
|
|
<menuitem name="ConvertMeeting" verb=""/>
|
|
<menuitem name="ConvertTask" verb=""/>
|
|
<menuitem name="ConvertMemo" verb=""/>
|
|
</submenu>
|
|
</placeholder>
|
|
</menu>
|
|
</Root>
|