aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml')
-rw-r--r--plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
new file mode 100644
index 0000000000..726a9dbaa8
--- /dev/null
+++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
@@ -0,0 +1,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>