<p>nicolas33: Yes, you are right. I mixed up syncing the cache with the actual<br>
state of the Maidir and syncing of the data held in RAM to the file system.</p>

<p>I tried to sync between IMAP and Maildir without success.</p>

<p>Before syncing with offlineimap I had these folders in Maildir:</p>

<pre><code>.ads
.archive
.drafts
.forums
.providers
.sent
.support
.trash
.webshops
cur
new
tmp
</code></pre>

<p>After syncing with offlineimap I get this folders:</p>

<pre><code>.
..
.ads
.archive
.drafts
.forums
.providers
.sent
.support
.trash
.webshops
INBOX
Postausgang
cur
drafts
maildirfolder
new
sent
subscriptions
tmp
trash
</code></pre>

<p>I don't know where the folders "maildirfolder" and "subscriptions" come from.<br>
Maybe the e-mail provider added those.</p>

<p>Additionally I get this errror:</p>

<pre><code>$ offlineimap -c /home/user/offlineimapfiles/offlineimaprc.hermes
OfflineIMAP 6.5.7
  Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
Account sync hermes@whatever.org:
 *** Processing account hermes@whatever.org
 Establishing connection to imap.whatever.org:993
 Creating folder Postausgang[hermes@whatever.org-Local]
 Creating folder drafts[hermes@whatever.org-Local]
 Creating folder INBOX[hermes@whatever.org-Local]
 Creating folder trash[hermes@whatever.org-Local]
 Creating folder sent[hermes@whatever.org-Local]
 Creating folder /[hermes@whatever.org-Remote]
 ERROR: Creating folder  on repository hermes@whatever.org-Remote
  Folder '/'[hermes@whatever.org-Remote] could not be created. Server responded: ('NO', ['unsupported folder name'])
 ERROR: Folder '/'[hermes@whatever.org-Remote] could not be created. Server responded: ('NO', ['unsupported folder name'])
 *** Finished account 'hermes@whatever.org' in 0:00
ERROR: Exceptions occurred during the run!
ERROR: Creating folder  on repository hermes@whatever.org-Remote
  Folder '/'[hermes@whatever.org-Remote] could not be created. Server responded: ('NO', ['unsupported folder name'])

Traceback:
  File "/usr/lib64/python2.7/site-packages/offlineimap/repository/Base.py", line 242, in sync_folder_structure
    src_repo.makefolder(dst_name_t)
  File "/usr/lib64/python2.7/site-packages/offlineimap/repository/IMAP.py", line 434, in makefolder
    OfflineImapError.ERROR.FOLDER)

ERROR: Folder '/'[hermes@whatever.org-Remote] could not be created. Server responded: ('NO', ['unsupported folder name'])

Traceback:
  File "/usr/lib64/python2.7/site-packages/offlineimap/accounts.py", line 263, in syncrunner
    self.__sync()
  File "/usr/lib64/python2.7/site-packages/offlineimap/accounts.py", line 329, in __sync
    remoterepos.sync_folder_structure(localrepos, statusrepos)
  File "/usr/lib64/python2.7/site-packages/offlineimap/repository/Base.py", line 242, in sync_folder_structure
    src_repo.makefolder(dst_name_t)
  File "/usr/lib64/python2.7/site-packages/offlineimap/repository/IMAP.py", line 434, in makefolder
    OfflineImapError.ERROR.FOLDER)
</code></pre>

<p>This is my config:</p>

<pre><code>[general]
accounts = hermes@whatever.org
maxsyncaccounts = 6
status_backend = plain
ui = TTYUI

[Account hermes@whatever.org]
localrepository = hermes@whatever.org-Local
remoterepository = hermes@whatever.org-Remote

[Repository hermes@whatever.org-Local]
type = Maildir
localfolders = "/home/user/Maildir/hermes@whatever.org"
maxage = 720
nametrans = lambda foldername: foldername.replace('drafts', 'Entwurf').replace('trash', 'Papierkorb').replace('sent', 'Gesendet')

[Repository hermes@whatever.org-Remote]
type = IMAP
remotehost = imap.whatever.org
remoteuser = hermes@whatever.org
ssl = yes
remotepassfile = ~/offlineimapfiles/Password.IMAP.hermes@whatever.org
nametrans = lambda foldername: foldername.replace('Entwurf', 'drafts').replace('Papierkorb', 'trash').replace('Gesendet', 'sent')
</code></pre>

<p>And here are my questions:</p>

<ul>
<li>Can I tell offlineimap to respect the existing dovecot Maildir structure and use leading dots for the mail folders?</li>
<li>What does the error message mean? Is offlineimap misinterpreting the leading dots of the mail folders and trying to create a root folder ('/') ?</li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/OfflineIMAP/offlineimap/issues/242#issuecomment-143846397">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AKFSEDCuk3Y0AxR9K2YtjeYomc475gWgks5o2YfGgaJpZM4F_tiM.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OfflineIMAP/offlineimap/issues/242#issuecomment-143846397"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>