Ich versuche, "[Google Mail]/All Mail"
mit mbsync ein Replikat des Ordners in meinem Google Mail-Konto zu erstellen. Mit Pattern *
in der rc-Datei MBSYNC kann alle Ordner sehen (Lables) , die ich erstellt haben und den Ordner Posteingang als auch (ich habe auch diese zu meinem lokalen System erfolgreich synchronisiert) , aber es gibt keine Spur von irgend [Google Mail]/
oder [Gmail]/
Ordnern. Wie kann ich mbsync dazu bringen, sie anzuzeigen und zu synchronisieren? Mein conf sieht so aus:
IMAPAccount [email protected]
Host imap.gmail.com
User [email protected]
Pass *********
UseIMAPS yes
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore [email protected]
Account [email protected]
MaildirStore [email protected]
Path /var/emailbackup/mailboxes/[email protected]/
Inbox /var/emailbackup/mailboxes/[email protected]/Inbox
Channel [email protected]
Master :[email protected]:
Slave :[email protected]:
Patterns * "[Google Mail]/*" "[Gmail]/*"
Create Both
SyncState *
und ich rufe mbsync mit
mbsync -c /var/emailbackup/rc-files/[email protected] [email protected]