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 recently had a moment of bad luck recently, and my .state.gmailieer.json ended up as an empty file. Presumably the thing to do in this case is to make an additional copy of .state.gmailieer.json.bak (ie: .state.gmailieer.json.bak.known_good), then cp .state.gmailieer.json.bak to .state.gmailieer.json, then gmi pull, and then let mi sync take place as scheduled.
If there aren't any pitfalls or caveats with this approach, then I'd be happy to file a PR. Otherwise I think that it would be nice if you could write something on this topic in the documentation.