Empty Remote folders must be created with createfolders=True
Created the empty label on the destination account and it ran fine
OfflineIMAP 8.0.0 Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception) imaplib2 v3.06, Python v3.9.2, OpenSSL 1.1.1n 15 Mar 2022 Account sync [email protected]: *** Processing account [email protected] Establishing connection to imap.gmail.com:993 (Target) ERROR: Account [email protected]: no folder to sync (folderfilter issue?) *** Finished account '[email protected]' in 0:02 ERROR: Exceptions occurred during the run! ERROR: Account [email protected]: no folder to sync (folderfilter issue?)
Traceback: File "/usr/local/lib/mailinabox/env/lib/python3.9/site-packages/offlineimap/accounts.py", line 298, in syncrunner self.__sync() File "/usr/local/lib/mailinabox/env/lib/python3.9/site-packages/offlineimap/accounts.py", line 432, in __sync raise OfflineImapError(msg, OfflineImapError.ERROR.REPO)