From 16ce509ec02a99acf7324c4e157cf1cf781a8a67 Mon Sep 17 00:00:00 2001 From: Yuedong Du Date: Wed, 9 Jul 2003 18:04:54 +0000 Subject: add a gconf key corresponding to newly introduced caret mode of gtkhtml 2003-07-10 Yuedong Du * 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 --- mail/evolution-mail.schemas | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'mail/evolution-mail.schemas') 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 @@ -173,6 +173,34 @@ + + /schemas/apps/evolution/mail/display/caret_mode + /apps/evolution/mail/display/caret_mode + evolution-mail + boolean + false + + Enable/disable caret mode + + Enable caret mode, so that you can see a cursor when reading mail. + + + + + + /schemas/apps/evolution/mail/display/caret_mode + /apps/evolution/mail/display/caret_mode + evolution-mail + boolean + false + + Enable/disable caret mode + + Enable caret mode, so that you can see a cursor when reading mail. + + + + /schemas/apps/evolution/mail/display/load_http_images /apps/evolution/mail/display/load_http_images -- cgit v1.2.3