diff --git a/mutt/.mutt/creds b/mutt/.mutt/creds index 605bd62..591949f 100644 --- a/mutt/.mutt/creds +++ b/mutt/.mutt/creds @@ -1,4 +1,4 @@ -set my_pass = "`gpg -q --no-tty --batch -d ~/.mutt/yorick_pass.gpg`"" +set my_pass = "`pass sysadmin/yori.ccMail | head -n1`" set spoolfile = "imaps://yorick:$my_pass@pennyworth.yori.cc/INBOX" set realname = "Yorick van Pelt" set from = "Yorick van Pelt " diff --git a/mutt/.mutt/yorick_pass.gpg b/mutt/.mutt/yorick_pass.gpg deleted file mode 100644 index 6489a66..0000000 Binary files a/mutt/.mutt/yorick_pass.gpg and /dev/null differ