GNOME Bugzilla – Bug 272987
Error message is wrong for 'Expunge' operation in offline
Last modified: 2005-09-16 10:33:53 UTC
Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: Steps to reproduce the problem: 1. Switch to offline, select 'Deleted Items', then click on 'Actions - >Expunge 2. throws error message 'this operation has to be done on Delete folder' 3. Actual Results: Expected Results: How often does this happen? always Additional Information:
Now says.. "Error while Expunging folder. Permission denied."
This bug still exists in 2.2.1
Might have to back port the fix to 2.2 as well.
Now it says, "Error while Expunging folder. Could not empty Deleted Items folder."
The error stated in the bug report is possible if you start evolution in offline mode. If you switch to offline mode and try expunge, the error in #4 pops. It is because the offline mode is not handled in expunge code. And fixing this requires to add a new string, so re-targeting to 2.5
Created attachment 52120 [details] [review] Proposed patch.
Committed to gnome-2-12 too, by using a near appropriate existing string.