GNOME Bugzilla – Bug 323867
Evolution doesn't respect to the change of mail/show_deleted and thread_list in gconf
Last modified: 2013-09-13 00:47:55 UTC
Please describe the problem: If you select a folder in Evolution and change the value of /apps/evolution/mail/display/show_deleted or/and thread_list through gconf-editor, the evolution does nothing to reflect the change. Steps to reproduce: 1. Open evolution and select a folder, such as Inbox. 2. Open gconf-editor and select /apps/evolution/mail/display/show_deleted or/and thread_list. 3. Change the value of show_deleted or/and thread_list. Actual results: 1. The folder doesn't show/hide the deleted messages even if you have set show_deleted to True/False. 2. It doesn't thread the message list neither,even if thread_list is set to True. Expected results: 1. The folder should show/hide the deleted messages when setting show_deleted to True/False. 2. Evolution should thread the message list when setting thread_list to True. Does this happen every time? Yes Other information: It helps central management over Evolution if it respects to the two keys' change in gconf.
Created attachment 55889 [details] [review] patch for this bug The attached patch tries to make evolution respect and respond to the change of /apps/evolution/mail/display/show_deleted and thread_list in gconf. Thus helping to implement central management. Fixes #323867.
targetting to 2.5 and confirming
Patch committed into CVS TRUNK.