Open wu0lss4j opened 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
fdm -kv fetch
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.
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 runhowever, if I: 1) run
pass $(gpg --quiet --decrypt ~/.password-store/isync/gmail.gpg)
2) type the master password 3) runfdm -kv fetch
then it will connect, authenticate, and fetch email.