In src/secret.rs:
- secret service is now a static (corresponding master change is !693 (merged) or 5ed6b586)
- a new collection is now created if none is found
- the collection is now unlocked before using it
These three changes make it match the current master branch behavior, which was judged to be desirable in the discussion in #811 (closed).
Fixes #811 (closed).