diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-24 12:41:52 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-24 12:41:52 +0100 |
commit | 3c1fb4adbefd9a9c20b51ac7b6bf20ee1bb6a86a (patch) | |
tree | 16f2484cada1df3c63175048ad1ef5420458d27b /.config/neomutt | |
parent | 580b4254bfdcb99c4968d041ff8e9196391daede (diff) |
use keyctl instead of file
Diffstat (limited to '.config/neomutt')
-rw-r--r-- | .config/neomutt/neomuttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index bc4e4bf..6e87beb 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -11,7 +11,7 @@ set postponed = "+Drafts" # imap credentials set imap_user = "loek@mail.pipeframe.xyz" -set imap_pass = "`bw get password efc4ddc3-cd2d-4090-b570-abea0113217a`" +set imap_pass = "`keyctl request user bw_session | xargs keyctl pipe | xargs bw get password efc4ddc3-cd2d-4090-b570-abea0113217a --session`" # smtp credentials set smtp_pass = $imap_pass |