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
Add forward-compatibility for storage type parameter
The Rust rewrite of vdirsyncer requires explicitly specifying what type
of "filesystem" storage is being used. These can be either
"filesystem/icalendar" or "filesystem/vcard".
Add forward-compatibility with this upcoming format, by allowing (but
ignoring) a slash and anything after it.
This makes configuration files that have been updated for the Rust
implementation compatible with the Python implementation.
Closes: #1075
0 commit comments