After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323867 - Evolution doesn't respect to the change of mail/show_deleted and thread_list in gconf
Evolution doesn't respect to the change of mail/show_deleted and thread_list ...
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.6.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-12-12 11:33 UTC by Sam Yang
Modified: 2013-09-13 00:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
patch for this bug (2.97 KB, patch)
2005-12-12 11:44 UTC, Sam Yang
accepted-commit_now Details | Review

Description Sam Yang 2005-12-12 11:33:44 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.
Comment 1 Sam Yang 2005-12-12 11:44:33 UTC
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.
Comment 2 André Klapper 2005-12-14 23:00:54 UTC
targetting to 2.5 and confirming
Comment 3 Sam Yang 2005-12-21 06:04:49 UTC
Patch committed into CVS TRUNK.