GNOME Bugzilla – Bug 339267
[PATCH]In offline deleted mail folder is displayed
Last modified: 2009-11-26 19:33:38 UTC
Deleted a folder with subfolder yesterday. Today while launching in offline , even those deleted folders are displayed but not accessible. Launch in online, those folders are not displayed.
Cache is not updated?
always reproducible so confirming it
Created attachment 69163 [details] [review] Patch for the above bug Attached is a patch to fix the bug. recursive_remove_directories : a function to recursively traverse every sub directory and remove the main directory. remove_connector_metatdata : A subdirectory has an xml file by the name connector-metadata.xml. This file has to be removed. This function does that.
I just tried this without the above patch and it is working properly in actual master (2.29.3), I tried: a) going online b) create a new folder with a subfolder in eex c) copy a message to each folder d) close evo e) run evo in online f) verify folders with messages are there g) close evo h) open evo in offline i) verify folders with messages are there j) close evo k) run evo in online l) delete the new folder with a subfolder from b) m) close evo n) open evo in offline o) verify folders from b) aren't shown Thus I'm closing this.