diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-20 15:40:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-20 15:40:04 +0800 |
commit | 9a41befd236157f8c76086fa53654e022d02973b (patch) | |
tree | a702a5d525b0020debd416ef30811ff58edfcab3 /plugins/save-attachments/org-gnome-save-attachments.eplug.in | |
parent | ff3fe6fb3d5d6888ff57928df22b608b41cd60e1 (diff) | |
download | gsoc2013-evolution-9a41befd236157f8c76086fa53654e022d02973b.tar gsoc2013-evolution-9a41befd236157f8c76086fa53654e022d02973b.tar.gz gsoc2013-evolution-9a41befd236157f8c76086fa53654e022d02973b.tar.bz2 gsoc2013-evolution-9a41befd236157f8c76086fa53654e022d02973b.tar.lz gsoc2013-evolution-9a41befd236157f8c76086fa53654e022d02973b.tar.xz gsoc2013-evolution-9a41befd236157f8c76086fa53654e022d02973b.tar.zst gsoc2013-evolution-9a41befd236157f8c76086fa53654e022d02973b.zip |
Imported save-attachments example plugin.
2004-10-20 Not Zed <NotZed@Ximian.com>
* Imported save-attachments example plugin.
svn path=/trunk/; revision=27642
Diffstat (limited to 'plugins/save-attachments/org-gnome-save-attachments.eplug.in')
-rw-r--r-- | plugins/save-attachments/org-gnome-save-attachments.eplug.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/save-attachments/org-gnome-save-attachments.eplug.in b/plugins/save-attachments/org-gnome-save-attachments.eplug.in new file mode 100644 index 0000000000..0e162665bd --- /dev/null +++ b/plugins/save-attachments/org-gnome-save-attachments.eplug.in @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<e-plugin-list> + <!-- the path to the shared library --> + <e-plugin + id="org.gnome.plugin.attachments.save" + type="shlib" + location="@PLUGINDIR@/liborg-gnome-save-attachments.so" + name="Save attachments plugin" + description="A plugin for saving all attachments or parts of a message at once."> + <hook class="org.gnome.evolution.mail.bonobomenu:1.0"> + <menu id="org.gnome.evolution.mail.browser" target="select"> + <!-- the path to the bonobo menu description --> + <ui file="@PLUGINDIR@/org-gnome-save-attachments.xml"/> + <item + type="item" + verb="EPSASaveAttachments" + path="/commands/EPSASaveAttachments" + enable="one" + activate="org_gnome_save_attachments_save"/> + </menu> + </hook> + </e-plugin> +</e-plugin-list> |