~indicator-applet-developers/evolution-indicator/ubuntu

« back to all changes in this revision

Viewing changes to src/org-freedesktop-evolution-indicator.eplug.in

  • Committer: Ted Gould
  • Date: 2011-01-14 20:43:13 UTC
  • mfrom: (65.1.10 ubuntu)
  • Revision ID: ted@gould.cx-20110114204313-sxiyp8ei3wfq5ryn
Sync with Ubuntu Desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
                <description>Shows new mail count in a message indicator.</description>
10
10
                <author name="Neil Jagdish Patel" email="neil.patel@canonical.com"/>
11
 
    <hook class="org.gnome.evolution.mail.events:1.0">
 
11
 
 
12
                <hook class="org.gnome.evolution.mail.events:1.0">
12
13
                        <event target="folder" id="folder.changed" handle="org_gnome_mail_new_notify" enable="newmail"/>
13
14
                </hook>
14
15
 
15
16
                <hook class="org.gnome.evolution.mail.events:1.0">
16
17
                        <event target="message" id="message.reading" handle="org_gnome_mail_read_notify"/>
17
18
                </hook>
18
 
    <hook class="org.gnome.evolution.shell.events:1.0">
19
 
      <event id="started.done" handle="org_gnome_shell_started_done" target="shell"/>
20
 
    </hook>
21
 
                
 
19
 
22
20
                <hook class="org.gnome.evolution.mail.config:1.0">
23
 
                        <group target="prefs" id="org.gnome.evolution.mail.prefs">
 
21
                        <group target="prefs" id="org.gnome.evolution.mail.prefs">
24
22
                                <item type="section_table" path="00.general/30.options" label="When New Mail Arrives"></item>
25
23
                                <item type="item_table" path="00.general/40.options" factory="org_gnome_get_prefs"/>
26
 
                        </group>
27
 
                            </hook>
 
24
                        </group>
 
25
                </hook>
28
26
 
29
27
        </e-plugin>
30
28
</e-plugin-list>