GNOME Bugzilla – Bug 272986
while switching from Offline to online doesnt synch changes in mail
Last modified: 2005-07-26 10:44:36 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. Create a filter, switch to 'offline' 2. Then select a message and 'Apply filter' 3. Message gets moved in 'offline' mode to corresponding folder 4. Now switch to offline, message is still present in 'Inbox' and that corresponding folder in which message was moved is empty Actual Results: Expected Results: How often does this happen? Always Additional Information:
discovered a few problems while looking into this today: 1. evolution-exchange-storeage talks to the server in offline mode 2. the journal entries for moving messages used the folder's short name (it needs to use full_name - I've already got a patch for this) 3. why is there a difference between move and append?
Changed summry so that all synch related issues can be appended here. Even mail deleted in offline is not moved to 'Deleted Items' when switched back to online.
turns out 'transfer' journal entry types weren't being used and were there from copy/paste or something. anyways, got a patch to remove that unused functionality (I'll submit it with whatever patch I write to resolve this issue when figure it out)
Changed priority of bug to blocker, as this has to be fixed ASAP.
now filters are working but not delete.
This is not working on 2.2.1 in SUSE 9.3,
http://bugzilla.gnome.org/attachment.cgi?id=49760&action=view This patch fixes this bug in addition to other bugs. Also certain operations are still broken and will be fixed soon.