aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/org-gnome-mail-to-task.xml
blob: 98accf4c6c909aeadd1ff5a18524400e997a3f6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<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>