aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2004-11-17 12:03:45 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-11-17 12:03:45 +0800
commit3fcd1c267b6855465f9c11d79b64c8a704e87148 (patch)
treea935691f52767092bc38625dc9f4879fafdf5e99 /plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
parentd4db79eeccaea372e8d31c29a572cb143f60f37d (diff)
downloadgsoc2013-evolution-3fcd1c267b6855465f9c11d79b64c8a704e87148.tar
gsoc2013-evolution-3fcd1c267b6855465f9c11d79b64c8a704e87148.tar.gz
gsoc2013-evolution-3fcd1c267b6855465f9c11d79b64c8a704e87148.tar.bz2
gsoc2013-evolution-3fcd1c267b6855465f9c11d79b64c8a704e87148.tar.lz
gsoc2013-evolution-3fcd1c267b6855465f9c11d79b64c8a704e87148.tar.xz
gsoc2013-evolution-3fcd1c267b6855465f9c11d79b64c8a704e87148.tar.zst
gsoc2013-evolution-3fcd1c267b6855465f9c11d79b64c8a704e87148.zip
no changelog provided
svn path=/trunk/; revision=27934
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.xml32
1 files changed, 14 insertions, 18 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
index a5b5d73acc..726a9dbaa8 100644
--- a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
+++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
@@ -1,27 +1,23 @@
<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"/>
+ <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">
- <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 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>