I am looking for Emacs password manager, and org-password-manager looks nice for my needs.
But when I am trying to open created passwords.org.gpg
file (I use symmetric encryption for more ease), Emacs each time show me a pop-up windows, asking my passphrase. Is it possible to use minibuffer for this (instead of pop-up window)?
I have (setq use-dialog-box nil)
in my .emacs file, but it does not help in this case.