Hi,

First of all, I'm sorry if this is an obvious problem to fix. I have
spent some hours googling, reading manuals and trying different
variations in my configuration file for mbsync.

Here are the symptoms.

If I try to synchronise a channel will several boxes, only INBOX is
synchronized, while the others fail:

```
$ mbsync EEVA
C: 0/1  B: 0/0  F: +0/0 *0/0 #0/0  N: +0/0 *0/0 #0/0
C: 0/1  B: 1/19  F: +0/0 *0/0 #0/0  N: +0/0 *0/0 #0/0
Error: channel EEVA: far side box INBOX/Archive cannot be opened.
C: 0/1  B: 2/19  F: +0/0 *0/0 #0/0  N: +0/0 *0/0 #0/0
Error: channel EEVA: far side box INBOX/Brouillons cannot be
opened.
...
C: 0/1  B: 18/19  F: +0/0 *0/0 #0/0  N: +0/0 *0/0 #0/0
Error: channel EEVA: far side box INBOX/archlinux cannot be
opened.
C: 1/1  B: 19/19  F: +0/0 *0/0 #0/0  N: +0/0 *0/0 #0/0
```

But, if I specify a box explicitely, synchronization works:

```
$ mbsync EEVA:INBOX/News
C: 0/1  B: 0/1  F: +0/0 *0/0 #0/0  N: +0/0 *0/0 #0/0
C: 1/1  B: 1/1  F: +0/0 *0/0 #0/0  N: +0/0 *0/0 #0/0
```

Here's my configuration file, ~/.mbsynrc:

```
IMAPAccount EEVA
CertificateFile /etc/ssl/certs/ca-certificates.crt
Host courriel.marvid.fr
PassCmd "gpg2 --batch --decrypt ~/pass/eeva/email.gpg"
Port 993
SSLType IMAPS
User e...@marvid.fr

IMAPStore EEVA-remote
Account EEVA

MaildirStore EEVA-local
Inbox /home/eeva/Maildir/EEVA/Inbox
Path /home/eeva/Maildir/EEVA/
SubFolders Verbatim

Channel EEVA
Create Near
Expunge Both
Far :EEVA-remote:
Near :EEVA-local:
Patterns INBOX INBOX/%
Remove None
SyncState *
```

I've tried different variations for Patterns, such as “INBOX/% INBOX”,
“*”, naming all boxes explicitely. I observe the same symptoms whith
eath variation.

I'm running mbsync v1.4.2.

I have also tried deleting my local ~/Maildir and re-synchronizing. I
believe the first run is successful, but then, this issue happens again.

Has anyone encountered this behaviour before? If I recall correctly,
synchronisation used to work fine a year or two ago with the same
configuration file. I've been lazy in trying to fix this.

--
Martin

Attachment: signature.asc
Description: PGP signature

_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to