mirror of
https://git.zx2c4.com/password-store
synced 2026-03-01 18:23:21 +01:00
- contrib/emacs/password-store.el (password-store-get, password-store-get-field): Prevent redundant calls to `auth-source-pass-get` by preserving the retrieved value instead of letting downstream functions repeat the decryption. Also narrow the use of `inhibit-message` to internal calls to avoid unintended side effects elsewhere. Suggested at https://lists.zx2c4.com/pipermail/password-store/2025-June/004901.html