diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2004-11-04 13:47:02 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-04 13:47:02 +0800 |
commit | ee52b57b90ca5ed5bc6468c42d1903427fe0f8f1 (patch) | |
tree | 75ea8457e748b5b7fc18958d7ac2a2dc79e5583c /plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml | |
parent | 0b736de5187a40f7e2c1414387cc8251e8d5ac9a (diff) | |
download | gsoc2013-evolution-ee52b57b90ca5ed5bc6468c42d1903427fe0f8f1.tar.gz gsoc2013-evolution-ee52b57b90ca5ed5bc6468c42d1903427fe0f8f1.tar.zst gsoc2013-evolution-ee52b57b90ca5ed5bc6468c42d1903427fe0f8f1.zip |
Added mailing list actions plugin from Meilof Veeningen <meilof@wanadoo.nl>
svn path=/trunk/; revision=27835
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.xml | 23 |
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> |