aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
blob: a5b5d73acc7f7db2a497a96e8d13a4a6719a3bdf (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
<Root>
  <commands>
    <cmd name="ListHelp"  _label="Get list _usage information" _tip="Get information about the usage of the list this message belongs to"/>
    <cmd name="ListSubscribe" _label="_Subscribe to list" _tip="Subscribe to the mailing list this message belongs to"/>
    <cmd name="ListUnsubscribe" _label="_Un-subscribe to list" _tip="Unsubscribe to the mailing list this message belongs to"/>
    <cmd name="ListPost" _label="_Post message to list" _tip="Post a message to the mailing list this message belongs to"/>
    <cmd name="ListOwner" _label="Contact list _owner" _tip="Contact the owner of the mailing list this message belongs to"/>
    <cmd name="ListArchive" _label="Get list _archive" _tip="Get an archive of the list this message belongs to"/>
  </commands>

  <menu>
    <submenu name="Actions">
      <placeholder name="ComponentActionsPlaceholder">
        <placeholder name="MailMessageActions">
          <submenu name="List" _label="Mailing _List">    
            <menuitem name="ListHelp" verb=""/>
            <menuitem name="ListSubscribe" verb=""/>
            <menuitem name="ListUnsubscribe" verb=""/>
            <menuitem name="ListPost" verb=""/>
            <menuitem name="ListOwner" verb=""/>
            <menuitem name="ListArchive" verb=""/>
          </submenu>
        </placeholder>
      </placeholder>
    </submenu>
  </menu>
</Root>