diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-29 01:48:34 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-29 01:48:34 +0800 |
commit | b6e7fd1faa4a99bf1e6ddd5f225768609c4b978b (patch) | |
tree | 701147c444f194ef65e20da648f5139d610b1aad /mail | |
parent | d303bba5106f0019ee887384cd709cbd0e5be922 (diff) | |
download | gsoc2013-evolution-b6e7fd1faa4a99bf1e6ddd5f225768609c4b978b.tar gsoc2013-evolution-b6e7fd1faa4a99bf1e6ddd5f225768609c4b978b.tar.gz gsoc2013-evolution-b6e7fd1faa4a99bf1e6ddd5f225768609c4b978b.tar.bz2 gsoc2013-evolution-b6e7fd1faa4a99bf1e6ddd5f225768609c4b978b.tar.lz gsoc2013-evolution-b6e7fd1faa4a99bf1e6ddd5f225768609c4b978b.tar.xz gsoc2013-evolution-b6e7fd1faa4a99bf1e6ddd5f225768609c4b978b.tar.zst gsoc2013-evolution-b6e7fd1faa4a99bf1e6ddd5f225768609c4b978b.zip |
Fix the default thread expand mode.
svn path=/trunk/; revision=33596
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c03dbaac72..e418cb91b8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2007-05-28 Srinivasa Ragavan <sragavan@novell.com> + + * evolution-mail.schemas.in.in: Make thread expand default to true. + The threads should be expanded by default. Bug in previous commit. + 2007-05-25 Matthew Barnes <mbarnes@redhat.com> * mail-send-recv.c: diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index 7d40eaa9ce..6f9f66b0c0 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -550,7 +550,7 @@ <applyto>/apps/evolution/mail/display/thread_expand</applyto> <owner>evolution-mail</owner> <type>bool</type> - <default>false</default> + <default>true</default> <locale name="C"> <short>Default value for thread expand state</short> <long> |