diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 22:33:12 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 22:33:12 +0800 |
commit | b484ae1c53ce5e8075eefe907cffbcb936106397 (patch) | |
tree | edc3cc7a4268604d5fc11ea905746290c6233cc6 /plugins/mail-notification/apps-evolution-mail-notification.schemas.in | |
parent | 1d573304a4f6ba6b691fa1793e7bf1db3f7a4a70 (diff) | |
download | gsoc2013-evolution-b484ae1c53ce5e8075eefe907cffbcb936106397.tar.gz gsoc2013-evolution-b484ae1c53ce5e8075eefe907cffbcb936106397.tar.zst gsoc2013-evolution-b484ae1c53ce5e8075eefe907cffbcb936106397.zip |
Fix for version removal from installed files
svn path=/trunk/; revision=33645
Diffstat (limited to 'plugins/mail-notification/apps-evolution-mail-notification.schemas.in')
-rw-r--r-- | plugins/mail-notification/apps-evolution-mail-notification.schemas.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/mail-notification/apps-evolution-mail-notification.schemas.in b/plugins/mail-notification/apps-evolution-mail-notification.schemas.in new file mode 100644 index 0000000000..5cc552d0d0 --- /dev/null +++ b/plugins/mail-notification/apps-evolution-mail-notification.schemas.in @@ -0,0 +1,27 @@ +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/evolution/mail/notification/notification</key> + <applyto>/apps/evolution/mail/notification/notification</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Enable libnotify notifications of new mail</short> + <long>Every time a new mail arrives, pop up a libnotify notification.</long> + </locale> + </schema> + <schema> + <key>/schemas/apps/evolution/mail/notification/blink-status-icon</key> + <applyto>/apps/evolution/mail/notification/blink-status-icon</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Make the status icon blink</short> + <long>When the new-mail status icon is visible, make it blink.</long> + </locale> + </schema> + </schemalist> +</gconfschemafile> + |