GNOME Bugzilla – Bug 311455
No error message while deleting 'Junk E-mail' folder
Last modified: 2008-03-10 08:28:06 UTC
Steps to reproduce: 1.Try to delete the "Junk E-mail" folder No error message will be displayed. Since it is a system folder, we should not be able to delete that folder. If you try deleting that folder again, some times evolution hangs/crashes along with a balnk error message. Debugging Info:
+ Trace 61979
Thread 1 (Thread 1097772672 (LWP 20514))
This is happening with the devel snpas dated, evolution-data-server-1.3.5.0.200507200002-0.snap.novell.11.1 evolution-exchange-2.3.5.0.200507200002-0.snap.novell.11.1 evolution-2.3.5.1.0.200507200002-0.snap.novell.11.1
Created attachment 49701 [details] attached a screen shot of the blank error message
Similar crash but in different scenario (while reproducing the bug #311457 and switch to online). Pasting the similar trace:
+ Trace 61980
Thread 1 (Thread 1097772672 (LWP 21575))
We should disallow deletion/rename of system folders.
UI change needed.
Junk E-Mail is not listed in the standard folders according to the schema, so we don't throw error message. This can be fixed with one extra a condition check i feel, and also throwing the error message is not a UI change.
Now, no hangs/crashes. Folder is deleted and gets recreated on startup again.
There should be some way for exchange to differentiate between a Junk folder and an ordinary folder . This is handled by out look in its own way. If a Junk folder can be differentiated from an ordinary folder in exchange , then all the problems related to Junk folders will be resolved.
As mentioned in comment #6 Junk E-Mail is not listed in the standard folders according to the schema. So deleting it is a perfectly valid scenario. No crashes happen on trunk. Marking as Invalid.