aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/org-gnome-mail-to-task.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-04-25 02:10:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-04-28 20:03:33 +0800
commit1d1288d29c72794aa83ad8cf0e51747c2f2c250c (patch)
treecbc67c7083645464657c9a2050711b550f5b8406 /plugins/mail-to-task/org-gnome-mail-to-task.xml
parentd49d7cb2f73c578e48d02f8241cdb6771379210f (diff)
downloadgsoc2013-evolution-1d1288d29c72794aa83ad8cf0e51747c2f2c250c.tar
gsoc2013-evolution-1d1288d29c72794aa83ad8cf0e51747c2f2c250c.tar.gz
gsoc2013-evolution-1d1288d29c72794aa83ad8cf0e51747c2f2c250c.tar.bz2
gsoc2013-evolution-1d1288d29c72794aa83ad8cf0e51747c2f2c250c.tar.lz
gsoc2013-evolution-1d1288d29c72794aa83ad8cf0e51747c2f2c250c.tar.xz
gsoc2013-evolution-1d1288d29c72794aa83ad8cf0e51747c2f2c250c.tar.zst
gsoc2013-evolution-1d1288d29c72794aa83ad8cf0e51747c2f2c250c.zip
Be able to save mail to event, meeting, task or memo
** Fix for bug #342296
Diffstat (limited to 'plugins/mail-to-task/org-gnome-mail-to-task.xml')
-rw-r--r--plugins/mail-to-task/org-gnome-mail-to-task.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/plugins/mail-to-task/org-gnome-mail-to-task.xml b/plugins/mail-to-task/org-gnome-mail-to-task.xml
index 6b8033c8e5..98accf4c6c 100644
--- a/plugins/mail-to-task/org-gnome-mail-to-task.xml
+++ b/plugins/mail-to-task/org-gnome-mail-to-task.xml
@@ -1,15 +1,27 @@
<Root>
<commands>
- <cmd name="ConvertTask" _label="Con_vert to Task"
+ <cmd name="ConvertEvent" _label="Convert to an _Event"
+ _tip="Convert the selected message to a new event"
+ pixtype="stock" pixname="appointment-new"/>
+ <cmd name="ConvertMeeting" _label="Convert to a _Meeting"
+ _tip="Convert the selected message to a new meeting"
+ pixtype="stock" pixname="stock_new-meeting"/>
+ <cmd name="ConvertTask" _label="Convert to a _Task"
_tip="Convert the selected message to a new task"
pixtype="stock" pixname="stock_todo"/>
+ <cmd name="ConvertMemo" _label="Convert to a Mem_o"
+ _tip="Convert the selected message to a new memo"
+ pixtype="stock" pixname="stock_insert-note"/>
</commands>
<menu>
<placeholder name="MessagePlaceholder">
<submenu name="Message">
<separator f="" name="emaillist5"/>
+ <menuitem name="ConvertEvent" verb=""/>
+ <menuitem name="ConvertMeeting" verb=""/>
<menuitem name="ConvertTask" verb=""/>
+ <menuitem name="ConvertMemo" verb=""/>
</submenu>
</placeholder>
</menu>