Open beauby opened 7 months ago
A big +1 on this issue. It has happened a few times that I either dismissed the GPG password dialog box or waited too long to fill it in (apparently there is a timeout).
What happens then is that I lose everything and need to set up bridge all over again: settings, accounts, client-side passwords, followed by the long and costly re-download of my whole mailbox.
I would be very happy if this were fixed!
I use thefollowing sequence on Debian:
pass xxx
This will ask for the passphrase and give the key. It opens the database. The database seems to stay open for a limited time. Thereafter I can start bridge without a problem.
protonmail-bridge --cli
j.
This is a big problem, since whenever the vault gets wiped, I have to do this:
pass
with the new password, for IMAPcert.pem
keymbsync
won't sync any more
Using
pass
on Linux, the vault gets wiped when starting proton-bridge (bridge -c
) if the gpg key is not unlocked (the key has a passphrase):Expected Behavior
Gracefully fail, or prompt to unlock.
Current Behavior
Wipe out the vault.
Possible Solution
Steps to Reproduce
pass
with passphrase-protected gpg keybridge -c
Version Information
3.10.0
Context (Environment)
Detailed Description
Possible Implementation