gopasspw / gopass

The slightly more awesome standard unix password manager for teams
https://www.gopass.pw/
MIT License
5.84k stars 487 forks source link

[bugfix] Default to true for core.exportkeys even in substores #2848

Closed dominikschulz closed 6 months ago

dominikschulz commented 6 months ago

This PR changes the default for core.exportkeys from false to true in mounted substores to match the default of the global root store.

It also refactors and simplifies the config package a little bit by removing special typed lookup methods and replacing them with conversion helpers that can be applied to any string.

Fixes #2830