diff options
author | Larry Ewing <lewing@ximian.com> | 2003-04-09 17:52:32 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2003-04-09 17:52:32 +0800 |
commit | 60ba84e6a404f0553479b546234cb9d1ddec73ba (patch) | |
tree | 109b6691f9804f856bfd31f5e43450144473c144 /mail/evolution-mail.schemas | |
parent | 1034abae465596ec3fca34910c772eaef569287f (diff) | |
download | gsoc2013-evolution-60ba84e6a404f0553479b546234cb9d1ddec73ba.tar.gz gsoc2013-evolution-60ba84e6a404f0553479b546234cb9d1ddec73ba.tar.zst gsoc2013-evolution-60ba84e6a404f0553479b546234cb9d1ddec73ba.zip |
set sensitivity of font pickers based on share setting.
2003-04-09 Larry Ewing <lewing@ximian.com>
* mail-preferences.c (font_share_changed): set sensitivity of
font pickers based on share setting.
(mail_preferences_construct): initialize font prefs.
(mail_preferences_apply): set the font prefs.
(font_changed): add gnome-font-picker changed function.
* mail-preferences.h: add font pref widgets.
* mail-config.c (mail_config_init): add notify to on fonts dir.
(config_write_fonts): write out a gtkrc that overrides the gtkhtml
fonts settings based on the gconf keys.
* mail-config.glade: move display font setttings to mail prefs.
* evolution-mail.schemas: add font settings.
svn path=/trunk/; revision=20779
Diffstat (limited to 'mail/evolution-mail.schemas')
-rw-r--r-- | mail/evolution-mail.schemas | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas b/mail/evolution-mail.schemas index 2bc9aeda19..569db01947 100644 --- a/mail/evolution-mail.schemas +++ b/mail/evolution-mail.schemas @@ -233,6 +233,46 @@ </schema> <schema> + <key>/schemas/apps/evolution/mail/display/fonts/variable/</key> + <applyto>/apps/evolution/mail/display/fonts/variable</applyto> + <owner>evolution-mail</owner> + <type>string</type> + <locale name="C"> + <short>Variable width font</short> + <long> + The variable width font for mail display + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/mail/display/fonts/monospace</key> + <applyto>/apps/evolution/mail/display/fonts/monospace</applyto> + <owner>evolution-mail</owner> + <type>string</type> + <locale name="C"> + <short>Terminal font</short> + <long> + The terminal font for mail display + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/mail/display/fonts/use_custom</key> + <applyto>/apps/evolution/mail/display/fonts/use_custom</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>144</default> + <locale name="C"> + <short>Use custom fonts</short> + <long> + Use custom fonts for displaying mail + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/display/thread_list</key> <applyto>/apps/evolution/mail/display/thread_list</applyto> <owner>evolution-mail</owner> |