You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ echo "Just to be sure I'm starting clean"
$ rm -rf ~/.mail/dicoim ~/.offlineimap/Account-dicoim ~/.offlineimap/Repository-dicoim-*
$ offlineimap -o
OfflineIMAP 6.7.0
Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
Account sync dicoim:
*** Processing account dicoim
Establishing connection to imap.gmail.com:993
ERROR: getfolder() asked for a nonexisting folder 'archive'.
*** Finished account 'dicoim' in 0:01
ERROR: Exceptions occurred during the run!
ERROR: getfolder() asked for a nonexisting folder 'archive'.
Traceback:
File "/usr/lib/python2.7/site-packages/offlineimap/accounts.py", line 263, in syncrunner
self.__sync()
File "/usr/lib/python2.7/site-packages/offlineimap/accounts.py", line 343, in __sync
localfolder = self.get_local_folder(remotefolder)
File "/usr/lib/python2.7/site-packages/offlineimap/accounts.py", line 292, in get_local_folder
replace(self.remoterepos.getsep(), self.localrepos.getsep()))
File "/usr/lib/python2.7/site-packages/offlineimap/repository/Maildir.py", line 150, in getfolder
OfflineImapError.ERROR.FOLDER)
$
Thanks a lot for the instructions at https://github.com/sup-heliotrope/sup/wiki/Complete-gmail-configuration . However, when I run offlineimap after configuring as you suggested, I get:
My .offlineimaprc is here https://gist.github.com/giacecco/1d368a9ca0cac1cbbede30193be9e654 . The offending
nametrans
is the one in theRepository dicoim-remote
section. The file is almost identical to the one you shared. What am I doing wrong? Thanks.G.
The text was updated successfully, but these errors were encountered: