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 want to delete local collections, when on the server the collection is deleted. I use Vdirsyncer 0.17 (rust).
I also want that when on the server a collection is created, that it is created locally on the next synchronization, but I achivede this by changing in vdirsyncer/cli/utils.py:handle_collections_not_found: `if click.confirm('Should vdirsyncer attempt to create it?)'
add a command line option to vdirsyncer, that deletes local collection, when these are deleted on the server.
The text was updated successfully, but these errors were encountered:
I want to delete local collections, when on the server the collection is deleted. I use Vdirsyncer 0.17 (rust).
I also want that when on the server a collection is created, that it is created locally on the next synchronization, but I achivede this by changing in vdirsyncer/cli/utils.py:handle_collections_not_found: `if click.confirm('Should vdirsyncer attempt to create it?)'
The text was updated successfully, but these errors were encountered: