You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to synchronize those changes back up to Fastmail:
[ocelotsloth@ocelotsloth-xps mark]$ mujmap -v sync
Retrieving metadata... (7 possibly changed)
Applying changes to notmuch database... (0 new, 7 changed, 0 destroyed)
error: Could not sync mail: Could not create missing mailboxes for tags `[<<long list of 317 tag names>>]': Could not complete API request: https://api.fastmail.com/jmap/api/: status code 400
I'll take a closer look later today (after work), but my current guess is there's a limit to how many tags can be created in a single request and it may need to be paginated. I haven't dug into the mujmap code yet to see if it does that already though.
If I find it I'll try and get a patch written this week....I'd prefer that over manually adding all these tags in the web interface.
The text was updated successfully, but these errors were encountered:
After running the following (it's ugly..I'm sure there's a better way but it worked) to create all the missing tags:
I am unable to synchronize those changes back up to Fastmail:
I'll take a closer look later today (after work), but my current guess is there's a limit to how many tags can be created in a single request and it may need to be paginated. I haven't dug into the mujmap code yet to see if it does that already though.
If I find it I'll try and get a patch written this week....I'd prefer that over manually adding all these tags in the web interface.
The text was updated successfully, but these errors were encountered: