blob: 2fd6ba41c79715f6c62df97b82e93b7a3f6b5f9b (
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
|
<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>
<placeholder name="MessagePlaceholder">
<submenu name="Message">
<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>
</placeholder>
</menu>
</Root>
|