diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-02-11 10:38:12 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-02-11 10:38:12 +0800 |
commit | 3d85ee95724f8743d756dda91e239670ada01f00 (patch) | |
tree | e13979126b87fb3313879976152d0cea3a390b5b /mail/evolution-mail.schemas.in | |
parent | 829da678ac8cdb5ed793062f4051323ec5e216bc (diff) | |
download | gsoc2013-evolution-3d85ee95724f8743d756dda91e239670ada01f00.tar.gz gsoc2013-evolution-3d85ee95724f8743d756dda91e239670ada01f00.tar.zst gsoc2013-evolution-3d85ee95724f8743d756dda91e239670ada01f00.zip |
** Fix for bug #411576
2008-02-10 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #411576
* evolution-mail.schemas.in: Add a key to decide if same fonts gotto
be used in message list in vertical view column.
* message-list.c: (create_composite_cell):
svn path=/trunk/; revision=34987
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index e984f379b6..9d9ecad2b4 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -386,6 +386,20 @@ </schema> <schema> + <key>/schemas/apps/evolution/mail/display/vertical_view_fonts</key> + <applyto>/apps/evolution/mail/display/vertical_view_fonts</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Determines whether to use the same fonts for both "From" and "Subject" lines in the "Messages" column in vertical view.</short> + <long> + Determines whether to use the same fonts for both "From" and "Subject" lines in the "Messages" column in vertical view. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/display/mark_seen_timeout</key> <applyto>/apps/evolution/mail/display/mark_seen_timeout</applyto> <owner>evolution-mail</owner> |