diff options
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> |