aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/org-gnome-mail-to-task.xml
blob: c3d72b6d093307f02fda935a4fcf0bef7c5f8d4f (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="Create an _Event"
      _tip="Create a new event from the selected message"
      pixtype="stock" pixname="appointment-new"/>
    <cmd name="ConvertMeeting" _label="Create a _Meeting"
      _tip="Create a new meeting from the selected message"
      pixtype="stock" pixname="stock_new-meeting"/>
    <cmd name="ConvertTask" _label="Create a _Task"
      _tip="Create a new task from the selected message"
      pixtype="stock" pixname="stock_todo"/>
    <cmd name="ConvertMemo" _label="Create a Mem_o"
      _tip="Create a new memo from the selected message"
      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>