You are not logged in.

#1 2023-12-17 16:37:08

b42
Member
Registered: 2023-07-20
Posts: 203

[SOLVED] encrypt password with pass for mutt

So I was able to encrypt my mutt password with gpg using the following line:

source "gpg -d $XDG_CONFIG_HOME/mutt/accounts/password.gpg |"

How do I do the same with program "pass" ?

Last edited by b42 (2023-12-19 19:14:58)

Offline

#2 2023-12-17 22:01:05

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Offline

#3 2023-12-18 14:48:36

b42
Member
Registered: 2023-07-20
Posts: 203

Re: [SOLVED] encrypt password with pass for mutt

My knowledge does not extent so much I could create my own commands to config files...

Offline

#4 2023-12-18 14:58:47

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: [SOLVED] encrypt password with pass for mutt

I'd first try to use the pass command, compare it to the behavior of the gpg command and then see whether you can adapt the existing gpg command for pass.

Offline

#5 2023-12-19 19:14:39

b42
Member
Registered: 2023-07-20
Posts: 203

Re: [SOLVED] encrypt password with pass for mutt

so the command to use pass to encrypt your passwords for mutt is the following:

set imap_pass = "`pass $AccountInPass`"

Offline

Board footer

Powered by FluxBB