diff options
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.xml | 28 |
1 files changed, 0 insertions, 28 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 deleted file mode 100644 index c3d72b6d09..0000000000 --- a/plugins/mail-to-task/org-gnome-mail-to-task.xml +++ /dev/null @@ -1,28 +0,0 @@ -<Root> - <commands> - <cmd name="ConvertEvent" _label="Create an _Event" - _tip="Create a new event from the selected message" - pixtype="stock" pixname="appointment-new"/> - <cmd name="ConvertMeeting" _label="Create a _Meeting" - _tip="Create a new meeting from the selected message" - pixtype="stock" pixname="stock_new-meeting"/> - <cmd name="ConvertTask" _label="Create a _Task" - _tip="Create a new task from the selected message" - pixtype="stock" pixname="stock_todo"/> - <cmd name="ConvertMemo" _label="Create a Mem_o" - _tip="Create a new memo from the selected message" - 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> -</Root> |