GNOME Bugzilla – Bug 550466
Cannot delete folder with subfolders (IMAP)
Last modified: 2008-09-26 09:03:06 UTC
I tried to delete folder with subfolders, it asked "are you sure", I replied "yes, I'm sure and ready to get rid of them", it got frozen for some time (not much, 1-2 seconds), then showed nothing. The status bar contains info: Cannot delete folder "INBOX/...". Because "no such table: INBOX/.../subfolder". Similar info on console.
Created attachment 119003 [details] [review] proposed eds patch for evolution-data-server; Similar to vee-folders, ignore 'no such table' errors. Should be fine here, but I didn't check whether other providers require such check even deeper. Maybe a stupid question, but do we really care about this error in general? Maybe only when trying to create table, or checking whether there is one, but otherwise?
We shouldn't be worying at all. Since, we do create tables automatically if they don't exist.
Does it mean the more general patch, in code function, would be better than this?
commit to stable/trunk
Committed to trunk. Committed revision 9617. Committed to gnome-2-24. Committed revision 9618.