I am trying to sync my Fastmail account to a maildir with mbsync. It was 
working fine until today; when some weird UID of my Trash folder changed. I 
tried deleting and regenerating my maildir; but now I'm getting a new error:

```
Maildir notice: no UIDVALIDITY in 
/home/relma2/.mail/amuly...@fastmail.com/Inbox, creating new.
Error: channel fastmail-labels, near side box INBOX: Unable to recover from 
UIDVALIDITY change.
Error: channel fastmail-labels: near side box Archive cannot be opened anymore.
Error: channel fastmail-labels: near side box Drafts cannot be opened anymore.
Error: channel fastmail-labels: near side box Sent cannot be opened anymore.
Error: channel fastmail-labels: near side box Spam cannot be opened anymore.
Error: channel fastmail-labels: near side box Trash cannot be opened anymore.
```

This is my `isyncrc` file:
```
# Fastmail (Personal) Account
IMAPAccount fastmail
Host imap.fastmail.com
User amuly...@fastmail.com
AuthMechs LOGIN
PassCmd "secret-tool lookup aerc isync-mbsync"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore fastmail-remote
Account fastmail

MaildirStore fastmail-local
SubFolders Verbatim
Path ~/.mail/amuly...@fastmail.com/
Inbox ~/.mail/amuly...@fastmail.com/Inbox

Channel fastmail-labels
Far  :fastmail-remote:
Near :fastmail-local:
Patterns * !Imported* !Mailspring* !WPI
Create Both
Sync New Gone Flags

```

Did Fastmail change something about UID's? How do I fix this?? How does it 
"know" what UIDVALIDITY to generate, and how do I refresh that?


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

Reply via email to