Hi all,

I use isync 1.3.0 from Debian sid to sync my mail for offline usage.
Every few days I get errors like:

Maildir error: UID 414 is beyond highest assigned UID 10.

I fix this by searching the corresponding file and remove the trailing
",U=2:2,S" of the filename and re-run mbsync. Basically similar to this
guide how to solve the "duplicated uid" issue, which I also have
sometimes: http://tiborsimko.org/mbsync-duplicate-uid.html

But a few days later I have the same error again, always with different
UIDs and mails. My mail client (Gnome Evolution) is configured in a way
to copy mails older then 365 days out of the synced folder to a local
archive. Maybe that's where the  UID's get confused?

This is how my isync config looks like:

----- Begin Config -----

IMAPAccount  schokokeks
Host zucker.schokokeks.org
User uid
PassCmd      "gpg -q --for-your-eyes-only --no-tty --exit-on-status-
write-error --batch --passphrase-file ~/.mail/passphrase -d
~/.mail/schokokeks.gpg"
SSLType IMAPS
SSLVersion TLSv1.2
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPAccount nextcloud
Host mx.nextcloud.com
User uid
PassCmd "gpg -q --for-your-eyes-only --no-tty --exit-on-status-write-
error --batch --passphrase-file ~/.mail/passphrase -d
~/.mail/nextcloud.gpg"
SSLType IMAPS
SSLVersion TLSv1.2
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore schokokeks-remote
Account schokokeks

IMAPStore nextcloud-remote
Account nextcloud

MaildirStore schokokeks-local
Inbox ~/Mail/schiessle.org
SubFolders Maildir++

MaildirStore nextcloud-local
Inbox ~/Mail/nextcloud
SubFolders Maildir++

Channel schokokeks
Master :schokokeks-remote:
Slave :schokokeks-local:
CopyArrivalDate yes
Patterns *
Create Both
SyncState *
Sync All

Channel nextcloud
Master :nextcloud-remote:
Slave :nextcloud-local:
CopyArrivalDate yes
Patterns *
Create Both
SyncState *
Sync All

----- End config -----

Any idea what I'm doing wrong?

Thanks!
Björn

-- 
Björn Schießle
www: http://www.schiessle.org
gnupg/pgp key: 0x0x2378A753E2BF04F6
fingerprint: 244F CEB0 CB09 9524 B21F B896 2378 A753 E2BF 04F6



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

Reply via email to