diff options
author | Thanos Apollo <[email protected]> | 2023-08-15 01:07:01 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-15 01:07:01 +0300 |
commit | 544b9969a559c62bba2b1ed853602f83dee1b6d3 (patch) | |
tree | cc4da7a3ffb103db0d55dbdec54917b780f8705d | |
parent | 108f399d2e4684078819dfb10c34d357cc129bba (diff) |
Add smtp-get-pass
-rwxr-xr-x | emacs.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -252,6 +252,11 @@ Generate a random password between 20 and 40 characters ("GENERATE" #'password-store-generate)))) (funcall action (completing-read "Search: " (password-store-list))) (delete-frame))))))) + + (defun smtp-get-pass () + "Get password for smtp" + (interactive) + (password-store-copy-field "fastmail.com/[email protected]" "smtp")) #+end_src ** Keybindings #+begin_src emacs-lisp |