modoboa / modoboa-imap-migration

An extension to ease the migration between 2 IMAP servers using offlineimap
ISC License
16 stars 12 forks source link

status_backend no longer supported #16

Closed Nodeswitch closed 7 years ago

Nodeswitch commented 7 years ago

A couple of us have been trying to diagnose syncing issues with Modoboa and offlineimap. After disabling some of the variables, we encountered the below error.

 ERROR: the 'status_backend' configuration option is not supported anymore; please, remove this configuration option.
 ['  File "/usr/local/lib/python2.7/dist-packages/offlineimap/accounts.py", line 268, in syncrunner\n    self.statusrepos = Repository(self, \'status\')\n', '  File "/usr/local/lib/python2.7/dist-packages/offlineimap/repository/__init__.py", line 58, in __new__\n    return LocalStatusRepository(name, account)\n', '  File "/usr/local/lib/python2.7/dist-packages/offlineimap/repository/LocalStatus.py", line 45, in __init__\n    OfflineImapError.ERROR.REPO\n']
 ERROR: Exceptions occurred during the run!
 ERROR: the 'status_backend' configuration option is not supported anymore; please, remove this configuration option.

It looks like as of v7.1.0 of offlineimap, the function is no longer supported.