From 544b9969a559c62bba2b1ed853602f83dee1b6d3 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 15 Aug 2023 01:07:01 +0300 Subject: Add smtp-get-pass --- emacs.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs.org') diff --git a/emacs.org b/emacs.org index 66d1092..35fb9c0 100755 --- a/emacs.org +++ b/emacs.org @@ -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/thanosapollo@fastmail.com" "smtp")) #+end_src ** Keybindings #+begin_src emacs-lisp -- cgit v1.2.3