diff options
author | Yuedong Du <yuedong.du@sun.com> | 2003-07-10 02:04:54 +0800 |
---|---|---|
committer | Yuedong Du <york@src.gnome.org> | 2003-07-10 02:04:54 +0800 |
commit | 16ce509ec02a99acf7324c4e157cf1cf781a8a67 (patch) | |
tree | c15bbb61a05f61ec7896de3011e92fc9814b890d /mail/evolution-mail.schemas | |
parent | fb32aa52b61de2c9e13d32a7a5f7661a6670a8f6 (diff) | |
download | gsoc2013-evolution-16ce509ec02a99acf7324c4e157cf1cf781a8a67.tar.gz gsoc2013-evolution-16ce509ec02a99acf7324c4e157cf1cf781a8a67.tar.zst gsoc2013-evolution-16ce509ec02a99acf7324c4e157cf1cf781a8a67.zip |
add a gconf key corresponding to newly introduced caret mode of gtkhtml
2003-07-10 Yuedong Du <yuedong.du@sun.com>
* evolution-mail.schemas: add a gconf key corresponding to newly
introduced caret mode of gtkhtml widget.
* folder-browser-ui.c: new verb handling, corresponding the new menu
entry for the caret mode flag.
* folder-browser.h: declaration of new verb handler to the menu entry
that turn caret mode on/off. The function just set the new introduced
gconf key.
* folder-browser.c: ditto
* mail-config.c: lstione to the new gconf key, and when caret mode
flag is set/unset,change the style of gtkhtml widget. see bug
#44607.
svn path=/trunk/; revision=21776
Diffstat (limited to 'mail/evolution-mail.schemas')
-rw-r--r-- | mail/evolution-mail.schemas | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas b/mail/evolution-mail.schemas index 9dcec79ee9..35ec615733 100644 --- a/mail/evolution-mail.schemas +++ b/mail/evolution-mail.schemas @@ -174,6 +174,34 @@ </schema> <schema> + <key>/schemas/apps/evolution/mail/display/caret_mode</key> + <applyto>/apps/evolution/mail/display/caret_mode</applyto> + <owner>evolution-mail</owner> + <type>boolean</type> + <default>false</default> + <locale name="C"> + <short>Enable/disable caret mode</short> + <long> + Enable caret mode, so that you can see a cursor when reading mail. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/mail/display/caret_mode</key> + <applyto>/apps/evolution/mail/display/caret_mode</applyto> + <owner>evolution-mail</owner> + <type>boolean</type> + <default>false</default> + <locale name="C"> + <short>Enable/disable caret mode</short> + <long> + Enable caret mode, so that you can see a cursor when reading mail. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/display/load_http_images</key> <applyto>/apps/evolution/mail/display/load_http_images</applyto> <owner>evolution-mail</owner> |