aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
diff options
context:
space:
mode:
authorMeilof Veeningen <meilof@wanadoo.nl>2004-11-12 13:03:07 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-11-12 13:03:07 +0800
commit55bead18b69fd4e7ad2b09700867add2ca7e9838 (patch)
tree2c03fe202d748564ac9d818559b2a728f3142e15 /plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
parent725dc02affb727219a036f0f51edae33fa249263 (diff)
downloadgsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar.gz
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar.bz2
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar.lz
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar.xz
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar.zst
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.zip
Added author tag, fixed description, removed "plugin" from name, changed
2004-11-04 Meilof Veeningen <meilof@wanadoo.nl> * org-gnome-mailing-list-actions.eplug.in: Added author tag, fixed description, removed "plugin" from name, changed position of item in popup menu, using "enable" rather than "visible" for bonobo menus * org-gnome-mailing-list-actions.xml: Now place menus in MailMessageActions placeholder; moved label to <commands> section * org-gnome-mailing-list-actions-errors.xml: fixed button order: "Cancel" now leftmost button; added e-mail address to send confirm dialog * mailing-list-actions.c: account guessing now first based on message; added e-mail address to send confirm dialog svn path=/trunk/; revision=27897
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, 18 insertions, 14 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 726a9dbaa8..a5b5d73acc 100644
--- a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
+++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml
@@ -1,23 +1,27 @@
<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"/>
+ <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"/>
</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>
+ <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>
</menu>
</Root>