blob: 726a9dbaa8c354a42d829f6a83b217fe1af0bfac (
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
|
<Root>
<commands>
<cmd name="ListHelp" _tip="Get information about the usage of the list this message belongs to"/>
<cmd name="ListSubscribe" _tip="Subscribe to the mailing list this message belongs to"/>
<cmd name="ListUnsubscribe" _tip="Unsubscribe to the mailing list this message belongs to"/>
<cmd name="ListPost" _tip="Post a message to the mailing list this message belongs to"/>
<cmd name="ListOwner" _tip="Contact the owner of the mailing list this message belongs to"/>
<cmd name="ListArchive" _tip="Get an archive of the list this message belongs to"/>
</commands>
<menu>
<submenu name="Actions">
<submenu name="List" _label="Mailing _List">
<menuitem verb="ListHelp" _label="Get list _usage information"/>
<menuitem verb="ListSubscribe" _label="_Subscribe to list"/>
<menuitem verb="ListUnsubscribe" _label="_Un-subscribe to list"/>
<menuitem verb="ListPost" _label="_Post message to list"/>
<menuitem verb="ListOwner" _label="Contact list _owner"/>
<menuitem verb="ListArchive" _label="Get list _archive"/>
</submenu>
</submenu>
</menu>
</Root>
|