From 7e9d238ca435f57437cd21289ff2f3d4fd99f6b5 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Wed, 11 Sep 2024 16:53:43 -0700 Subject: [PATCH] using pass for password lookup --- neomutt/.config/neomutt/neomuttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neomutt/.config/neomutt/neomuttrc b/neomutt/.config/neomutt/neomuttrc index b3aa974..a9a7bac 100644 --- a/neomutt/.config/neomutt/neomuttrc +++ b/neomutt/.config/neomutt/neomuttrc @@ -5,7 +5,7 @@ set realname = "Andrew Davidson" ### Connectivity set imap_user = "andrew@bigfootstoybox.com" -set imap_pass = "asdf" +set imap_pass = "`pass show email/bigfootstoybox.com/andrew`" set folder = "imaps://mail.amd.im" set smtp_url = "smtps://$imap_user:$imap_pass@mail.amd.im:465" set ssl_starttls = no