aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mail.schemas
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2003-05-21 02:33:33 +0800
committerLarry Ewing <lewing@src.gnome.org>2003-05-21 02:33:33 +0800
commit8d75f1b9bc33edd7dab1f6299b415d5717ba76c6 (patch)
tree245b818859054d28e93b1e21c5d732f55ce37def /mail/evolution-mail.schemas
parent81237cc33be1e7f4dc3016c2cb4b37c3a594a1d2 (diff)
downloadgsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar
gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.gz
gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.bz2
gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.lz
gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.xz
gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.zst
gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.zip
remove references to gtkhtml property manager. Connect to missing
2003-05-20 Larry Ewing <lewing@ximian.com> * mail-composer-prefs.c: remove references to gtkhtml property manager. Connect to missing settings. * mail-preferences.c: remove references to gtkhtml property manager. Connect to missing settings. * mail-config.glade: remove keybinding setting. * mail-display.c (mail_display_destroy): remove notification. (display_notify): set animate and redisplay. We have to redisplay because the citation color may have changed. * evolution-mail.schemas: add composer and display gconf entries. svn path=/trunk/; revision=21288
Diffstat (limited to 'mail/evolution-mail.schemas')
-rw-r--r--mail/evolution-mail.schemas56
1 files changed, 56 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas b/mail/evolution-mail.schemas
index 2a3113a289..9dcec79ee9 100644
--- a/mail/evolution-mail.schemas
+++ b/mail/evolution-mail.schemas
@@ -32,6 +32,48 @@
</schema>
<schema>
+ <key>/schemas/apps/evolution/mail/composer/magic_links</key>
+ <applyto>/apps/evolution/mail/composer/magic_links</applyto>
+ <owner>evolution-mail</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Automatic link recognition</short>
+ <long>
+ Recognize links in text and replace them.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/mail/composer/magic_smileys</key>
+ <applyto>/apps/evolution/mail/composer/send_smileys</applyto>
+ <owner>evolution-mail</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Automatic smiley recognition</short>
+ <long>
+ Recognize smileys in text and replace them with images.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/mail/composer/inline_spelling</key>
+ <applyto>/apps/evolution/mail/composer/inline_spelling</applyto>
+ <owner>evolution-mail</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Spell check inline</short>
+ <long>
+ Draw spelling error indicators on words as you type.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/evolution/mail/composer/view/From</key>
<applyto>/apps/evolution/mail/composer/view/From</applyto>
<owner>evolution-mail</owner>
@@ -149,6 +191,20 @@
</schema>
<schema>
+ <key>/schemas/apps/evolution/mail/display/animate_images</key>
+ <applyto>/apps/evolution/mail/display/animate_images</applyto>
+ <owner>evolution-mail</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Show Animations</short>
+ <long>
+ Show animated images as animations.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/evolution/mail/display/mime_types</key>
<applyto>/apps/evolution/mail/display/mime_types</applyto>
<owner>evolution-mail</owner>