I am getting a persistent "Source Changed" notification on my IMAP INBOX. No amount of sup-syncing corrects this. I am using the latest git next (as of this composition). I don''t quite know where to start figuring out what the issue it. Any help would be appreciated. -- Christopher Warrington <chrisw at rice.edu>
Reformatted excerpts from Christopher Warrington''s message of 2008-01-25:> I am getting a persistent "Source Changed" notification on my IMAP > INBOX. No amount of sup-syncing corrects this.Hm. Just to confirm, are you using sup-sync --changed? And this is an IMAP folder that worked before? Is it an Exchange folder, by any chance?> I don''t quite know where to start figuring out what the issue it. Any > help would be appreciated.If you want to play around in the code a bit, you can try and figure out where in imap.rb the OutOfSyncSourceError is being thrown. That should make it easy to figure out why Sup thinks it''s out of sync. -- William <wmorgan-sup at masanjin.net>
Excerpts from William Morgan''s message of Wed Jan 30 11:38:05 -0600 2008:>> I am getting a persistent "Source Changed" notification on my IMAP >> INBOX. No amount of sup-syncing corrects this. > Hm. Just to confirm, are you using sup-sync --changed? And this is an > IMAP folder that worked before? Is it an Exchange folder, by any chance?Yup, sup-sync --changed imaps://server.tld/Path/to/Folder I''m pretty sure that it is a Cyrus server: http://cyrusimap.web.cmu.edu/>> I don''t quite know where to start figuring out what the issue it. Any >> help would be appreciated. > If you want to play around in the code a bit, you can try and figure out > where in imap.rb the OutOfSyncSourceError is being thrown. That should > make it easy to figure out why Sup thinks it''s out of sync.It has stopped, but the next time it happens (it has stopped are restarted twice now) I''ll take a look. Thanks for the pointer. -- Christopher Warrington <chrisw at rice.edu>