Hi,

I have an old IMAP account, several subfolders deep, which I'd like to move to 
my own Mailserver.

---config---
IMAPStore         zedat
host              mail.zedat.fu-berlin.de
User              <redacted>
Pass              <redacted>
UseIMAPS          yes
CertificateFile   /etc/ssl/certs/ca-certificates.crt

MaildirStore      local
Path              ~/Maildir/.INBOX.zedat

Channel           both
Master            :zedat:
Slave             :local:
Create            Slave
Sync              Pull
Patterns          *
--- snip ---

It pulls all those folders directly in my INBOX fine, however not those below 
that.

running mbsync shows:

$ mbsync -V -l both
* OK [CAPABILITY IMAP4 IMAP4REV1 CHILDREN I18NLEVEL=1 IDLE LIST-EXTENDED 
LITERAL+ MULTIAPPEND NAMESPACE QUOTA SORT THREAD=REFERENCES UIDPLUS UNSELECT] 
perdition ready on imap1.zedat.fu-berlin.de 0002dd48
 >>> 1 LOGIN <user> <pass>
1 OK Logged in.
 >>> 2 NAMESPACE
* NAMESPACE (("" "/")) NIL NIL
2 OK Namespace completed.
 >>> 3 LIST "" "%"
* LIST (\HasChildren) "/" "Berlin"
* LIST (\HasNoChildren) "/" "Drafts"
* LIST (\HasNoChildren) "/" "Entw&APw-rfe"
* LIST (\HasNoChildren) "/" "Gesendet"
* LIST (\HasNoChildren) "/" "Junk"
* LIST (\HasChildren) "/" "OSS"
* LIST (\HasNoChildren) "/" "Sent"
* LIST (\HasNoChildren) "/" "Spam"
* LIST (\HasNoChildren) "/" "Trash"
* LIST (\HasChildren) "/" "Uni"
* LIST (\HasChildren) "/" "business"
* LIST (\HasChildren) "/" "family"
* LIST (\HasChildren) "/" "friends"
* LIST (\HasNoChildren) "/" "INBOX"
3 OK List completed.
Berlin
Drafts
Entw&APw-rfe
Gesendet
Junk
OSS
Sent
Spam
Trash
Uni
business
family
friends
INBOX
 >>> 4 LOGOUT
* BYE Logging out
4 OK Logout completed.

So mbsync knows that e.g. the folder 'Berlin' has further subfolders, but 
doesn't sync them. I tried adding the pattern '*/*', but that didn't help. Am 
I missing something in my config, or doesn't mbsync support syncing nested 
folders?

Thanks in advance for any advice.

Kind regards,
Lee

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to