-
Notifications
You must be signed in to change notification settings - Fork 0
/
signal-spam.eplug.xml
47 lines (42 loc) · 1.38 KB
/
signal-spam.eplug.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<e-plugin-list>
<e-plugin
id="org.gnome.plugin.signalspam"
type="shlib"
location="@PLUGINDIR@/signal-spam@SOEXT@"
domain="@GETTEXT_PACKAGE@"
localedir="@LOCALEDIR@"
_name="Report SPAM">
<author name="Pascal Terjan" email="[email protected]"/>
<_description>A plugin to report spam to signal-spam.fr</_description>
<hook class="org.gnome.evolution.mail.popup:1.0">
<menu id="org.gnome.evolution.mail.folderview.popup" target="select">
<item
type="item"
path="72.signal_spam"
_label="Report SPAM"
enable="many"
visible="many"
activate="signal_spam"/>
</menu>
</hook>
<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@/signal-spam.xml"/>
<item
type="item"
verb="SignalSpam"
path="/commands/SignalSpam"
enable="many"
activate="signal_spam_menu"/>
</menu>
</hook>
<hook class="org.gnome.evolution.mail.config:1.0">
<group id="org.gnome.evolution.mail.prefs" target="prefs">
<item type="section_table" path="40.junk" _label="Signal Spam Options"/>
<item type="item_table" path="40.junk" factory="signal_spam_login"/>
</group>
</hook>
</e-plugin>
</e-plugin-list>