nicm / fdm

fdm source code
269 stars 50 forks source link

encrypted password issue with gpg #143

Open wu0lss4j opened 1 month ago

wu0lss4j commented 1 month ago

When trying this:

pass $(gpg --quiet --decrypt ~/.password-store/isync/gmail.gpg)

it will not pop the master password and gpg exits with exit code 2, thus fdm -kv fetch fails to run

however, if I: 1) run pass $(gpg --quiet --decrypt ~/.password-store/isync/gmail.gpg) 2) type the master password 3) run fdm -kv fetch

then it will connect, authenticate, and fetch email.